Description: A splash screen Engine inspired by Mac OS X. The alorithm used to place icons in the pseudo-dock is slightly buggy (and very incomplete), so it may not work well on your system. I will be updating this Engine as I make improvements to it.Last changelog:
I think you forgot to include a file in this release.
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/opt/qt3/include -I/usr/X11R6/include -I../ -I../.. -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -Wp,-MD,.deps/libkmlThemeX_la.all_cpp.pp -c libkmlThemeX_la.all_cpp.cpp -fPIC -DPIC -o .libs/libkmlThemeX_la.all_cpp.o
In file included from XConfig.cpp:12,
from libkmlThemeX_la.all_cpp.cpp:3:
XConfig.h:14: ObjThemeEngine.h: No such file or directory
Ratings & Comments
6 Comments
where can find debian package?
Its seriously doubtful that you'll find a package for this yet. Let 'em stablize the project first.
I think you forgot to include a file in this release. c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/opt/qt3/include -I/usr/X11R6/include -I../ -I../.. -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -Wp,-MD,.deps/libkmlThemeX_la.all_cpp.pp -c libkmlThemeX_la.all_cpp.cpp -fPIC -DPIC -o .libs/libkmlThemeX_la.all_cpp.o In file included from XConfig.cpp:12, from libkmlThemeX_la.all_cpp.cpp:3: XConfig.h:14: ObjThemeEngine.h: No such file or directory
Replace ObjThemeEngine.h with ThemeEngine.h in src/XConfig.h
It's a bit buggy yet though :(
I know it's buggy. My apologies. I will post updates as I make updates to make it more stable. :) -dT-