I am trying to get fplan to compile with the X11 interface so I can create a fink package for it.

http://www.ibiblio.org/fplan/

I added the CLI variant to fink awhile ago, but I am stumped by the X11 option. I have created a test .info and .patch file, based on what worked with the CLI version, and the README, etc that is in the tarball. The compile fails like this:

gcc -c -no-cpp-precomp -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/gtk-1.2 -I/usr/X11R6/include -I/sw/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/sw/lib/gnome-libs/include -DGFX_GNOME preview.c
In file included from preview.c:61:
/sw/include/gnome-1.0/gnome.h:15:23: gdk_imlib.h: No such file or directory
In file included from /sw/include/gnome-1.0/libgnomeui/libgnomeui.h:10,
from /sw/include/gnome-1.0/gnome.h:17,
from preview.c:61:
/sw/include/gnome-1.0/libgnomeui/gnome-animator.h:28:23: gdk_imlib.h: No such file or directory
In file included from /sw/include/gnome-1.0/libgnomeui/gnome-animator.h:30,
from /sw/include/gnome-1.0/libgnomeui/libgnomeui.h:10,
from /sw/include/gnome-1.0/gnome.h:17,
from preview.c:61:
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:7:23: gdk_imlib.h: No such file or directory
In file included from /sw/include/gnome-1.0/libgnomeui/gnome-animator.h:30,
from /sw/include/gnome-1.0/libgnomeui/libgnomeui.h:10,
from /sw/include/gnome-1.0/gnome.h:17,
from preview.c:61:
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:46: error: parse error before "GdkImlibColor"
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:51: error: parse error before "GdkImlibColor"
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:56: error: parse error before '*' token
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:57: error: parse error before '*' token
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:68: error: parse error before "GdkImlibColor"
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:74: error: parse error before "GdkImlibColor"
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:79: error: parse error before "GdkImlibImage"
/sw/include/gnome-1.0/libgnomeui/gnome-pixmap.h:81: error: parse error before "GdkImlibImage"
In file included from /sw/include/gnome-1.0/libgnomeui/libgnomeui.h:10,
from /sw/include/gnome-1.0/gnome.h:17,
from preview.c:61:


And it continues on with lots of similar stuff coming from preview.c.

I suspect this would be a simple problem, if I knew what I was doing. But, I am not a programmer, and am completely lost. Can anyone give me any clues as to what I need to do to sort this out? What other info can I provide to allow someone to puzzle this out? Or should I simply give up and be satisfied with the CLI version?

% sw_vers
ProductName:    Mac OS X
ProductVersion: 10.3.2
BuildVersion:   7D24
 % fink --version
Package manager version: 0.18.1
Distribution version: 0.6.2.cvs

Thanks,

Kevin Horton







-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to