On 07/05/2012 12:56 PM, Kjetil Matheussen wrote:
Perhaps you can post the error you got that made the compilation fail?
Hello Kjetil,
Here it goes:
gcc posix/posix_settings.c -c -mtune=native -O3 -g -Wall -Werror
-DNOPAUSEPLAY -DDEBUG -Ibin/packages/gc-7.2/include -I/usr/X11R6/include
-IQt/ -I`cat pypath.comp` -DGUIISQT -Imidi/rtmidi -DUSE_GFX_OP_QUEUE
-I/home/kjetil/site/include -fPIC
posix/posix_settings.c: In function ‘OS_get_config_filename’:
posix/posix_settings.c:41:9: error: ignoring return value of ‘system’,
declared with attribute warn_unused_result [-Werror=unused-result]
cc1: all warnings being treated as errors
make: *** [posix_settings.o] Error 1
Best,
Jeremy