Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Davy Durham <ddurham@us...> - 2006-12-09 19:14:47
|
What version of FOX are you using? BTW- the #warnings should not cause the build to stop or to make it fail in any way. Kevin Williams wrote: >I am trying to compile rezound-0.12.2beta from sources on a BLFS system with >2.6.18 and gcc-3.3.6. > >The build stopped with errors 2-3 times, stopping with some erros when it >encountered the "#warning" directive included in some of the source files. >After commenting out these lines, the build proceeeded further and now it >stops with the following errors ! > >-------------------------------------SNIP--------------------------------------- >make[2]: Entering directory >`/home-dir/BLFS/wd/rezound-0.12.2beta/src/frontend_fox' >if /bin/sh ../../libtool --mode=compile >g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../src/misc -I../../src/misc/missing/generated -I../../src/PoolFile -mcpu=pentium4 -march=pentium4 -msse2 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -mcpu=pentium4 -march=pentium4 -msse2 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -MT >FXWaveScrollArea.lo -MD -MP -MF ".deps/FXWaveScrollArea.Tpo" \ > -c -o FXWaveScrollArea.lo `test -f 'FXWaveScrollArea.cpp' || >echo './'`FXWaveScrollArea.cpp; \ > then mv -f ".deps/FXWaveScrollArea.Tpo" ".deps/FXWaveScrollArea.Plo"; >\ > else rm -f ".deps/FXWaveScrollArea.Tpo"; exit 1; \ > fi > >g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../src/misc -I../../src/misc/missing/generated -I../../src/PoolFile -mcpu=pentium4 -march=pentium4 -msse2 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -mcpu=pentium4 -march=pentium4 -msse2 -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -MT >FXWaveScrollArea.lo -MD -MP -MF .deps/FXWaveScrollArea.Tpo -c >FXWaveScrollArea.cpp -o FXWaveScrollArea.o >FXWaveScrollArea.cpp: In member function `void > FXWaveScrollArea::setHorzOffset(unsigned int)': >FXWaveScrollArea.cpp:168: error: `getYPosition' undeclared (first use this > function) >FXWaveScrollArea.cpp:168: error: (Each undeclared identifier is reported only > once for each function it appears in.) >FXWaveScrollArea.cpp: In member function `void > FXWaveScrollArea::setVertOffset(int)': >FXWaveScrollArea.cpp:179: error: `getXPosition' undeclared (first use this > function) >make[2]: *** [FXWaveScrollArea.lo] Error 1 >make[2]: Leaving directory >`/home-dir/BLFS/wd/rezound-0.12.2beta/src/frontend_fox' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home-dir/BLFS/wd/rezound-0.12.2beta/src' >make: *** [all-recursive] Error 1 >------------------------------------------------------------------------------------------- > >I am not sure, if I did the right thing by commenting out those >#warning...... lines. > >Oh ! I am using fox-1.7.5 compiled from sources with gcc-4.1.1. > >I would appreciate any help in this regard. I just want to proceed further >with this. > >Thanks > >Kevin > >------------------------------------------------------------------------- >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 >------------------------------------------------------- >ReZound-users mailing list >ReZound-users@... >Subscribe/Unsubscribe and change options >https://lists.sourceforge.net/lists/listinfo/rezound-users >ReZound-users mailing list archive >http://sourceforge.net/mailarchive/forum.php?forum=rezound-users > > |