|
From: jaime a. n. <jai...@gm...> - 2006-07-27 02:13:13
|
On 7/26/06, Frederic Bouvier <fre...@fr...> wrote: > > Hi Jaime, > > Selon jaime adolfo nieto : > > .... > > I have installed: > > - fltk 1.1.6-4 > > - Plib 1.8.4-6 > > - SimGear CVS 20060723 > > - FGFS 0.9.10 > > > > Can somebody help me to solve this problem? > > > > Thanks in advance! > > visibly, it can't find fltk headers. You need to install the *-dev or > *-devel > package ( I don't know Suse, so I don't know their way of naming packages > ) > because headers and libraries are not installed by the run time kit. To > make > sure, execute the command below : > > find / -name Fl.H > > -Fred > > -- > Fr=E9d=E9ric Bouvier > http://frfoto.free.fr Photo gallery - album photo > http://www.fotolia.fr/p/2278 Other photo gallery > http://fgsd.sourceforge.net/ FlightGear Scenery Designer > > Thanks Fred for your reply. I have unistalled fltk 1.1.6-4 and compiled fltk 1.1.7 with ./configure --disable-largefile --enable-thread options, I did not find a dev package, and everything was ok. But now get the following error at make command (I have translated some tex= t from Spanish to English): g++ -g -O2 -L/usr/X11R6/lib -o fgrun wizard.o wizard_funcs.o advanced.oadvanced_funcs.o Ai rportBrowser.o AirportTable.o Fl_Table.o Fl_Table_Row.o Fl_Plib.o Fl_Heading_Dial.o main.o io.o fgfsrc.o logwin.o settings.o util.o run_posix.o fgrun_pty.o -lsgprops -lsgxml -lsgmisc -lsgstr ucture -lsgdebug -lplibssg -lplibsg -lplibul -lfltk_gl -lpthread -lfltk -lXft -lGL -lXmu -lXt -lSM -lICE -lXi -lXext -lX11 -lm -lz -lutil main.o: In function `main': /home/jaime/fgrun/trunk/fgrun/src/main.cxx:93: referencia a `Fl::lock()' withtout define run_posix.o: In function `Wizard::run_fgfs(std::basic_string<char, std::char_traits<char>, st d::allocator<char> > const&)': /home/jaime/fgrun/trunk/fgrun/src/run_posix.cxx:82: reference to `Fl::lock()' without define /home/jaime/fgrun/trunk/fgrun/src/run_posix.cxx:87: reference to `Fl::unlock( )' without define collect2: ld returned 1 exit status make[2]: *** [fgrun] Error 1 Thanks in advance for your help, --=20 Jaime Adolfo Nieto |