Comment #9 on issue 197 by schivmeister: MIDI module not built and locale error http://code.google.com/p/solfege/issues/detail?id=197
OK, manually building the module works. Now to find out why the Makefile is skipping that. Everything is run except: gcc -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -DHAVE_CONFIG_H -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -c -o solfege/soundcard/macro_to_function.o solfege/soundcard/macro_to_function.c gcc -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -DHAVE_CONFIG_H -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -c -o solfege/soundcard/solfege_c_midi.o solfege/soundcard/solfege_c_midi.c (cd solfege/soundcard; gcc -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -DHAVE_CONFIG_H -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -c solfege_c_midi_wrap.c -I/usr/include/python2.6) gcc -g -O2 -I/usr/src/linux/include -Wall -pedantic -fPIC -I. -DHAVE_CONFIG_H -fPIC -shared solfege/soundcard/macro_to_function.o solfege/soundcard/solfege_c_midi.o solfege/soundcard/solfege_c_midi_wrap.o -o solfege/soundcard/_solfege_c_midi.so -lc -lm ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Solfege-devel mailing list To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe", or visit https://lists.sourceforge.net/lists/listinfo/solfege-devel
