Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] nub building csound5 fltk

Date2005-02-13 03:09
From"Michael Gogins"
SubjectRe: [Cs-dev] nub building csound5 fltk
If the build system is not finding FL in /usr/include, it probably expects 
it in /usr/local/include (and similarly for lib). In that case either modify 
custom.py, or create a symbolic link from /usr/include to 
/usr/local/include.

----- Original Message ----- 
From: "kelly" 
To: 
Sent: Saturday, February 12, 2005 9:03 PM
Subject: [Cs-dev] nub building csound5 fltk


> i'm trying to compile csound5,
> i got this far and its doesn't seem to be seeing
> the Fl/Fl.H though greping the dir i get:
>
> >grep "lock()" /usr/include/Fl/*
>
> /usr/include/Fl/Fl.H:  static void lock();
>
> i'm missing something silly.
> kelly
>
>
> gcc -Wl,-Bdynamic -o cscore 
> util1/cscore/cscore_main.o -L. -L. -L/usr/lib -L/usr/local/lib -L. -L. -L/usr/local/lib/python2.3/config 
>  -L/usr/X11R6/lib -lcsound -lsndfile -lfltk -lm -lXext -lX11 -lsupc++ -lfltk 
>  -ldl -lstdc++ -lpthread -lm
> ./libcsound.a(main.o)(.text+0x4e6): In function `csoundCompile':
> Top/main.c:417: warning: the use of `tmpnam' is dangerous, better use 
> `mkstemp'
> ./libcsound.a(FL_graph.o)(.text+0x7a4): In function `POLL_EVENTS':
> InOut/FL_graph.cpp:284: undefined reference to `Fl::lock()'
> ./libcsound.a(FL_graph.o)(.text+0x7b5):InOut/FL_graph.cpp:286: undefined 
> reference to `Fl::unlock()'
> ./libcsound.a(FL_graph.o)(.text+0x851): In function `myFLwait':
> InOut/FL_graph.cpp:309: undefined reference to `Fl::lock()'
> ./libcsound.a(FL_graph.o)(.text+0x86c):InOut/FL_graph.cpp:311: undefined 
> reference to `Fl::unlock()'
> ./libcsound.a(FL_graph.o)(.text+0x9fe): In function `ReadXYin_':
> InOut/FL_graph.cpp:349: undefined reference to `Fl::lock()'
> ./libcsound.a(FL_graph.o)(.text+0xa13):InOut/FL_graph.cpp:351: undefined 
> reference to `Fl::unlock()'
> ./libcsound.a(widgets.o)(.text+0x4019): In function `fl_setWidgetValue':
> InOut/widgets.cpp:2451: undefined reference to `Fl::unlock()'
> ./libcsound.a(widgets.o)(.text+0x4062):InOut/widgets.cpp:2446: undefined 
> reference to `Fl::lock()'
> ./libcsound.a(widgets.o)(.text+0x6cbc): In function `fltkRun(void*)':
> InOut/widgets.cpp:1710: undefined reference to `Fl::unlock()'
> ./libcsound.a(widgets.o)(.text+0x6cce):InOut/widgets.cpp:1706: undefined 
> reference to `Fl::lock()'
> collect2: ld returned 1 exit status
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net