hello,

I've encountered a problem while compiling blackbox 0.60.3 on a linux box
(debian 2.1) :
 
c++ -DHAVE_CONFIG_H -I. -I. -I..   -DSHAPE -DSLIT -DINTERLACE  -DSTYLEDFRAMES  
-DNLS -DTIMEDCACHE -DLOCALEPATH=\"/usr/local/share/Blackbox/nls\"
-DDEFAULTMENU=\"/usr/local/share/Blackbox/menu\"
-DDEFAULTSTYLE=\"/usr/local/share/Blackbox/styles/Results\"  -g -O2 
-I/usr/X11R6/include -c Screen.cc
Screen.cc: In function `const char * getFontElement(const char *, char *, int
...)':
Screen.cc:138: warning: implicit declaration of function `int strcasestr(...)'

and then

make[2]: Entering directory `/home/klein/blackbox-0.60.3/src'
c++  -g -O2  -I/usr/X11R6/include -L/usr/X11R6/lib  -lSM -lICE -o blackbox 
BaseDisplay.o Basemenu.o Clientmenu.o Configmenu.o Icon.o Image.o LinkedList.o
Netizen.o Rootmenu.o Screen.o Slit.o Timer.o Toolbar.o Window.o Windowmenu.o
Workspace.o Workspacemenu.o blackbox.o i18n.o main.o  -L/usr/X11R6/lib -lX11 
-lXext
Screen.o: In function `getFontElement(char const *, char *, int,...)':
/home/klein/blackbox-0.60.3/src/Screen.cc:138: undefined reference to
`strcasestr'
collect2: ld returned 1 exit status


I have previously compiled blackbox 0.51.3 without any problems, is it a
problem of c++ library ? I haven't found any comments about c++ library version
used for blackbox...

thanks
--------------------------------------------------------
Dr Hubert Klein, GPEC UMR 6631 CNRS, case 901       
Universite de la Mediterranee, F-13288 Marseille cedex 9
tel : +33 (0) 491 829 302, fax +33 (0) 491 829 176
e-mail : [EMAIL PROTECTED]
---------------------------------------------------------

Reply via email to