Share

blackbox

Tracker: Bugs

5 0.65.0 final - src build fails on RH9 and FC1 - ID: 855440
Last Update: Comment added ( bradleyhughes )

blackbox-0.65.0.tar.gz
make-3.79.1-17

On Red Hat 9 & Fedora Core 1 typical ./configure, make
fails on the make with following error:

./configure:

...
blackbox version 0.65.0 configured successfully.

Using '/usr/local' for installation.
Using 'c++' for C++ compiler.
Building with '-g -O2 -I/usr/X11R6/include -Wall -W
-pedantic' for C++ compiler flags.
Building with ' -L/usr/X11R6/lib -lX11 -lXext' for
linker flags.
etc...

$ make
make all-recursive
make[1]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0'
Making all in data
make[2]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data'
Making all in styles
make[3]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data/styles'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data/styles'
make[3]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data'
sed -e "s,@pkgdatadir@,/usr/local/share/blackbox,"
./menu.in > menu
make[3]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data'
make[2]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/data'
Making all in doc
make[2]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/doc'
sed -e "s,@defaultmenu@,/usr/local/share/blackbox/menu," \
-e "s,@pkgdatadir@,/usr/local/share/blackbox," \
-e "s,@version@,0.65.0," \
./blackbox.1.in > blackbox.1
make[2]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/doc'
Making all in nls
make[2]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls'
Making all in C
make[3]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls/C'
awk -f ./../convert.awk header=../blackbox-nls.hh \
output=Translation.m ./BaseDisplay.m
./Basemenu.m ./Configmenu.m ./Icon.m ./Image.m
./Screen.m ./Slit.m ./Toolbar.m ./Window.m
./Windowmenu.m ./Workspace.m ./Workspacemenu.m
./blackbox.m ./common.m ./main.m ./bsetroot.m
make[3]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls/C'
Making all in da_DK
make[3]: Entering directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls/da_DK'
Translation.m:8: invalid character: message ignored
Translation.m:9: invalid character: message ignored
Translation.m:24: invalid character: message ignored
Translation.m:28: invalid character: message ignored
Translation.m:29: invalid character: message ignored
Translation.m:30: invalid character: message ignored
Translation.m:31: invalid character: message ignored
Translation.m:33: invalid character: message ignored
Translation.m:34: invalid character: message ignored
Translation.m:48: invalid character: message ignored
Translation.m:58: invalid character: message ignored
Translation.m:60: invalid character: message ignored
Translation.m:101: invalid character: message ignored
Translation.m:103: invalid character: message ignored
Translation.m:110: invalid character: message ignored
Translation.m:114: invalid character: message ignored
Translation.m:122: invalid character: message ignored
Translation.m:123: invalid character: message ignored
Translation.m:124: invalid character: message ignored
Translation.m:125: invalid character: message ignored
Translation.m:140: invalid character: message ignored
Translation.m:152: invalid character: message ignored
Translation.m:155: invalid character: message ignored
Translation.m:160: invalid character: message ignored
Translation.m:161: invalid character: message ignored
Translation.m:162: invalid character: message ignored
Translation.m:168: invalid character: message ignored
Translation.m:169: invalid character: message ignored
Translation.m:170: invalid character: message ignored
Translation.m:171: invalid character: message ignored
Translation.m:184: invalid character: message ignored
Translation.m:185: invalid character: message ignored
make[3]: *** [blackbox.cat] Error 1
make[3]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls/da_DK'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0/nls'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/disk0/local/usr_local/src/blackbox-0.65.0'
make: *** [all-recursive-am] Error 2


Nobody/Anonymous ( nobody ) - 2003-12-06 18:36

5

Closed

Wont Fix

Bradley T. Hughes

source compiling issue

0.65.x

Public


Comments ( 4 )




Date: 2004-10-01 12:14
Sender: bradleyhughesProject Admin

Logged In: YES
user_id=459209

0.65.x isn't being worked on anymore


Date: 2004-02-17 17:13
Sender: webdragon

Logged In: YES
user_id=231518

I have a src rpm built based on the one that shipped from
psyche.freshrpms.net and have rebuilt the spec to satisfy
fedora core 1 as well.

the assert.h issue has been resolved with an internal
patchfile, and the nls problem has been worked around thanks
to a timely note in the mailing list from shaleh.

I'd like to request that everyone NOT pound my server in an
attempt to download this rpm, but would rather see it get
uploaded to the dl section here or at yarrow.freshrpms.net.
I've e-mailed matthias at freshrpms regarding it.

I can e-mail it to you, for posting here, shaleh, if you
would like.


Date: 2003-12-15 10:25
Sender: webdragon

Logged In: YES
user_id=231518

Normally I boot my system to Runlevel 3 (/etc/inittab change
id:5:initdefault to id:3:initdefault), and run (startx) from
the console login.

Setting that up, is fairly simple. Make sure you have at
least one other stock window manager installed, whether it's
WindowMaker or TWM or MWM or whatever else comes with
RH9/FC1 XFree86.

From the console do:

switchdesk TWM (or windowmaker, or whatever)
this will create the ~/.Xclients and ~/.Xclients-default files

open up ~/.Xclients-default and change the exec line
(preferably commenting it and adding a newline) to

exec /usr/local/bin/blackbox

then when you run startx, it will launch blackbox as your
windowmanager.

Things you want to launch along WITH blackbox, you put in
~/.Xclients, (preferably BEFORE the lines that select the
.Xclients-default file and exec it. ;-)


Date: 2003-12-14 00:34
Sender: dicky3

Logged In: YES
user_id=870394

Simply do ./configure --enable-nls=no and it will compile
and install fine (at least on RH9).

My question to you (or anyone else), how do you actually run
blackbox?


Log in to comment.




Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2004-10-01 12:14 bradleyhughes
resolution_id None 2004-10-01 12:14 bradleyhughes
assigned_to nobody 2004-10-01 12:14 bradleyhughes
close_date - 2004-10-01 12:14 bradleyhughes