Csound Csound-dev Csound-tekno Search About

[Csnd] csound5 scons does not find FLTK and boost libraries

Date2005-09-22 18:19
From"\\js"
Subject[Csnd] csound5 scons does not find FLTK and boost libraries
AttachmentsNone  

Date2005-09-23 01:32
Fromluis jure
SubjectRe: [Csnd] csound5 scons does not find FLTK and boost libraries
el Thu, 22 Sep 2005 13:19:51 -0400
"\\js"  escribió:


> the libraries are on my system but scons does not find them. how can i
> tell scons where they are? env variables? the -I command line switch
> seems to be for python libs ...

i had this very same problem on different linux systems (including gentoo),
so i might be of some help on this one.

the way to tell scons where to find your libraries is editing custom.py
accordingly.

something like:

if sys.platform[:5] == 'linux':
    platform = 'linux'
    customCPPPATH.append('/usr/include/fltk-1.1')
    customLIBPATH.append('/usr/lib/fltk-1.1')
    customCPPPATH.append('/usr/include/python2.3')
    customLIBPATH.append('/usr/lib/python2.3/config')


or whatever paths are appropriate in your case.

good luck,

lj
-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk