plasm-language / pyplasm

http://www.dia.uniroma3.it/~paoluzzi/plasm502/
Other
54 stars 24 forks source link

MacOSX Maverick Issues #12

Closed Daviderr closed 6 years ago

Daviderr commented 10 years ago

/Users/DavideMorgagni/pyplasm/libs/juce_2_0/modules/juce_graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp:1275:20: error: no viable conversion from 'std::__1::nullptr_t' to 'Ptr' (aka 'ReferenceCountedObjectPtrjuce::SoftwareRendererClasses::ClipRegionBase') return nullptr;

furio commented 10 years ago

To futher expand, this error is produced when compiling on Maverick.

Daviderr commented 10 years ago

\ BUILD FAILED **

The following build commands failed: CompileC build/libs/juce_2_0/PyPlasm.build/Release/Juce.build/Objects-normal/x86_64/juce_core.o libs/juce_2_0/modules/juce_core/juce_core.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler CompileC build/libs/juce_2_0/PyPlasm.build/Release/Juce.build/Objects-normal/x86_64/juce_graphics.o libs/juce_2_0/modules/juce_graphics/juce_graphics.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (2 failures) MacBook-Pro-di-Davide:build DavideMorgagni$

jcxz100h commented 10 years ago

I need the complete output of the compiler, since the problem is with the actual renderer (the JUCE library) used in the code. I also need the complete set of environment variables (CC, CXX, CFLAGS, CXXFLAGS, ...).