gcompmgr 0.21 compilation problem...

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

gcompmgr 0.21 compilation problem...

#1 Post by Argolance »

hello,
Trying for some time past to compile gcompmgr 0.21 from the sources files (found here) that I modified to get the application in French. Even when compiling with the original unmodified source files, I get these errors...
# make
make all-recursive
make[1]: Entering directory `/mnt/sdb3/my-documents/Telechargements/gcompmgr-0.2 1'
Making all in src
make[2]: Entering directory `/mnt/sdb3/my-documents/Telechargements/gcompmgr-0.2 1/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2. 4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include /gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/includ e/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2 .0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2. 0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cai ro -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/X11R7/include -I/usr/ include/libpng12 -I/usr/include/atk-1.0 -Wall -g -MT window1_glade.o -MD -M P -MF ".deps/window1_glade.Tpo" -c -o window1_glade.o window1_glade.cc; \
then mv -f ".deps/window1_glade.Tpo" ".deps/window1_glade.Po"; else rm - f ".deps/window1_glade.Tpo"; exit 1; fi
window1_glade.cc:18:34: error: sigc++/compatibility.h: Aucun fichier ou répertoi re de ce type
window1_glade.cc: In constructor 'window1_glade::window1_glade()':
window1_glade.cc:587: error: 'SigC' has not been declared
window1_glade.cc:588: error: 'SigC' has not been declared
window1_glade.cc:589: error: 'SigC' has not been declared
window1_glade.cc:590: error: 'SigC' has not been declared
window1_glade.cc:591: error: 'SigC' has not been declared
window1_glade.cc:592: error: 'SigC' has not been declared
window1_glade.cc:593: error: 'SigC' has not been declared
window1_glade.cc:594: error: 'SigC' has not been declared
window1_glade.cc:595: error: 'SigC' has not been declared
window1_glade.cc:596: error: 'SigC' has not been declared
window1_glade.cc:597: error: 'SigC' has not been declared
window1_glade.cc:598: error: 'SigC' has not been declared
window1_glade.cc:599: error: 'SigC' has not been declared
window1_glade.cc:600: error: 'SigC' has not been declared
window1_glade.cc:601: error: 'SigC' has not been declared
window1_glade.cc:602: error: 'SigC' has not been declared
window1_glade.cc:603: error: 'SigC' has not been declared
window1_glade.cc:604: error: 'SigC' has not been declared
window1_glade.cc:605: error: 'SigC' has not been declared
window1_glade.cc:606: error: 'SigC' has not been declared
window1_glade.cc:607: error: 'SigC' has not been declared
window1_glade.cc:608: error: 'SigC' has not been declared
window1_glade.cc:609: error: 'SigC' has not been declared
window1_glade.cc:610: error: 'SigC' has not been declared
window1_glade.cc:611: error: 'SigC' has not been declared
make[2]: *** [window1_glade.o] Error 1
make[2]: Leaving directory `/mnt/sdb3/my-documents/Telechargements/gcompmgr-0.21 /src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/sdb3/my-documents/Telechargements/gcompmgr-0.21 '
make: *** [all] Error 2
#
Could somebody help me?
I am tearing my hair...

Cordialement.

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#2 Post by sunburnt »

Best I can suggest is get a different source, maybe an older or newer one.
I have good luck just using Debian precompiled binary files ( stable ) and sources.

Also it`s probably not best to compile in my-documents.
It`s probably okay to do it, but I avoid doing any work inside the Save file.
Outside the Save file on a ext2 or ext3 partition is the best.

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#3 Post by Argolance »

Hello,
Thank you for replying.
I think a gtkdialog frontend to xcompmgr is by the way => a much better solution. :wink:

Cordialement.

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#4 Post by sunburnt »

I played with xcompmgr and thought of making a GUI myself.
But I have too many other projects that are far more important.

As I said in another post, Puppy is one of the very few Linux`s to use gtkDialog.
A simple GUI like your transparency control may be better written in BaCon.
That way you end up with an executable file that will work in any Linux.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#5 Post by muggins »

Have you tried using the compiled binary, here?

Post Reply