LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-21-2004, 05:39 PM   #1
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Rep: Reputation: 15
FLuxbox Problems


Hi all...
I have several problems with fluxbox... First one is when change the style line in init file, it doesn't change anything(I tried reload config and restart, nothing happened)...
And the second is, when I tried to configure fbdesk, it gave an error like fbdesk requires X window libraries and headers...
How can I fix these problems... Using FC2...
Thanks a lot!
 
Old 08-21-2004, 05:42 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
grep -i style ~/.fluxbox/init

Which one?


Cheers,
Tink
 
Old 08-21-2004, 06:01 PM   #3
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
First, thanks for your instant reply

I changed /usr/share/fluxbox/init and now I tried changing your init file(by the way what does ~/. mean? which directory is this?)... When I changed ~/.fluxbox/init file it didn't change anything by restarting! And another interesting thing is that in the fluxbox menu, there is no style which can be selected, it says choose a style... but it doesn't work either!
Thanks....
 
Old 08-21-2004, 08:39 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
The tilde "~" stands for your home directory.
files and directories beginning with a . are "hidden",
they don't show in an ls unless you specify -a as
a flag to ls. You'll find that many configuration files
or directories are handled that way.

~/.fluxbox
therefore is your personal configuration directory
in your home-directory (as opposed to the system
wide one you listed).

Hard to say why the styles don't show without knowing
how flux is installed on your system.


Cheers,
Tink
 
Old 08-22-2004, 05:28 AM   #5
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
Thanks Tinkster for reply,
I probably configured fluxbox-0.14.tar.gz... Should I reinstall in other way? What is the problem with me?
 
Old 08-22-2004, 06:11 AM   #6
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
Here is the new problem =)...

I reinstalled fluxbox with tar.gz (I had installed with an rpm eariler)... make and make install works but I think something(s) gone wrong because there is no executable of fluxbox? "make: *** [all] Error 2" this is the final line of make command.... make install gives lines like make[2]: leaving directory etc and final error is "make: *** [install-recursive] Error 1"....
With rpm installation, there was no executable problem and fluxbox was working however styles were never changing...

Thanks in advance!
 
Old 08-22-2004, 08:36 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
please list the actual errors from the compilation, all you have mentioned is the script backing out after an error has already been passed out. look more carefully and straight copy and paste as much of the output as you see fit.
 
Old 08-22-2004, 09:51 AM   #8
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
Here are some errors which I take during make command...
Code:
make  all-recursive
make[1]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14'
Making all in data
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
Making all in styles
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
Making all in doc
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
Making all in nls
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
Making all in C
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
Making all in da_DK
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
make[3]: Nothing to be done for `all'.


make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
Making all in es_ES
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
Making all in et_EE
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
Making all in fr_FR
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
Making all in pt_BR
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
Making all in ru_RU
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
Making all in sv_SE
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
Making all in tr_TR
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
Making all in it_IT
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
Making all in pt_PT
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
Making all in bg_BG
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
Making all in ja_JP
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
Making all in lv_LV
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
Making all in src
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
Making all in FbTk
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
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 -DLOCALEPATH=\"/usr/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/usr/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/usr/local/share/fluxbox/styles/Clean\" -DDEFAULTKEYSFILE=\"/usr/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/usr/local/share/fluxbox/init\" -IFbTk   -g -O2  -I/usr/X11R6/include -DSHAPE  -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include  -c -o fluxbox.o `test -f fluxbox.cc || echo './'`fluxbox.cc
fluxbox.cc: In member function `void Fluxbox::save_rc()':
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(BScreen*)':
fluxbox.cc:2324: error: `B_AmericanDate' undeclared (first use this function)
make[3]: *** [fluxbox.o] Error 1
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14'
make: *** [all] Error 2
These are make install output...
Code:
Making install in data
make[1]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
Making install in styles
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/local/share/fluxbox/styles
 /usr/bin/install -c -m 644 Makro /usr/local/share/fluxbox/styles/Makro
 /usr/bin/install -c -m 644 MerleyKay /usr/local/share/fluxbox/styles/MerleyKay
 /usr/bin/install -c -m 644 Clean /usr/local/share/fluxbox/styles/Clean
 /usr/bin/install -c -m 644 CleanColor /usr/local/share/fluxbox/styles/CleanColor
 /usr/bin/install -c -m 644 Artwiz /usr/local/share/fluxbox/styles/Artwiz
 /usr/bin/install -c -m 644 Cthulhain /usr/local/share/fluxbox/styles/Cthulhain
 /usr/bin/install -c -m 644 Flux /usr/local/share/fluxbox/styles/Flux
 /usr/bin/install -c -m 644 Minimal /usr/local/share/fluxbox/styles/Minimal
 /usr/bin/install -c -m 644 Nyz /usr/local/share/fluxbox/styles/Nyz
 /usr/bin/install -c -m 644 Operation /usr/local/share/fluxbox/styles/Operation
 /usr/bin/install -c -m 644 Outcomes /usr/local/share/fluxbox/styles/Outcomes
 /usr/bin/install -c -m 644 Rampage /usr/local/share/fluxbox/styles/Rampage
 /usr/bin/install -c -m 644 Rancor /usr/local/share/fluxbox/styles/Rancor
 /usr/bin/install -c -m 644 Results /usr/local/share/fluxbox/styles/Results
 /usr/bin/install -c -m 644 Shade /usr/local/share/fluxbox/styles/Shade
 /usr/bin/install -c -m 644 Spiff /usr/local/share/fluxbox/styles/Spiff
 /usr/bin/install -c -m 644 LemonSpace /usr/local/share/fluxbox/styles/LemonSpace
 /usr/bin/install -c -m 644 Twice /usr/local/share/fluxbox/styles/Twice
 /usr/bin/install -c -m 644 Blue /usr/local/share/fluxbox/styles/Blue
 /usr/bin/install -c -m 644 Carbondioxide /usr/local/share/fluxbox/styles/Carbondioxide
 /usr/bin/install -c -m 644 qnx-photon /usr/local/share/fluxbox/styles/qnx-photon
 /usr/bin/install -c -m 644 BlueNight /usr/local/share/fluxbox/styles/BlueNight
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data/styles'
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/fluxbox
 /usr/bin/install -c -m 644 keys /usr/local/share/fluxbox/keys
 /usr/bin/install -c -m 644 menu /usr/local/share/fluxbox/menu
 /usr/bin/install -c -m 644 init /usr/local/share/fluxbox/init
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
make[1]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/data'
Making install in doc
make[1]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/man/man1
 /usr/bin/install -c -m 644 ./fluxbox.1 /usr/local/man/man1/fluxbox.1
 /usr/bin/install -c -m 644 ./bsetroot.1 /usr/local/man/man1/bsetroot.1
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
make[1]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/doc'
Making install in nls
make[1]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
Making install in C
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/C
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/C'
Making install in da_DK
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/da_DK
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/da_DK'
Making install in es_ES
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/es_ES
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/es_ES'
Making install in et_EE
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/et_EE
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/et_EE'
Making install in fr_FR
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/fr_FR
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/fr_FR'
Making install in pt_BR
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/pr_BR
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_BR'
Making install in ru_RU
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/ru_RU
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ru_RU'
Making install in sv_SE
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/sv_SE
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/sv_SE'
Making install in tr_TR
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/tr_TR
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/tr_TR'
Making install in it_IT
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/it_IT
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/it_IT'
Making install in pt_PT
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/pt_PT
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/pt_PT'
Making install in bg_BG
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/bg_BG
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/bg_BG'
Making install in ja_JP
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/ja_JP
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/ja_JP'
Making install in lv_LV
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/lv_LV
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls/lv_LV'
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
make[1]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/nls'
Making install in src
make[1]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
Making install in FbTk
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[3]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src/FbTk'
make[2]: Entering directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
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 -DLOCALEPATH=\"/usr/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/usr/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/usr/local/share/fluxbox/styles/Clean\" -DDEFAULTKEYSFILE=\"/usr/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/usr/local/share/fluxbox/init\" -IFbTk   -g -O2  -I/usr/X11R6/include -DSHAPE  -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include  -c -o fluxbox.o `test -f fluxbox.cc || echo './'`fluxbox.cc
fluxbox.cc: In member function `void Fluxbox::save_rc()':
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(BScreen*)':
fluxbox.cc:2324: error: `B_AmericanDate' undeclared (first use this function)
make[2]: *** [fluxbox.o] Error 1
make[2]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/berkay/Downloads/fluxbox-0.1.14/src'
make: *** [install-recursive] Error 1
That's all Thanks!
 
Old 08-22-2004, 10:00 AM   #9
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
You need the devel header files for those time libraries. Can you post the output of ./configure (and with any options you used, eg --prefix=/usr)?
 
Old 08-22-2004, 10:06 AM   #10
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
./configure output (no prefixes)

Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/berkay/Downloads/fluxbox-0.1.14/missing: Unknown `--run' option
Try `/home/berkay/Downloads/fluxbox-0.1.14/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for sed... sed
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for basename... yes
checking for getpid... yes
checking for setlocale... yes
checking for sigaction... yes
checking for strftime... no
checking for strcasestr... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for catopen... yes
checking for catgets... yes
checking for catclose... yes
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking whether to build support for the XShape extension... yes
checking for XShapeCombineShape in -lXext... yes
checking for X11/extensions/shape.h... yes
checking whether to include the Slit... yes
checking whether to include the new WM Spec... yes
checking whether to include Pseudocolor ordered dithering code... no
checking whether to include verbose debugging code... no
checking whether to include NLS support... yes
checking for setlocale in -lxpg4... no
checking for gencat... gencat
checking whether to use the new timed pixmap cache... yes
checking whether to have KDE slit support... no
checking whether to have GNOME support... yes
checking whether to have Xft support... yes
checking for xft-config... /usr/X11R6/bin/xft-config
checking Xft UTF-8 support... yes
checking whether to have Xmb (multibyte font, utf-8) support... yes
checking whether to build support for the Xinerama extension... no
checking return type of signal handlers... void
 
        fluxbox version 0.1.14 configured successfully.
 
Using '/usr/local' for installation.
Using 'g++' for C++ compiler.
Building with '-g -O2  -I/usr/X11R6/include -DSHAPE  -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/X11R6/include ' for C++ compiler flags.
Building with '  -L/usr/X11R6/lib -lX11  -lXext -L/usr/X11R6/lib -lXft -lX11 -lfreetype -lfontconfig -L/usr/X11R6/lib -lXrender ' for linker flags.
 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating version.h
config.status: creating src/Makefile
config.status: creating src/FbTk/Makefile
config.status: creating util/Makefile
config.status: creating util/fbrun/Makefile
config.status: creating data/Makefile
config.status: creating data/styles/Makefile
config.status: creating doc/Makefile
config.status: creating nls/Makefile
config.status: creating nls/C/Makefile
config.status: creating nls/da_DK/Makefile
config.status: creating nls/es_ES/Makefile
config.status: creating nls/et_EE/Makefile
config.status: creating nls/fr_FR/Makefile
config.status: creating nls/pt_BR/Makefile
config.status: creating nls/ru_RU/Makefile
config.status: creating nls/sv_SE/Makefile
config.status: creating nls/tr_TR/Makefile
config.status: creating nls/pt_PT/Makefile
config.status: creating nls/bg_BG/Makefile
config.status: creating nls/ja_JP/Makefile
config.status: creating nls/lv_LV/Makefile
config.status: creating nls/it_IT/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
....?
 
Old 08-22-2004, 10:21 AM   #11
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Odd, it doesnt seem to state which ones are missing. You could try looking at your fluxbox.cc on or about the stated line 1976 for some mention of `B_EuropeanDate'.

Have you installed the X devel rpm so fbdesk compiles?
Why not try Fluxbox 0.9.9 instead of 0.1.14?
 
Old 08-22-2004, 10:22 AM   #12
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Make sure in ~/.fluxbox/init you are pointing to /home/you/.fluxbox/menu if it is pointing to /usr/share/fluxbox/menu you can't change it.
 
Old 08-22-2004, 02:12 PM   #13
berkay
Member
 
Registered: Mar 2004
Location: TR
Distribution: Gentoo 2004.2
Posts: 100

Original Poster
Rep: Reputation: 15
Ok guys, I think I have huge troubles with directories =)... I fixed problem by installing v0.9.9 fc2 rpm and changing the style line comprookie said... I realized by starting fluxbox with superuser which worked fine... Now I can use fluxbox (it is n x faster than gnome and kde

Thanks all!
 
Old 08-22-2004, 03:23 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by Proud
Odd, it doesnt seem to state which ones are missing. You could try looking at your fluxbox.cc on or about the stated line 1976 for some mention of `B_EuropeanDate'.

Have you installed the X devel rpm so fbdesk compiles?
Why not try Fluxbox 0.9.9 instead of 0.1.14?
That's because nothing is missing ... the problem is
with flux and gcc 3.x .

See here


Cheers,
Tink
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Fluxbox norkers Linux - Software 3 03-31-2005 11:50 AM
FluxBox problems... IamDaniel Linux - Software 4 12-15-2003 03:24 AM
Problems with Fluxbox basemodel Slackware 8 07-29-2003 07:58 PM
Fluxbox problems alitrix Linux - Software 7 06-28-2003 03:20 PM
fluxbox problems Demon Linux - Newbie 5 04-16-2003 02:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration