Closed Xpktro closed 7 years ago
I'm sorry but compiling C++ projects is often a huge platform-dependent mess, especially dealing with external libraries like boost. By the way now I'm doing a lot of changes rolling back to a (more or less) pure Python implementation, I stripped-down some feature, some of them will be restored, and the actual "front-end syntax" is quite sketchy and undocumented. You can try it now or come back in a few weeks (or months...).
Hello! I'm having some strange exception when starting pineal. I'll put you in context:
OF_ROOT
) with the path to my openframeworks folder, this might also be documented) but editing theconfig.make
file to add some references to some missing boost libs:I tried to run the app as the final makefile message told me
cd bin/pineal.app/Contents/MacOS/ && ./pineal
andmake run
but got the following output (and a crash message from osx):I tried opening in various ways, using finder and changing the executable current working directory but the error persists. I also tried installing the project requirements into a virtualenv and a system-wide installation, both which didn't gave any different result.
The OSX Error Eeporter gave me some sort of stacktrace about the error which is the following:
I have no idea how to debug the setup code and therefore I ask for help if I'm missing something or did something wrong or if there is another issue with the project/dependencies.
Thanks!