|
From: Oliwier 'a. P. <ale...@gm...> - 2002-09-20 20:34:13
|
Thx, it helped. :) It compiles, however now I get parse error... Windowmenu.cc:111: `WindowmenuRemember' undeclared (first use this function) g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/fluxbox/share/fluxbox/nls\" -DDEFAULTMENU=\"/opt/fluxbox/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/fluxbox/share/fluxbox/styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/fluxbox/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/fluxbox/share/fluxbox/init\" -O3 -mcpu=i686 -march=i686 -I/usr/X11R6/include -DSHAPE -DSLIT -DINTERLACE -DDEBUG -fno-inline -DTIMEDCACHE -DKDE -DGNOME -c -o Windowmenu.o `test -f Windowmenu.cc || echo './'`Windowmenu.cc Windowmenu.cc: In method `Windowmenu::Windowmenu(FluxboxWindow *)': Windowmenu.cc:111: `WindowmenuRemember' undeclared (first use this function) ... etc... It's because I used --disable-nls in configure... when I skip this option everything works fine.. Guess somebody should fix it :> On Fri, 2002-09-20 at 10:27, MAL wrote: > I had to do an 'aclocal && automake && autoconf' before it would > compile... I'm using automake-1.4p5 ! > > MAL > > > On Thu, 2002-09-19 at 19:46, Oliwier 'aLEczapKA' Ptak wrote: > > Hi > > > > I still can't compile it, I was able to patch the sources (with > > remeber-0.1.11-final), however I was stuck in the same place, as now > > when I use your tarball. > > > > Here is the error > > > > cd .. && \ > > automake-1.6 --gnu src/Makefile > > cd .. && /bin/sh ./config.status src/Makefile depfiles > > config.status: creating src/Makefile > > config.status: executing depfiles commands > > make[2]: Leaving directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember/src' > > make[2]: Entering directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember/src' > > Makefile:251: .deps/Application.Po: No such file or directory > > make[2]: *** No rule to make target `.deps/Application.Po'. Stop. > > make[2]: Leaving directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember' > > make: *** [all] Error 2 > > > > After adding Application.Po in src/.deps/ (just copy from Tabs.Po - they > > are all the same) > > > > Making all in src > > /home/users/aleczapka/_SOFTWARE/fluxbox-0.1.12-remember/src > > make[2]: Entering directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember/src' > > make[2]: *** No rule to make target `Application.', needed by > > `fluxbox'. Stop. > > make[2]: Leaving directory > > `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/src/_SOFTWARE/fluxbox-0.1.12-remember' > > make: *** [all] Error 2 > > > > Another thing is that I have automake 1.5 and I had to sed the Makefiles > > to remove automake-1.6.. later I just symlinked it, cause I thought it > > could make the error, however without success.. still can't compile it. > > > > My System > > gcc 2.95.3 > > glibc-2.2.5 > > Slackware 8.1 > > XFree 4.2.0 > > > > Hope somebody could help. > > > > TIA > > > > -- > > > > Regards > > aLEczapKA > > aleczapka at gmx dot net > > http://spiritisdigital.com > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Imagination is more important than knowledge. > > A. Einstein > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Fluxbox-users mailing list > > Flu...@li... > > https://lists.sourceforge.net/lists/listinfo/fluxbox-users > -- Regards aLEczapKA aleczapka at gmx dot net http://spiritisdigital.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Imagination is more important than knowledge. A. Einstein |