public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] fluxbox-0.1.12 compilation propblems
@ 2002-10-29 10:09 Javier Marcet
  2002-10-29 17:17 ` Craig Joly
  0 siblings, 1 reply; 3+ messages in thread
From: Javier Marcet @ 2002-10-29 10:09 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 2565 bytes --]

This is the error I get when I try to compile fluxbox-0.1.12 on 1.4_rc1
with glibc 2.3.1 and an athlon-xp

source='Window.cc' object='Window.o' libtool=no depfile='.deps/Window.Po' tmpdepfile='.deps/Window.TPo' depmode=gcc3 /bin/sh ../depcomp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -Wall -DLOCALEPATH=\"/usr/share/locale\" -DDEFAULTMENU=\"/usr/share/commonbox/menu\" -DDEFAULTSTYLE=\"/usr/share/commonbox/styles/Fury-NG\" -DDEFAULTKEYSFILE=\"/usr/share/commonbox/keys\" -DDEFAULT_INITFILE=\"/usr/share/commonbox/init\"  -march=athlon-xp -O3 -pipe -fomit-frame-pointer -fforce-addr -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4  -I/usr/X11R6/include -DSHAPE -DSLIT  -DINTERLACE   -fno-inline  -DTIMEDCACHE -DKDE  -DXINERAMA -c -o Window.o ./Window.cc
source='Windowmenu.cc' object='Windowmenu.o' libtool=no depfile='.deps/Windowmenu.Po' tmpdepfile='.deps/Windowmenu.TPo' depmode=gcc3 /bin/sh ../depcomp i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -Wall -DLOCALEPATH=\"/usr/share/locale\" -DDEFAULTMENU=\"/usr/share/commonbox/menu\" -DDEFAULTSTYLE=\"/usr/share/commonbox/styles/Fury-NG\" -DDEFAULTKEYSFILE=\"/usr/share/commonbox/keys\" -DDEFAULT_INITFILE=\"/usr/share/commonbox/init\"  -march=athlon-xp -O3 -pipe -fomit-frame-pointer -fforce-addr -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4  -I/usr/X11R6/include -DSHAPE -DSLIT  -DINTERLACE   -fno-inline  -DTIMEDCACHE -DKDE  -DXINERAMA -c -o Windowmenu.o ./Windowmenu.cc
Window.cc: In member function bool val'
Windowmenu.cc: In constructor WindowmenuRemember' undeclared (first use this function)
Windowmenu.cc:111: (Each undeclared identifier is reported only once for each
   function it appears in.)
Windowmenu.cc: In member function WindowmenuRememberWorkspace' undeclared (first use this
   function)
Windowmenu.cc:420: WindowmenuRememberPosition' undeclared (first use this
   function)
Windowmenu.cc:422: WindowmenuRememberTab' undeclared (first use this function)
Windowmenu.cc:424: WindowmenuRememberSticky' undeclared (first use this
   function)
Windowmenu.cc:426: WindowmenuRememberSave' undeclared (first use this
   function)
make[2]: *** [Windowmenu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory /usr/src/portage/fluxbox-0.1.12-r2/work/fluxbox-0.1.12'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function commonbox_src_compile, Line 104, Exitcode 2
!!! (no error message)


-- 
Javier Marcet <jmarcet@pobox.com>

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] fluxbox-0.1.12 compilation propblems
  2002-10-29 10:09 [gentoo-dev] fluxbox-0.1.12 compilation propblems Javier Marcet
@ 2002-10-29 17:17 ` Craig Joly
  2002-10-29 18:21   ` Javier Marcet
  0 siblings, 1 reply; 3+ messages in thread
From: Craig Joly @ 2002-10-29 17:17 UTC (permalink / raw
  To: Javier Marcet; +Cc: gentoo-dev

On Tue, Oct 29, 2002 at 11:09:03AM +0100, Javier Marcet wrote:
> This is the error I get when I try to compile fluxbox-0.1.12 on 1.4_rc1
> with glibc 2.3.1 and an athlon-xp
> 

<snip>

USE="nls" emerge fluxbox

Not sure why the patch requires nls (and the errors make no sense),
but it does.

Craig



-- 
Some mistakes are too much fun to only make once.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] fluxbox-0.1.12 compilation propblems
  2002-10-29 17:17 ` Craig Joly
@ 2002-10-29 18:21   ` Javier Marcet
  0 siblings, 0 replies; 3+ messages in thread
From: Javier Marcet @ 2002-10-29 18:21 UTC (permalink / raw
  To: Craig Joly; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

* Craig Joly <craig@taipan.mudshark.org> [021029 18:16]:

>> This is the error I get when I try to compile fluxbox-0.1.12 on 1.4_rc1
>> with glibc 2.3.1 and an athlon-xp
 

><snip>

>USE="nls" emerge fluxbox

>Not sure why the patch requires nls (and the errors make no sense),
>but it does.

That did it :) It was inded one of the differences between the two
systems I installed it on.
Thanks :)


-- 
Javier Marcet <jmarcet@pobox.com>
Saint Louis University, Madrid Campus

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-29 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-29 10:09 [gentoo-dev] fluxbox-0.1.12 compilation propblems Javier Marcet
2002-10-29 17:17 ` Craig Joly
2002-10-29 18:21   ` Javier Marcet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox