sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

compile problem on macosx #207

Open sillysloft opened 20 years ago

sillysloft commented 20 years ago

fluxbox 0.1.14 ./configure --prefix=/sw --enable-xinerama --mandir=/sw/ share/man

source='Ewmh.cc' object='Ewmh.o' libtool=no \ depfile='.deps/Ewmh.Po' tmpdepfile='.deps/Ewmh.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/sw/include - DLOCALEPATH=\"/sw/share/fluxbox/nls\" - DDEFAULTMENU=\"/sw/share/fluxbox/menu\" - DDEFAULTSTYLE=\"/sw/share/fluxbox/styles/Clean\" - DDEFAULTKEYSFILE=\"/sw/share/fluxbox/keys\" - DDEFAULT_INITFILE=\"/sw/share/fluxbox/init\" -IFbTk -I/sw/ include -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/ X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/ include -I/usr/X11R6/include -DXINERAMA -c -o Ewmh.o `test -f Ewmh.cc || echo './'`Ewmh.cc source='FbAtoms.cc' object='FbAtoms.o' libtool=no \ depfile='.deps/FbAtoms.Po' tmpdepfile='.deps/FbAtoms.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/sw/include - DLOCALEPATH=\"/sw/share/fluxbox/nls\" - DDEFAULTMENU=\"/sw/share/fluxbox/menu\" - DDEFAULTSTYLE=\"/sw/share/fluxbox/styles/Clean\" - DDEFAULTKEYSFILE=\"/sw/share/fluxbox/keys\" - DDEFAULT_INITFILE=\"/sw/share/fluxbox/init\" -IFbTk -I/sw/ include -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/ X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/ include -I/usr/X11R6/include -DXINERAMA -c -o FbAtoms.o `test -f FbAtoms.cc || echo './'`FbAtoms.cc source='fluxbox.cc' object='fluxbox.o' libtool=no \ depfile='.deps/fluxbox.Po' tmpdepfile='.deps/fluxbox.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/sw/include - DLOCALEPATH=\"/sw/share/fluxbox/nls\" - DDEFAULTMENU=\"/sw/share/fluxbox/menu\" - DDEFAULTSTYLE=\"/sw/share/fluxbox/styles/Clean\" - DDEFAULTKEYSFILE=\"/sw/share/fluxbox/keys\" - DDEFAULT_INITFILE=\"/sw/share/fluxbox/init\" -IFbTk -I/sw/ include -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/ X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/ include -I/usr/X11R6/include -DXINERAMA -c -o fluxbox.o `test -f fluxbox.cc || echo './'`fluxbox.cc fluxbox.cc: In member function `void Fluxbox::save_rc()': fluxbox.cc:1866: warning: long unsigned int format, int arg (arg 3) fluxbox.cc:1976: error: `B_EuropeanDate' undeclared (first use this function) fluxbox.cc:1976: error: (Each undeclared identifier is reported only once for each function it appears in.) fluxbox.cc: In member function `void Fluxbox::load_rc()': fluxbox.cc:2094: warning: long unsigned int format, int32_t arg (arg 3) fluxbox.cc: In member function `void Fluxbox::load_rc(BScreen*)': fluxbox.cc:2324: error: `B_AmericanDate' undeclared (first use this function) make[3]: *** [fluxbox.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2

Reported by: thomasko

sillysloft commented 20 years ago

Original comment by: thomasko

sillysloft commented 20 years ago

Original comment by: rathnor

sillysloft commented 20 years ago

Logged In: YES user_id=603593

fixed long ago. Either use current devel, or try applying the gcc33 patch for 0.1.14 at fluxbox.org/download/patches/

Original comment by: rathnor

sillysloft commented 20 years ago

Original comment by: rathnor