LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Getting Fluxbox to run in Mandrake 9.1 (https://www.linuxquestions.org/questions/mandriva-30/getting-fluxbox-to-run-in-mandrake-9-1-a-102096/)

whoots 10-09-2003 11:00 AM

Getting Fluxbox to run in Mandrake 9.1
 
Hey Linux gang, this is my first post. I've been using Linux now since 8.1. I'm currently running Windows 2000 Prof & Linux Mandrake 9.1 on my computer. I really love the different "sessions" that you can choose from under the login manager. However, for some reason I cannot get the "Fluxbox" theme to work. The others that I have working are:

1) KDE
2) Gnome
3) ICEwn
4) Blackbox
5) Enlightenment

I downloaded and installed the current 0.1.1.4 Fluxbox RPM. I added the "Fluxbox" theme under the Login Manager of KDE. Now a 6th choice is added to my Login sessions screen.

6) Fluxbox

However, when I logout and choose the "Fluxbox" GUI for my session, it loads ICEwin. Also, if I restart my computer, the Fluxbox Theme somehow disappears from my choices. Can anyone help me?

Best Regards,
Whoot (Living Linux & Loving it!)

salparadise 10-09-2003 11:22 AM

try downloading the source files and compiling them
i've got fluxbox working perfectly on mandrake 9.1 by doing it that way

whoots 10-09-2003 12:31 PM

Thanks for the advice Salparadise; but, I'm still a Linux newbie. I don't know how to "compile" source files. Are those the .srpm files? The files that I presently have are:

1)0.1.1.4 fluxbox RPM

whoots 10-09-2003 12:34 PM

Thanks for the advice Salparadise; but, I'm still a Linux newbie. I don't know how to "compile" source files. Are those the .srpm files? The files that I presently have are:

1) 0.1.1.4 fluxbox RPM
2) 0.1.1.4 fluxbox.tar.gz
3) 0.1.1.4 fluxbox.tar.bz2

The fluxbox rpm that that I have installed, the executible resides in /usr/bin.... If I try to install another package..it will say that Fluxbox is already installed.

salparadise 10-09-2003 01:18 PM

ok
humble apologies
(i consider myself a rank amateur)

if you installed fluxbox from the rpm then you can su to root
type
rpm -e fluxbox
this tells rpm to erase the existing installation

ok, next

open konqueror and find the fluxbox.tar.gz file
copy/move it to your /home/you/tmp folder

right click on the file and choose "extract here"

click on the new fluxbox folder to go into it and then use the "open terminal here" option from the right click menu

type
./configure

if it exits without any Error1 or Error2 codes, (the text will stop scrolling past and a new command prompt will appear) then next type
make
when this has finished
su to root
and type
make install

this should (i say should) be all that's needed
then logout and at the next login/boot
fluxbox should work

whoots 10-09-2003 01:27 PM

Okies, bro when I get home from work I'll give it a try. Either way I'll reply back. Thanks for our help!

Whoots

whoots 10-09-2003 10:10 PM

Salparadise..it doesn't work
 
Sal..I tried the info you gave me on getting "Fluxbox" to work on Mandrake 9.1, but here are the errors I got when I got to the "./configure" command in Term Mode:

[rodney@localhost fluxbox-0.1.14]$ ./configure
checking for a BSD-compatible install... /usr//bin/install -c
checking whether build environment is sane... yes
/home/rodney/tmp/fluxbox-0.1.14/missing: Unknown `--run' option
Try `/home/rodney/tmp/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... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
[rodney@localhost fluxbox-0.1.14]$

Therefore I could not get to the next step which was to:

Make
su to Root
Make Install

Thanks for your help bro...any other options would greatly be appreciated.

Whoots
Galatians 2:20 -wink-

salparadise 10-10-2003 01:05 AM

ok
you need to install the gcc compiler
open up the Config menu, look for Packaging
and then the Install Software entry
click on this

after you've input the root pswd
a screen will appear
go to mandrake choices

what you want is either in Development
or Workstation/Configuration

look for gcc++

whoots 10-12-2003 02:05 PM

To Sal Concerning Fluxbox & Man 9.1
 
Dear Salparadise,

I installed the GCC++ compilers per your directions and I ran the ./configure, Make, and Make Install commands. Everything seemed to install fine. However, I still cannot figure out how to "run" fluxbox now. I went into the "Login Manager" and added "Fluxbox" to the additional sessions. I then logged out and logged back in "Choosing" Fluxbox as my GUI rather than KDE, Gnome, Enlightenment or any of the other choices. However, when it loads...I discover the same problem that I had before in that it acutally loads "ICEWM" GUI instead of Fluxbox. What am I doing wrong now?!?! I feel like I'm soooo close to getting Fluxbox to work, but yet sooo far.

Thanks,
Yours In Christ
Whoots
(Galatians 2:20)

Skyline 10-12-2003 02:56 PM

Whoots: have you checked out Retired Soldiers guide - I used it to install Flux. - There might be something of use etc....or something you spot that helps.

http://www.linuxquestions.org/questi...=fluxbox+guide

whoots 10-12-2003 09:10 PM

Thanks Skyline, I'll check out Retired solder's guide to see if there is anything else there that can help me. I want to run Fluxbox soooo bad!

Thanks Bro!
Whoots

whoots 10-13-2003 12:17 AM

Ok, Salparadise, Skyline and Retired Soldier and all others who have been trying to help me get Fluxbox running on my Mandrake 9.1 box. Here is the system info I got after running ./configure...

[rodney@localhost fluxbox-0.9.6pre1]$ ./configure
checking for a BSD-compatible install... /usr//bin/install -c
checking whether build environment is sane... yes
/home/rodney/tmp/fluxbox-0.9.6pre1/missing: Unknown `--run' option
Try `/home/rodney/tmp/fluxbox-0.9.6pre1/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 for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr//bin/nm -B output... ok
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -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... no
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 strcasestr... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for catopen... yes
checking for catgets... yes
checking for catclose... yes
checking for strftime... 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 remember functionality... yes
checking whether to include Toolbar... yes
checking whether to have (POSIX) regular expression support... 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 pkg-config... no
checking for XftFontOpen in -lXft... yes
Could not link with Xft. Install Xft if you want support for it.
checking whether to have Xrender (transparent) support... yes
checking for XRenderCreatePicture in -lXrender... yes
checking whether to have Xpm (pixmap themes) support... yes
checking for XpmReadFileToPixmap in -lXpm... no
checking whether to have Xmb (multibyte font, utf-8) support... yes
checking whether to have RANDR (The X Resize and Rotate Extension) support... yes
checking for XRRQueryExtension in -lXrandr... yes
checking whether to build support for the Xinerama extension... no
checking return type of signal handlers... void

fluxbox version 0.9.6pre1 configured successfully.

whoots 10-13-2003 12:20 AM

Here is the information I get after running "make install"

Using '/usr/local' for installation.
Using 'g++' for C++ compiler.
Building with '-g -O2 -I/usr/X11R6/include -DSHAPE ' for C++ compiler flags.
Building with ' -L/usr/X11R6/lib -lX11 -lXext -lXft -lXrender -lXrandr ' 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 nls/de_DE/Makefile
config.status: creating config.h
config.status: executing default-1 commands
[rodney@localhost fluxbox-0.9.6pre1]$ su
Password:
[root@localhost fluxbox-0.9.6pre1]# make install
Making install in data
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data'
Making install in styles
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data/styles'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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
/usr//bin/install -c -m 644 Meta /usr/local/share/fluxbox/styles/Meta
make[3]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data/styles'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data/styles'
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data'
env MENUFILENAME=menu PREFIX="/usr/local" MENUTITLE="Fluxbox-0.9.6pre1" INSTALL=Yes ../util/fluxbox-generate_menu
Menu succesfully generated.
Use fluxbox-generate_menu -h to read all about the latest features.
sed -e "s,@pkgdatadir@,/usr/local/share/fluxbox,g" init.in > init
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/data'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/data'
Making install in doc
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/doc'
sed -e "s,@pkgdatadir@,/usr/local/share/fluxbox," fluxbox.1.in > fluxbox.1
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/doc'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/doc'
Making install in nls
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls'
Making install in C
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/C'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/C'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/C'
Making install in da_DK
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/da_DK'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/da_DK'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/da_DK'
Making install in es_ES
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/es_ES'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/es_ES'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/es_ES'
Making install in et_EE
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/et_EE'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/et_EE'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/et_EE'
Making install in fr_FR
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/fr_FR'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/fr_FR'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/fr_FR'
Making install in pt_BR
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_BR'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_BR'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_BR'
Making install in ru_RU
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/ru_RU'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/ru_RU'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/ru_RU'
Making install in sv_SE
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/sv_SE'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/sv_SE'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/sv_SE'
Making install in tr_TR
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/tr_TR'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/tr_TR'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/tr_TR'
Making install in it_IT
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/it_IT'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/it_IT'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/it_IT'
Making install in pt_PT
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_PT'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_PT'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/pt_PT'
Making install in bg_BG
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/bg_BG'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/bg_BG'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/bg_BG'
Making install in ja_JP
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/ja_JP'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/ja_JP'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/ja_JP'
Making install in lv_LV
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/lv_LV'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls/lv_LV'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/lv_LV'
Making install in de_DE
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/de_DE'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/de_DE'
make[3]: Nothing to be done for `install-exec-am'.
Installing catalog in /usr/local/share/fluxbox/nls/de_DE
mkdir /usr/local/share/fluxbox/nls/de_DE
make[3]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/de_DE'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls/de_DE'
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls'
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/nls'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/nls'
Making install in src
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
Making install in FbTk
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src/FbTk'
source='App.cc' object='App.o' libtool=no \
depfile='.deps/App.Po' tmpdepfile='.deps/App.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o App.o `test -f App.cc || echo './'`App.cc
source='Color.cc' object='Color.o' libtool=no \
depfile='.deps/Color.Po' tmpdepfile='.deps/Color.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Color.o `test -f Color.cc || echo './'`Color.cc
source='Directory.cc' object='Directory.o' libtool=no \
depfile='.deps/Directory.Po' tmpdepfile='.deps/Directory.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Directory.o `test -f Directory.cc || echo './'`Directory.cc
source='EventManager.cc' object='EventManager.o' libtool=no \
depfile='.deps/EventManager.Po' tmpdepfile='.deps/EventManager.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o EventManager.o `test -f EventManager.cc || echo './'`EventManager.cc
source='FbWindow.cc' object='FbWindow.o' libtool=no \
depfile='.deps/FbWindow.Po' tmpdepfile='.deps/FbWindow.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbWindow.o `test -f FbWindow.cc || echo './'`FbWindow.cc
source='Font.cc' object='Font.o' libtool=no \
depfile='.deps/Font.Po' tmpdepfile='.deps/Font.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Font.o `test -f Font.cc || echo './'`Font.cc
source='ImageControl.cc' object='ImageControl.o' libtool=no \
depfile='.deps/ImageControl.Po' tmpdepfile='.deps/ImageControl.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ImageControl.o `test -f ImageControl.cc || echo './'`ImageControl.cc
source='MacroCommand.cc' object='MacroCommand.o' libtool=no \
depfile='.deps/MacroCommand.Po' tmpdepfile='.deps/MacroCommand.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o MacroCommand.o `test -f MacroCommand.cc || echo './'`MacroCommand.cc
source='Menu.cc' object='Menu.o' libtool=no \
depfile='.deps/Menu.Po' tmpdepfile='.deps/Menu.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Menu.o `test -f Menu.cc || echo './'`Menu.cc
source='MenuItem.cc' object='MenuItem.o' libtool=no \
depfile='.deps/MenuItem.Po' tmpdepfile='.deps/MenuItem.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o MenuItem.o `test -f MenuItem.cc || echo './'`MenuItem.cc
source='MenuTheme.cc' object='MenuTheme.o' libtool=no \
depfile='.deps/MenuTheme.Po' tmpdepfile='.deps/MenuTheme.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o MenuTheme.o `test -f MenuTheme.cc || echo './'`MenuTheme.cc
source='SignalHandler.cc' object='SignalHandler.o' libtool=no \
depfile='.deps/SignalHandler.Po' tmpdepfile='.deps/SignalHandler.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o SignalHandler.o `test -f SignalHandler.cc || echo './'`SignalHandler.cc
source='Text.cc' object='Text.o' libtool=no \
depfile='.deps/Text.Po' tmpdepfile='.deps/Text.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Text.o `test -f Text.cc || echo './'`Text.cc
source='Texture.cc' object='Texture.o' libtool=no \
depfile='.deps/Texture.Po' tmpdepfile='.deps/Texture.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Texture.o `test -f Texture.cc || echo './'`Texture.cc
source='TextureRender.cc' object='TextureRender.o' libtool=no \
depfile='.deps/TextureRender.Po' tmpdepfile='.deps/TextureRender.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o TextureRender.o `test -f TextureRender.cc || echo './'`TextureRender.cc
source='Theme.cc' object='Theme.o' libtool=no \
depfile='.deps/Theme.Po' tmpdepfile='.deps/Theme.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Theme.o `test -f Theme.cc || echo './'`Theme.cc
source='Timer.cc' object='Timer.o' libtool=no \
depfile='.deps/Timer.Po' tmpdepfile='.deps/Timer.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Timer.o `test -f Timer.cc || echo './'`Timer.cc
source='XFontImp.cc' object='XFontImp.o' libtool=no \
depfile='.deps/XFontImp.Po' tmpdepfile='.deps/XFontImp.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o XFontImp.o `test -f XFontImp.cc || echo './'`XFontImp.cc
source='Button.cc' object='Button.o' libtool=no \
depfile='.deps/Button.Po' tmpdepfile='.deps/Button.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Button.o `test -f Button.cc || echo './'`Button.cc
source='TextButton.cc' object='TextButton.o' libtool=no \
depfile='.deps/TextButton.Po' tmpdepfile='.deps/TextButton.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o TextButton.o `test -f TextButton.cc || echo './'`TextButton.cc
source='MultLayers.cc' object='MultLayers.o' libtool=no \
depfile='.deps/MultLayers.Po' tmpdepfile='.deps/MultLayers.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o MultLayers.o `test -f MultLayers.cc || echo './'`MultLayers.cc
source='XLayer.cc' object='XLayer.o' libtool=no \
depfile='.deps/XLayer.Po' tmpdepfile='.deps/XLayer.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o XLayer.o `test -f XLayer.cc || echo './'`XLayer.cc
source='XLayerItem.cc' object='XLayerItem.o' libtool=no \
depfile='.deps/XLayerItem.Po' tmpdepfile='.deps/XLayerItem.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o XLayerItem.o `test -f XLayerItem.cc || echo './'`XLayerItem.cc
source='Resource.cc' object='Resource.o' libtool=no \
depfile='.deps/Resource.Po' tmpdepfile='.deps/Resource.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Resource.o `test -f Resource.cc || echo './'`Resource.cc
source='StringUtil.cc' object='StringUtil.o' libtool=no \
depfile='.deps/StringUtil.Po' tmpdepfile='.deps/StringUtil.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o StringUtil.o `test -f StringUtil.cc || echo './'`StringUtil.cc
source='Subject.cc' object='Subject.o' libtool=no \
depfile='.deps/Subject.Po' tmpdepfile='.deps/Subject.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Subject.o `test -f Subject.cc || echo './'`Subject.cc
source='Observer.cc' object='Observer.o' libtool=no \
depfile='.deps/Observer.Po' tmpdepfile='.deps/Observer.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Observer.o `test -f Observer.cc || echo './'`Observer.cc
source='Transparent.cc' object='Transparent.o' libtool=no \
depfile='.deps/Transparent.Po' tmpdepfile='.deps/Transparent.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Transparent.o `test -f Transparent.cc || echo './'`Transparent.cc
source='FbPixmap.cc' object='FbPixmap.o' libtool=no \
depfile='.deps/FbPixmap.Po' tmpdepfile='.deps/FbPixmap.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbPixmap.o `test -f FbPixmap.cc || echo './'`FbPixmap.cc
source='FbDrawable.cc' object='FbDrawable.o' libtool=no \
depfile='.deps/FbDrawable.Po' tmpdepfile='.deps/FbDrawable.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbDrawable.o `test -f FbDrawable.cc || echo './'`FbDrawable.cc
source='Image.cc' object='Image.o' libtool=no \
depfile='.deps/Image.Po' tmpdepfile='.deps/Image.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Image.o `test -f Image.cc || echo './'`Image.cc
source='TextBox.cc' object='TextBox.o' libtool=no \
depfile='.deps/TextBox.Po' tmpdepfile='.deps/TextBox.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o TextBox.o `test -f TextBox.cc || echo './'`TextBox.cc
source='GContext.cc' object='GContext.o' libtool=no \
depfile='.deps/GContext.Po' tmpdepfile='.deps/GContext.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o GContext.o `test -f GContext.cc || echo './'`GContext.cc
source='XmbFontImp.cc' object='XmbFontImp.o' libtool=no \
depfile='.deps/XmbFontImp.Po' tmpdepfile='.deps/XmbFontImp.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/X11R6/include -DSHAPE -c -o XmbFontImp.o `test -f XmbFontImp.cc || echo './'`XmbFontImp.cc
rm -f libFbTk.a

Ok..have to continue on next reply because it's too big -smiles-

whoots 10-13-2003 12:23 AM

Ok, here is the information (Continued) after running the "Make Install" Command...

ar cru libFbTk.a App.o Color.o Directory.o EventManager.o FbWindow.o Font.o ImageControl.o MacroCommand.o Menu.o MenuItem.o MenuTheme.o SignalHandler.o Text.o Texture.o TextureRender.o Theme.o Timer.o XFontImp.o Button.o TextButton.o MultLayers.o XLayer.o XLayerItem.o Resource.o StringUtil.o Subject.o Observer.o Transparent.o FbPixmap.o FbDrawable.o Image.o TextBox.o GContext.o XmbFontImp.o
ranlib libFbTk.a
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/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/rodney/tmp/fluxbox-0.9.6pre1/src/FbTk'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src/FbTk'
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
source='ArrowButton.cc' object='ArrowButton.o' libtool=no \
depfile='.deps/ArrowButton.Po' tmpdepfile='.deps/ArrowButton.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ArrowButton.o `test -f ArrowButton.cc || echo './'`ArrowButton.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 -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbAtoms.o `test -f FbAtoms.cc || echo './'`FbAtoms.cc
source='FbWinFrame.cc' object='FbWinFrame.o' libtool=no \
depfile='.deps/FbWinFrame.Po' tmpdepfile='.deps/FbWinFrame.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbWinFrame.o `test -f FbWinFrame.cc || echo './'`FbWinFrame.cc
source='FbWinFrameTheme.cc' object='FbWinFrameTheme.o' libtool=no \
depfile='.deps/FbWinFrameTheme.Po' tmpdepfile='.deps/FbWinFrameTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbWinFrameTheme.o `test -f FbWinFrameTheme.cc || echo './'`FbWinFrameTheme.cc
echo '// This file is generated from makefile. Do not edit!' > defaults.hh
echo '#define DEFAULTMENU "/usr/local/share/fluxbox/menu"' >> defaults.hh
echo '#define DEFAULTSTYLE "/usr/local/share/fluxbox/styles/Clean"' >> defaults.hh
echo '#define DEFAULTKEYSFILE "/usr/local/share/fluxbox/keys"' >> defaults.hh
echo '#define DEFAULT_INITFILE "/usr/local/share/fluxbox/init"' >> defaults.hh
echo '#define LOCALEPATH "/usr/local/share/fluxbox/nls"' >> defaults.hh
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 -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o fluxbox.o `test -f fluxbox.cc || echo './'`fluxbox.cc
source='I18n.cc' object='I18n.o' libtool=no \
depfile='.deps/I18n.Po' tmpdepfile='.deps/I18n.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o I18n.o `test -f I18n.cc || echo './'`I18n.cc
source='Keys.cc' object='Keys.o' libtool=no \
depfile='.deps/Keys.Po' tmpdepfile='.deps/Keys.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Keys.o `test -f Keys.cc || echo './'`Keys.cc
source='main.cc' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o main.o `test -f main.cc || echo './'`main.cc
source='Netizen.cc' object='Netizen.o' libtool=no \
depfile='.deps/Netizen.Po' tmpdepfile='.deps/Netizen.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Netizen.o `test -f Netizen.cc || echo './'`Netizen.cc
source='RootTheme.cc' object='RootTheme.o' libtool=no \
depfile='.deps/RootTheme.Po' tmpdepfile='.deps/RootTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o RootTheme.o `test -f RootTheme.cc || echo './'`RootTheme.cc
source='FbRootWindow.cc' object='FbRootWindow.o' libtool=no \
depfile='.deps/FbRootWindow.Po' tmpdepfile='.deps/FbRootWindow.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbRootWindow.o `test -f FbRootWindow.cc || echo './'`FbRootWindow.cc
source='Screen.cc' object='Screen.o' libtool=no \
depfile='.deps/Screen.Po' tmpdepfile='.deps/Screen.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Screen.o `test -f Screen.cc || echo './'`Screen.cc
source='Slit.cc' object='Slit.o' libtool=no \
depfile='.deps/Slit.Po' tmpdepfile='.deps/Slit.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Slit.o `test -f Slit.cc || echo './'`Slit.cc
source='SlitClient.cc' object='SlitClient.o' libtool=no \
depfile='.deps/SlitClient.Po' tmpdepfile='.deps/SlitClient.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o SlitClient.o `test -f SlitClient.cc || echo './'`SlitClient.cc
source='WinButton.cc' object='WinButton.o' libtool=no \
depfile='.deps/WinButton.Po' tmpdepfile='.deps/WinButton.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o WinButton.o `test -f WinButton.cc || echo './'`WinButton.cc
source='WinButtonTheme.cc' object='WinButtonTheme.o' libtool=no \
depfile='.deps/WinButtonTheme.Po' tmpdepfile='.deps/WinButtonTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o WinButtonTheme.o `test -f WinButtonTheme.cc || echo './'`WinButtonTheme.cc
source='Window.cc' object='Window.o' libtool=no \
depfile='.deps/Window.Po' tmpdepfile='.deps/Window.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Window.o `test -f Window.cc || echo './'`Window.cc
source='Workspace.cc' object='Workspace.o' libtool=no \
depfile='.deps/Workspace.Po' tmpdepfile='.deps/Workspace.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Workspace.o `test -f Workspace.cc || echo './'`Workspace.cc
source='FbCommands.cc' object='FbCommands.o' libtool=no \
depfile='.deps/FbCommands.Po' tmpdepfile='.deps/FbCommands.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbCommands.o `test -f FbCommands.cc || echo './'`FbCommands.cc
source='IntResMenuItem.cc' object='IntResMenuItem.o' libtool=no \
depfile='.deps/IntResMenuItem.Po' tmpdepfile='.deps/IntResMenuItem.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o IntResMenuItem.o `test -f IntResMenuItem.cc || echo './'`IntResMenuItem.cc
source='FbMenu.cc' object='FbMenu.o' libtool=no \
depfile='.deps/FbMenu.Po' tmpdepfile='.deps/FbMenu.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbMenu.o `test -f FbMenu.cc || echo './'`FbMenu.cc
source='WinClient.cc' object='WinClient.o' libtool=no \
depfile='.deps/WinClient.Po' tmpdepfile='.deps/WinClient.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o WinClient.o `test -f WinClient.cc || echo './'`WinClient.cc
source='Xutil.cc' object='Xutil.o' libtool=no \
depfile='.deps/Xutil.Po' tmpdepfile='.deps/Xutil.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Xutil.o `test -f Xutil.cc || echo './'`Xutil.cc
source='CurrentWindowCmd.cc' object='CurrentWindowCmd.o' libtool=no \
depfile='.deps/CurrentWindowCmd.Po' tmpdepfile='.deps/CurrentWindowCmd.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o CurrentWindowCmd.o `test -f CurrentWindowCmd.cc || echo './'`CurrentWindowCmd.cc
source='WorkspaceCmd.cc' object='WorkspaceCmd.o' libtool=no \
depfile='.deps/WorkspaceCmd.Po' tmpdepfile='.deps/WorkspaceCmd.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o WorkspaceCmd.o `test -f WorkspaceCmd.cc || echo './'`WorkspaceCmd.cc
source='CommandParser.cc' object='CommandParser.o' libtool=no \
depfile='.deps/CommandParser.Po' tmpdepfile='.deps/CommandParser.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o CommandParser.o `test -f CommandParser.cc || echo './'`CommandParser.cc
source='FbCommandFactory.cc' object='FbCommandFactory.o' libtool=no \
depfile='.deps/FbCommandFactory.Po' tmpdepfile='.deps/FbCommandFactory.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbCommandFactory.o `test -f FbCommandFactory.cc || echo './'`FbCommandFactory.cc
source='Shape.cc' object='Shape.o' libtool=no \
depfile='.deps/Shape.Po' tmpdepfile='.deps/Shape.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Shape.o `test -f Shape.cc || echo './'`Shape.cc
source='MenuTheme.cc' object='MenuTheme.o' libtool=no \
depfile='.deps/MenuTheme.Po' tmpdepfile='.deps/MenuTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o MenuTheme.o `test -f MenuTheme.cc || echo './'`MenuTheme.cc
source='Container.cc' object='Container.o' libtool=no \
depfile='.deps/Container.Po' tmpdepfile='.deps/Container.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Container.o `test -f Container.cc || echo './'`Container.cc
source='TextTheme.cc' object='TextTheme.o' libtool=no \
depfile='.deps/TextTheme.Po' tmpdepfile='.deps/TextTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o TextTheme.o `test -f TextTheme.cc || echo './'`TextTheme.cc
source='BorderTheme.cc' object='BorderTheme.o' libtool=no \
depfile='.deps/BorderTheme.Po' tmpdepfile='.deps/BorderTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o BorderTheme.o `test -f BorderTheme.cc || echo './'`BorderTheme.cc
source='SetWorkspaceName.cc' object='SetWorkspaceName.o' libtool=no \
depfile='.deps/SetWorkspaceName.Po' tmpdepfile='.deps/SetWorkspaceName.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o SetWorkspaceName.o `test -f SetWorkspaceName.cc || echo './'`SetWorkspaceName.cc
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 -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Ewmh.o `test -f Ewmh.cc || echo './'`Ewmh.cc
source='Gnome.cc' object='Gnome.o' libtool=no \
depfile='.deps/Gnome.Po' tmpdepfile='.deps/Gnome.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Gnome.o `test -f Gnome.cc || echo './'`Gnome.cc
source='Remember.cc' object='Remember.o' libtool=no \
depfile='.deps/Remember.Po' tmpdepfile='.deps/Remember.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Remember.o `test -f Remember.cc || echo './'`Remember.cc
source='RegExp.cc' object='RegExp.o' libtool=no \
depfile='.deps/RegExp.Po' tmpdepfile='.deps/RegExp.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o RegExp.o `test -f RegExp.cc || echo './'`RegExp.cc
source='ClientPattern.cc' object='ClientPattern.o' libtool=no \
depfile='.deps/ClientPattern.Po' tmpdepfile='.deps/ClientPattern.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ClientPattern.o `test -f ClientPattern.cc || echo './'`ClientPattern.cc
source='Toolbar.cc' object='Toolbar.o' libtool=no \
depfile='.deps/Toolbar.Po' tmpdepfile='.deps/Toolbar.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o Toolbar.o `test -f Toolbar.cc || echo './'`Toolbar.cc
source='ToolbarHandler.cc' object='ToolbarHandler.o' libtool=no \
depfile='.deps/ToolbarHandler.Po' tmpdepfile='.deps/ToolbarHandler.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ToolbarHandler.o `test -f ToolbarHandler.cc || echo './'`ToolbarHandler.cc
source='ToolbarTheme.cc' object='ToolbarTheme.o' libtool=no \
depfile='.deps/ToolbarTheme.Po' tmpdepfile='.deps/ToolbarTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ToolbarTheme.o `test -f ToolbarTheme.cc || echo './'`ToolbarTheme.cc
source='ToolbarItem.cc' object='ToolbarItem.o' libtool=no \
depfile='.deps/ToolbarItem.Po' tmpdepfile='.deps/ToolbarItem.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ToolbarItem.o `test -f ToolbarItem.cc || echo './'`ToolbarItem.cc
source='ClockTool.cc' object='ClockTool.o' libtool=no \
depfile='.deps/ClockTool.Po' tmpdepfile='.deps/ClockTool.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ClockTool.o `test -f ClockTool.cc || echo './'`ClockTool.cc
source='WorkspaceNameTool.cc' object='WorkspaceNameTool.o' libtool=no \
depfile='.deps/WorkspaceNameTool.Po' tmpdepfile='.deps/WorkspaceNameTool.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o WorkspaceNameTool.o `test -f WorkspaceNameTool.cc || echo './'`WorkspaceNameTool.cc
source='IconbarTool.cc' object='IconbarTool.o' libtool=no \
depfile='.deps/IconbarTool.Po' tmpdepfile='.deps/IconbarTool.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o IconbarTool.o `test -f IconbarTool.cc || echo './'`IconbarTool.cc
source='IconbarTheme.cc' object='IconbarTheme.o' libtool=no \
depfile='.deps/IconbarTheme.Po' tmpdepfile='.deps/IconbarTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o IconbarTheme.o `test -f IconbarTheme.cc || echo './'`IconbarTheme.cc
source='ToolTheme.cc' object='ToolTheme.o' libtool=no \
depfile='.deps/ToolTheme.Po' tmpdepfile='.deps/ToolTheme.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o ToolTheme.o `test -f ToolTheme.cc || echo './'`ToolTheme.cc
source='IconButton.cc' object='IconButton.o' libtool=no \
depfile='.deps/IconButton.Po' tmpdepfile='.deps/IconButton.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o IconButton.o `test -f IconButton.cc || echo './'`IconButton.cc
source='SystemTray.cc' object='SystemTray.o' libtool=no \
depfile='.deps/SystemTray.Po' tmpdepfile='.deps/SystemTray.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o SystemTray.o `test -f SystemTray.cc || echo './'`SystemTray.cc
/bin/sh ../libtool --mode=link g++ -g -O2 -I/usr/X11R6/include -DSHAPE -L/usr/X11R6/lib -lSM -lICE -o fluxbox ArrowButton.o FbAtoms.o FbWinFrame.o FbWinFrameTheme.o fluxbox.o I18n.o Keys.o main.o Netizen.o RootTheme.o FbRootWindow.o Screen.o Slit.o SlitClient.o WinButton.o WinButtonTheme.o Window.o Workspace.o FbCommands.o IntResMenuItem.o FbMenu.o WinClient.o Xutil.o CurrentWindowCmd.o WorkspaceCmd.o CommandParser.o FbCommandFactory.o Shape.o MenuTheme.o Container.o TextTheme.o BorderTheme.o SetWorkspaceName.o Ewmh.o Gnome.o Remember.o RegExp.o ClientPattern.o Toolbar.o ToolbarHandler.o ToolbarTheme.o ToolbarItem.o ClockTool.o WorkspaceNameTool.o IconbarTool.o IconbarTheme.o ToolTheme.o IconButton.o SystemTray.o FbTk/libFbTk.a -L/usr/X11R6/lib -lX11 -lXext -lXft -lXrender -lXrandr
mkdir .libs
g++ -g -O2 -I/usr/X11R6/include -DSHAPE -o fluxbox ArrowButton.o FbAtoms.o FbWinFrame.o FbWinFrameTheme.o fluxbox.o I18n.o Keys.o main.o Netizen.o RootTheme.o FbRootWindow.o Screen.o Slit.o SlitClient.o WinButton.o WinButtonTheme.o Window.o Workspace.o FbCommands.o IntResMenuItem.o FbMenu.o WinClient.o Xutil.o CurrentWindowCmd.o WorkspaceCmd.o CommandParser.o FbCommandFactory.o Shape.o MenuTheme.o Container.o TextTheme.o BorderTheme.o SetWorkspaceName.o Ewmh.o Gnome.o Remember.o RegExp.o ClientPattern.o Toolbar.o ToolbarHandler.o ToolbarTheme.o ToolbarItem.o ClockTool.o WorkspaceNameTool.o IconbarTool.o IconbarTheme.o ToolTheme.o IconButton.o SystemTray.o -L/usr/X11R6/lib -lSM -lICE FbTk/libFbTk.a -lX11 -lXext -lXft -lXrender -lXrandr
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr//bin/install -c fluxbox /usr/local/bin/fluxbox
/usr//bin/install -c fluxbox /usr/local/bin/fluxbox
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/src'
Making install in util
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
Making install in fbrun
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util/fbrun'
source='FbRun.cc' object='FbRun.o' libtool=no \
depfile='.deps/FbRun.Po' tmpdepfile='.deps/FbRun.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ -I../../src/FbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o FbRun.o `test -f FbRun.cc || echo './'`FbRun.cc
source='main.cc' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/ -I../../src/FbTk -g -O2 -I/usr/X11R6/include -DSHAPE -c -o main.o `test -f main.cc || echo './'`main.cc
/bin/sh ../../libtool --mode=link g++ -g -O2 -I/usr/X11R6/include -DSHAPE -L/usr/X11R6/lib -lSM -lICE -o fbrun FbRun.o main.o ../../src/FbTk/libFbTk.a -L/usr/X11R6/lib -lX11 -lXext -lXft -lXrender -lXrandr
mkdir .libs
g++ -g -O2 -I/usr/X11R6/include -DSHAPE -o fbrun FbRun.o main.o -L/usr/X11R6/lib -lSM -lICE ../../src/FbTk/libFbTk.a -lX11 -lXext -lXft -lXrender -lXrandr
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util/fbrun'
/bin/sh ../../mkinstalldirs /usr/local/bin
/bin/sh ../../libtool --mode=install /usr//bin/install -c fbrun /usr/local/bin/fbrun
/usr//bin/install -c fbrun /usr/local/bin/fbrun
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util/fbrun'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util/fbrun'
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
source='bsetroot.cc' object='bsetroot.o' libtool=no \
depfile='.deps/bsetroot.Po' tmpdepfile='.deps/bsetroot.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/FbTk/ -g -O2 -I/usr/X11R6/include -DSHAPE -c -o bsetroot.o `test -f bsetroot.cc || echo './'`bsetroot.cc
/bin/sh ../libtool --mode=link g++ -g -O2 -I/usr/X11R6/include -DSHAPE -L/usr/X11R6/lib -lSM -lICE -o bsetroot bsetroot.o ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o ../src/FbTk/libFbTk.a -L/usr/X11R6/lib -lX11 -lXext -lXft -lXrender -lXrandr
mkdir .libs
g++ -g -O2 -I/usr/X11R6/include -DSHAPE -o bsetroot bsetroot.o ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o -L/usr/X11R6/lib -lSM -lICE ../src/FbTk/libFbTk.a -lX11 -lXext -lXft -lXrender -lXrandr
make[3]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../libtool --mode=install /usr//bin/install -c bsetroot /usr/local/bin/bsetroot
/usr//bin/install -c bsetroot /usr/local/bin/bsetroot
/bin/sh ../mkinstalldirs /usr/local/bin
/usr//bin/install -c fbsetbg /usr/local/bin/fbsetbg
/usr//bin/install -c fluxbox-generate_menu /usr/local/bin/fluxbox-generate_menu
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1/util'
make[1]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1'
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make[2]: Entering directory `/home/rodney/tmp/fluxbox-0.9.6pre1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1'
make[1]: Leaving directory `/home/rodney/tmp/fluxbox-0.9.6pre1'
[root@localhost fluxbox-0.9.6pre1]#

I would guess that after all this I can assume that Fluxbox is up and ready to go, but the problem is I still cannot figure out how to run it. Thank you guys soo much for your continued help and support! -bear hugs- Salparadise, Skyline and Retired Soldier.

Skyline 10-13-2003 12:32 AM

Whoots: - Ive just found this on Google - might be something of use in it?

Since I first wrote this I've talked to others that
have had success building the remember patch into the
mandrake specific flux source, which seems to help
alleviate some of the problems that I had, which in
turn led me to put together this HOWTO.

----------------------------------------------------
This document is my best attempt at filling a void in
the "how to" world of linux configuration,
specifically while working with the cool but somewhat
quirky Mandrake 9.0 distribution (doesn't use an
~/.xsession or ~/.xinitrc file by default).

This document is published under the GNU General
Public License and you are free to duplicate,
distribute it, change it (hopefully improving it!),
pretty much whatever, as long as this license
notification remains intact.

Installing Fluxbox (or probably any other window
manager) in Mandrake 9.0:
----------------------------------------------------------

If you are installing such things in RPM format then
you can probably quit right here because you are
unlikely to have any problems!

If, on the other hand, you want to build a wm from
source you might find this information quite useful.

My experience is concerning the compiling and
installation of Fluxbox-0.1.14 *with* the infamous
"Remember" patch; something that at the time of this
writing appeared nonexistant in RPM format.

Download the software:
-----------------------
Get the source tar.gz for flux at:

http://fluxbox.sourceforge.net/download.php

Then get the Remember patch from:

http://bugfactory.org/~gav/fluxbox/


Follow the directions (at least the install MUST be
done as su/root!):

gunzip remember-0.1.14.gz
tar xvfz fluxbox-0.1.14.tar.gz
cd fluxbox-0.1.14
patch -p1 < path_to/remember-0.1.14
autoconf
automake
./configure
make
make install


No errors? Cool!


Now the root of my real problem... how to get fluxbox
to show in the "sessions" menu in GDM (it's likely to
be much the same problem AND solution if you are using
KDM or whatever instead).

NOTE: I'm not sure how much of the following is
absolutely neccessary! I'm not really a programmer or
any sort of "hacker" so some of this stuff might be
redundant or even (gasp!) WRONG! The following is a
compilation of stuff gathered from various sources and
all I know is that it >>works<< with *my* install of
Mandrake 9.0 and GDM.

Open a terminal as root.

$ cd /etc/X11/gdm/Sessions

You will see several other scripts for other wms
there. Look at them.. pretty self-explanatory.

Create a script in /etc/X11/gdm/Sessions with your
favorite editor and call it "fluxbox". It should
contain the following:

#!/bin/sh
exec /usr/local/bin/fluxbox

Save the script and then make it executable with:

$ chmod a+x fluxbox

Then:

$ cd /etc/X11/wmsession.d

This directory contains OTHER startup scripts, I
believe for Xsession. You will find scripts in there
that begin with a two digit number like "02GNOME" or
"07IceWM". Create another script in this directory
called fluxbox that BEGINS with a two digit number NOT
already in use, for example "08fluxbox". This script
should contain:

NAME=fluxbox
ICON=fluxbox.png
EXEC=/usr/X11R6/bin/startfluxbox
DESC=A Light and nice looking window manager
SCRIPT:
exec /usr/X11R6/bin/startfluxbox

Save it. This script does NOT need to be executable.


Next switch to /usr/X11R6/bin and create a third
script called "startfluxbox". It should contain:

exec /usr/local/bin/fluxbox

This script MUST be made executable with:

$ chmod a+x startfluxbox


Next, while still in su/root, do the next two
commands:

$ fndSession

and

$ chksession -l

If all went well you should have gotten back a listing
of all valid wms including your newly installed
fluxbox :)

I'm sure there is some command that will make these
changes take effect; I just rebooted. You should now
be able to select your newly compiled install of
fluxbox (or whatever) from your respective display
manager (GDM).

Good luck!
https://lists.sourceforge.net/lists/.../fluxbox-users

whoots 10-13-2003 01:28 PM

If This Doesn't Work, I'll Try Fluxbox On FreeBSD 5.1
 
Thank you all for your help! Special thanks to Skyline & Salparadise. I'll try the last option with respect to getting Fluxbox to be found in KDM sessions or GDM sessions. However, if this fails I'm going to try a Triune boot of Windows, Mandrake 9.1 & FreeBSD 5.1 on my computer. Than I'll see if I can get Fluxbox to run on FreeBSD. I did notice that during each ./configure of flux that it looks for "BSD compatible" info. Therefore, it seems reasonable to conclude that perhaps Flux works best on FreeBSD systems. I could be wrong, but it's just an educated guess.

Linuxly Yours,
Whoots

whoots 10-13-2003 07:06 PM

Sky..I tried everything in the last post
 
Skyline, I tried everything in the last post that you sent from the google info...including editing the various scripts. However, it still does not work. -frowns- I doesn't look like I'm ever going to be able to fluxbox to work.

Linuxly Yours
Whoots

salparadise 10-14-2003 12:44 AM

http://rpm.pbone.net/index.php3?idpl....i586.rpm.html


just discovered this site
whooeee
sorted out severallongstanding "where the hell does this file come from?" dependenciy problems

sure enough

there was a link to fluxbox rpm for mandrake 9.x

hope this helps ya


whoots 10-14-2003 10:31 AM

I'll try the 1.1.2 version that's there Sal
 
Thanks for the response again Sal. I will try the 1.1.2 version of Fluxbox that is there at that site instead of the 1.1.4 version that I have been hopelessly trying to get to work. Perhaps 1.1.2 works better for Mandrake 9.1 than 1.1.4. I'll try the RPM file they have listed there first and it that doesn't work I'll "rpm -e fluxbox" in root and then try the source file. Thanks for all of your advise and patience.

Linuxly Yours
&
Yours in Christ
Whoots (AKA RodDog)

Skyline 10-14-2003 11:00 AM

Try what Sal said first - one last option though could be to get Red Hat 9 and install Flux on that using Retired Soldiers guide - the reason I mention this is just that I installed it myself on Red Hat 9 about 3 weeks ago so I know it works - (only a last resort though if interested.)

whoots 10-15-2003 04:42 AM

Whoohoo! The last suggestion worked Sal. I installed the 1.1.2 Fluxbox RPM for Mandrake 9.1 and it worked without a glitch! Now, if I can only figure out how to add "picture" backgrounds and get that kewl "transparant" looking command line menus that I see on so many of the screenshots running flux box I'll be contented! Now why couldn't 1.1.4 have worked just as easily as 1.1.2 did? Ahh well. I know have all the following choices:

1) KDE
2) Gnome
3) Enlightenment (Which is also very cool looking) eps the waves effect
4) ICEWM
5) Fluxbox (Very kewl looking, but needs background change)
6) WindowMKR
7) XCE

salparadise 10-15-2003 04:51 AM

ahhhhhhhhh
that's made my day that has

:-)

whoots 10-15-2003 08:31 AM

LOL, yeup Sal I couldn't have done it without your persistance and patience. BTW, I noticed on another forum that someone said that KDE also has a way of making the command prompt in term mode transparant like Flux. They said it's in the "Schema Tab" of control settings of KDE, but I caint seem to find it. Also, I've been looking around in KDE-Look and I'm just blown away by the Superkaramba "Themes" but I just caint figure out how to add them correctly. When I try to dump them in /usr/share/apps/kdethemes along with the others that are there...they never seem to work. Also, much thanks to Skyline for his help also.

salparadise 10-15-2003 09:36 AM

hmm
i think karamba might make it's own folder (??)
i only tried it once and wasn't much impressed
most of the things it ran were for 1024x768 which
is somewhat below the res' i use
i was using it for monitoring type apps
and then i discovered gkrellm

which is running all the time now,
it remembers where it was on the screen
it starts at boot without file editing
and doesn't show up on the taskbar
and is immensely skinnable and addable to

i'm bowled over by linux and available apps over and again

if you haven't already got Eterm installed then i would suggest you install it
it's a console, it has"toggle transparency" in one of the drop down menus
the only thing it doesn't appear to do is support cut and paste

it comes on one of the mandrake cd's

Gby

mdg 10-15-2003 09:36 AM

There's some good stuff about fluxbox here.
Also, transparency in terminal (I assume Konsole in KDE) is done in the "Schema" option on the Konsole menubar

whoots 10-15-2003 10:20 AM

Mdg...I've seen the "Schema" option once before but I caint remember where in KDE. If you can give me specific directions as to where I'd appreciate it. Also, thanks for the additional fluxbox info. I'm really enjoying Linux a lot!

mdg 10-15-2003 11:14 AM

Quote:

is done in the "Schema" option on the Konsole menubar
Open Konsole (KDE default term) and look through the options in the toolbar. I don't remember specifically (settings?), but one of them houses "Schema". In there are two transparency options.

whoots 10-16-2003 09:06 AM

Thanks mdg! I've been using the tranparant look in Superconsole mode now. However, is there a way to make the "border" of the Windows look very thin...I want it to have more of that Fluxbox look. Also, speaking of fluxbox, since I've been using it I've found that there's not much I can do with it at the present time. I'm gonna have to google around for some how to's on "customizing flux...for dummies!" LOL

mdg 10-16-2003 11:21 AM

If you're talking about the border of Konsole, you can uncheck "menubar" and "toolbar" in the Settings option and also in Settings/Configure Konsole, uncheck "Show frame". The borders will be more fluxlike

I don't think you can make Konsole completely borderless and if you're using Fluxbox, I've heard about problems using the two together. You should have a look at Eterm or aterm, both of which work well with Fluxbox and can be made totally borderless, as you can see in this screenshot

whoots 10-16-2003 08:46 PM

Whoa! Man that desktop looks sweeeeet! -drools- Mdg please tell me that's your desktop! BTW, you know where I might find the dreaded "libdvdcss" file? It kinda sucks that I caint play any of my DVD's on Xine except the old ones. I've downloaded two rpms that I found from googling around but neither of them worked. Somehow the RPM won't install/extract even in root.

mdg 10-16-2003 09:02 PM

I found libdvdcss here and test-installed it - it works for me. It says "bad signatures" but I've never had problems installing rpms with that warning. Can't help you more than that, I don't have DVD on my computer.

As for the screenshot, it was my desktop, looks different now

whoots 10-17-2003 10:49 AM

Hey, mdg I actually found the libdvdcss file. I had to use the tar.gz version of it. However, after decompressing this file and running /.configure, make, make install, I noticed that the file was created at: /usr/local/lib. The libdvdcss.a, .so, .so.2.0.2 files that I needed had to be moved "manually" to the path where Xine keeps its decoder plugins. After I copied them into Xines plugin path, Xine then played the DVDs just fine.

mdg 10-17-2003 11:18 AM

Glad you got it worked out

whoots 10-20-2003 09:26 AM

Mdg, can you tell me where I can DL Mandrake 9.2 the final release (Stable) ? I've checked all the of suggested links from this forum, but none of them seems to work. I've been told that this is the Power Pack release.

Thanks,
Whoots

whoots 11-13-2003 01:24 PM

Anyone know how to change the background in Fluxbox?

Linuxly Yours,
Whoots

linuxfond 06-03-2004 08:46 AM

If you still need it:
To install Fluxbox on MDK9.1 go to MCC and install Fluxbox.
This will install the version of Flux which came together.

To change background go to /usr/share/fluxbox/styles/ and open anystyle you want to edit.

Open the style you want to edit and edit this line:
rootCommand: bsetbg -f /usr/share/fluxbox/backgrounds/yourbackground.jpg


All times are GMT -5. The time now is 12:22 AM.