[Cooker] kdebase - missing LessTiff dependencies

2002-07-06 Thread Borsenkow Andrej


c++ -DHAVE_CONFIG_H -I. -I. -I../..
-I/usr/X11R6/LessTif/Motif1.2/include -I../../nsplugins
-I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT 
-D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -O3 -pipe -march=i686 -ffast-math
-fno-strength-reduce -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE
-DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c nspluginviewer.all_cpp.cpp
In file included from nspluginviewer.all_cpp.cpp:2:
nsplugin.cpp:55:25: Xm/DrawingA.h: No such file or directory
In file included from nspluginviewer.all_cpp.cpp:2:
nsplugin.cpp: In constructor `NSPluginInstance::NSPluginInstance(NPP_t*,
NPPluginFuncs*, KLibrary*, int, int, QString, QString, QString, QString,
bool, QObject*, const char*)':
nsplugin.cpp:343: `XmCreateDrawingArea' undeclared (first use this
function)
nsplugin.cpp:343: (Each undeclared identifier is reported only once for
each function it appears in.)
In file included from nspluginviewer.all_cpp.cpp:4:
kxt.cpp:79:19: Xm/Xm.h: No such file or directory
make[3]: *** [nspluginviewer.all_cpp.o] ïÛÉÂËÁ 1
make[3]: ÷ÙÈÏÄ ÉÚ ËÁÔÁÌÏÇ
`/home/bor/rpm/BUILD/kdebase-3.0.2/nsplugins/viewer'
make[2]: *** [all-recursive] ïÛÉÂËÁ 1
make[2]: ÷ÙÈÏÄ ÉÚ ËÁÔÁÌÏÇ `/home/bor/rpm/BUILD/kdebase-3.0.2/nsplugins'
make[1]: *** [all-recursive] ïÛÉÂËÁ 1
make[1]: ÷ÙÈÏÄ ÉÚ ËÁÔÁÌÏÇ `/home/bor/rpm/BUILD/kdebase-3.0.2'
make: *** [all-recursive-am] ïÛÉÂËÁ 2
ÏÛÉÂËÁ: îÅ×ÅÒÎÙÊ ËÏÄ ×ÏÚ×ÒÁÔÁ ÉÚ /home/bor/rpm/tmp/rpm-tmp.34184
(%build)


ïÛÉÂËÉ ÓÂÏÒËÉ ÐÁËÅÔÏ×:
îÅ×ÅÒÎÙÊ ËÏÄ ×ÏÚ×ÒÁÔÁ ÉÚ /home/bor/rpm/tmp/rpm-tmp.34184 (%build)






Re: [Cooker] kdebase - missing LessTiff dependencies

2002-07-06 Thread Borsenkow Andrej

÷ óÂÔ, 06.07.2002, × 12:02, Borsenkow Andrej ÎÁÐÉÓÁÌ:
 
 c++ -DHAVE_CONFIG_H -I. -I. -I../..
 -I/usr/X11R6/LessTif/Motif1.2/include -I../../nsplugins
 -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT 
 -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -O3 -pipe -march=i686 -ffast-math
 -fno-strength-reduce -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE
 -DQT_NO_COMPAT -DQT_NO_ASCII_CAST  -c nspluginviewer.all_cpp.cpp

Hmm ... it does not seem to use our lesstif at all, at least current
version. Current lesstif-(devel-)0.93.34-1mdk puts headers in
/usr/X11R6/include and libraries in /usr/X11R6/lib and so does not
require any extra motif locations (from
kdebase.spec:
--with-motif-includes=/usr/X11R6/LessTif/Motif1.2/include
\   
--with-motif-libraries=/usr/X11R6/LessTif/Motif1.2/lib)

Is it possible to modify kdebase.spec to simply use default lesstif as
we have in Mandrake? I'm building it right now ...

-andrej