After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 128689 - gtkmmproc not found
gtkmmproc not found
Status: RESOLVED INVALID
Product: gnomemm
Classification: Deprecated
Component: libgnomeprintmm
2.0
Other other
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-12-06 18:33 UTC by Billy O'Connor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Billy O'Connor 2003-12-06 18:33:50 UTC
make[3]: Entering directory `/home/billyoc/cvs/gnome2/gnomemm/libgnomeprintmm/libgnomeprint/src'
/home/billyoc/gnome2/lib/gtkmm-2.0/proc/gtkmmproc -I ../../tools/m4 --defs . --mergecdocs enums . ./../libgnomeprintmm
make[3]: /home/billyoc/gnome2/lib/gtkmm-2.0/proc/gtkmmproc: Command not found
make[3]: *** [.stamps/stamp-enums] Error 127
make[3]: Leaving directory `/home/billyoc/cvs/gnome2/gnomemm/libgnomeprintmm/libgnomeprint/src'


This problem is twofold, gtkmm is not currently creating gtkmmproc, 
and libgnomeprintmm is looking in the wrong place for it.  The file
should be in .../lib/gtkmm-2.3/proc, not ...lib/gtkmm-2.0/proc.
Comment 1 Murray Cumming 2003-12-07 06:04:53 UTC
gtkmmproc is part of gtkmm 2.2. gmmproc is part of glibgmm 2.3/2.4.
libgnomeprint*mm currently uses gtkmm 2.2. Your install appears to be
completely fucked-up. I think you are messing about with things, maybe
creating bizarre symlinks.
Comment 2 Billy O'Connor 2003-12-09 03:27:56 UTC
Duplicate of 128672, just as invalid.