Thanks for this. I've done what you suggested, a couple of times this morning. Tried in Terminal, GNOME and OroborOSX, even restarted the computer a couple of times (yes, I know that isn't how UNIX works).
I know this is a scatter-gun approach but I'm running through Fink (via Fink Commander) and seeing if there are any obvious things I should install. Right now I've done libsigc++-shlibs, gtkmm-shlibs, and gtkmm. The only GTK things I don't from the binaries side are bitchx-gtk, gtk-doc, gtk-engines, gtk-gnutella and gtkhx. I've got gnuplot but not gnuplot-py.
So can I ask a couple of stupid question?
1. When it says...
../LightGtk.h:292: undefined type, found `gpointer'
....what does this actually mean?
2. When it configures, gets to a gnuplot prompt, and stops, what's it waiting for? Is this an indication of some underlying breakage in my gnuplot installation (e.g. should I re-install or add something to by ..chsrc/ .tchsrc files?).
Thanks again, and I really do appreciate your time and patience.
Neale
On Monday, January 27, 2003, at 10:36 AM, Ben Hines wrote:
Yes, that is needed.
setenv CFLAGS -I/sw/include
setenv LDFLAGS -L/sw/lib
setenv CXXFLAGS $CFLAGS
setenv CPPFLAGS $CXXFLAGS
Additionally for PGPLOT to be found and linked properly, you seem to need:
setenv LIBS "-framework Cocoa -lpng"
./configure --with-pgplot-include=/sw/lib/pgplot --with-pgplot-lib=/sw/lib/pgplot
make
Compiles fine.
I hope you consider making a fink package, it would be very very simple indeed.
For fink you would use:
ConfigureParams: --mandir=%p/share/man --with-pgplot-include=%p/lib/pgplot --with-pgplot-lib=%p/lib/pgplot
<defalult compile script>
<default install script>
However there is one problem in that the help files are not installed into the proper DESTDIR. That part of the makefile would need to be patched for the fink package.
mkdir: cannot create directory `/sw/share/gnome/help/nightfall': Permission denied
-Ben
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners