Hi John, The libvirtual lib is for the FLTK virtual keyboard and there is a check for 1.1.7 there. It seems that there is something funny on your system that makes SConstruct think that 1.1.7 is available even though you mentioned removing it. The check for 1.1.7 in SConstruct is simply checking for the availability of "FL/Fl_Spinner.h". Perhaps in all of the juggling between 1.1.6 and 1.1.7 that header remained making SConstruct think that 1.1.7 is available when it isn't? (This might not be it but it's all I can think of right now...) Also, SConstruct is getting the fltk flags from the fltk-config script. Perhaps also the fltk-config script that you have currently on the system is for 1.1.7 and not 1.1.6? (running "fltk-config --version" will tell) steven On 1/11/07, John ffitch wrote: > cvs update to get new SConstruct, removed versions of portmidi that were > no-longer compatible and now it stops with > > > g++ -o libvirtual.so -Wl,-Bdynamic -shared > InOut/virtual_keyboard/FLTKKeyboard.os > InOut/virtual_keyboard/FLTKKeyboardWindow.os > InOut/virtual_keyboard/FLTKKeyboardWidget.os > InOut/virtual_keyboard/virtual_keyboard.os InOut/virtual_keyboard/Bank.os > InOut/virtual_keyboard/KeyboardMapping.os > InOut/virtual_keyboard/Program.os InOut/virtual_keyboard/SliderBank.os > InOut/virtual_keyboard/SliderData.os -L. -L. -L/usr/local/lib -L. -L. > -L/usr/local/lib64 -L/usr/X11R6/lib64 -lsndfile -lfltk_images -lpng -lz > -lfltk_jpeg -lfltk -lpthread -lm -lXext -lX11 -lsupc++ -lstdc++ -lpthread > -lm > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > cannot find -lfltk_jpeg > collect2: ld returned 1 exit status > scons: *** [libvirtual.so] Error 1 > scons: building terminated because of errors. > > So I am inching towards a working system, but I really need to go to work > and do some stuff. > > ==John > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net