Csound Csound-dev Csound-tekno Search About

[Csnd] CSOUND5GUI

Date2008-04-16 00:45
Fromcochedelaferte
Subject[Csnd] CSOUND5GUI
Hi all,

Building the CSOUND5GUI frontend on Solaris, i get following :

ld.so.1: fluid: fatal: libstdc++.so.6: open failed: No such file or
directory
Killed
scons: *** [frontends/fltk_gui/CsoundAboutWindow_FLTK.cpp] Error 137
scons: building terminated because of errors.

and the source file CsoundAboutWindow_FLTK.cpp is really removed from
folder.

Of course i added the exact location of my libstdc++.so.6 in my custom.py.
All his dependencies are also available and added to custom.py.

What can be this ?

Best regards,

Sergio
-- 
View this message in context: http://www.nabble.com/CSOUND5GUI-tp16713728p16713728.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-04-17 00:04
Fromcochedelaferte
Subject[Csnd] Re: CSOUND5GUI
OK, solved : i just created a symbolic link for libstdc++.so.6 and
libgcc_s.so.1 where i have my fluid (/usr/local).

(for a reason, my fltk-config isn't parsed actually by Scons).

- Now my Csound5Gui looks good, it seems that it will work.

Sergio
-- 
View this message in context: http://www.nabble.com/CSOUND5GUI-tp16713728p16735511.html
Sent from the Csound - General mailing list archive at Nabble.com.