Follow-up Comment #2, bug #20754 (project mypaint): I cannot build mypaint-1.1.0 or mypaint-git for months now. No matter which CFLAGS and CXXFLAGS I use (-O2, -O1 or -O0), the application does not start, saying:
ImportError: /home/unknown/tmp/mypaint/mypaint-1.1.0/_mypaintlib.so: undefined symbol: _ZN10BufferCompIL20BufferCompOutputType1ELj16384E15DarkenBlendModeE9blendfuncE I execute the following command before running scons: export CFLAGS=-ON CXXFLAGS=-ON where N = 0, 1, 2 The log of -O2 build: http://bpaste.net/show/139911/ The log of -O0 build: http://bpaste.net/show/139912/ (Here I used a patch to make scons respect the environment, but vanilla builds are all the same.) Note that despite the specified -O2 flags, there is -O0 in the first log, and it is the latest -O option, supplied to gcc. I don't know how it got there, there seem to be no -O0 options (short of debug build) in the sources. I'm totally desperate now. _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?20754> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Mypaint-bugs mailing list [email protected] https://mail.gna.org/listinfo/mypaint-bugs
