Ah, excellent. Apparently that wasn't installed with the rest of the Developer Tools by default. Thanks.

I'm now stuck on popt. You'll pardon me if I just quote the output and go "huh?", but I'm not sure how to follow the advice of the error messages. A tail of the output:
...
ar cru .libs/libpopt.a popt.o findme.o poptparse.o poptconfig.o popthelp.o
ranlib .libs/libpopt.a
creating libpopt.la
(cd .libs && rm -f libpopt.la && ln -s ../libpopt.la libpopt.la)
source='test1.c' object='test1.o' libtool=no \
depfile='.deps/test1.Po' tmpdepfile='.deps/test1.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/sw/include -Wall -g -O2 -c `test -f 'test1.c' || echo './'`test1.c
/bin/sh ./libtool --mode=link gcc -Wall -g -O2 -lintl -L/sw/lib -o test1 -all-static test1.o libpopt.la
libtool: link: warning: complete static linking is impossible in this configuration
gcc -Wall -g -O2 -o test1 test1.o -L/sw/lib ./.libs/libpopt.a /sw/lib/libintl.a -liconv
ld: table of contents for archive: /sw/lib/libintl.a is out of date; rerun ranlib(1) (can't load from it)
ld: warning prebinding disabled because dependent library: /usr/lib/system/libmathCommon.A.dylib can't be searched
make[2]: *** [test1] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling popt-1.7-1 failed


Any thoughts?

Thanks for your help!
-- Dan

On Dec 19, 2003, at 3:26 AM, Alexander K. Hansen wrote:

You need to install the X11 SDK package, which is on your XCode Tools CD.

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sanderson Sent: Friday, December 19, 2003 5:03 AM To: [EMAIL PROTECTED] Subject: [Fink-beginners] X libraries or include files not found

Hi all -

The first thing I wanted to do with Fink was install GnuCash, which I
got quite used to on my old Linux box.  I installed Fink 0.6.2 and
FinkCommander 0.5.1, used FinkCommander's preferences to select "use
unstable packages," then did a selfupdate-cvs (which did quite a bit of
work), then update-all-- which did surprisingly nothing.  I looked at
/sw/etc/fink.conf and noticed there were no unstable trees in the
Trees: line, so I added unstable/main and unstable/crypto.  When I
restarted FinkCommander, I got the full list, including gnucash.

So I selected the gnucash package and began an install from source (the
only installation option).  It downloaded many packages, prompted to
resolve several virtual dependencies-- to which I always answered with
a real package, not a "placeholder"-- and prompted for several Perl
modules that were not on the Fink mirrors (they were all available from
CPAN).  Many downloads later, it began building.

Eventually it failed with this error:
...
checking for X... no
configure: error:
*** X libraries or include files not found. Check 'config.log' for
*** more details.
### execution of ./configure failed, exit code 1
Failed: compiling gtk+-1.2.10-25 failed

/sw/src/gtk+-1.2.10-25/gtk+-1.2.10/config.log had this to say near the
end:
...
configure:4544: checking for X
configure:4611: gcc -E -no-cpp-precomp -I/sw/include conftest.c
/dev/null 2>con
ftest.out
configure:4607:27: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 4606 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>

Is there a dependency that didn't get taken care of in the installation
process?  Do I have to install X11 libraries with Fink, or does this
come from the Developer Tools?  I have installed both X11 and the
Developer Tools, if that makes any difference.  (This is OS X 10.3.2.)

What's my next step?

Thanks for any assistance you can provide!
-- Dan



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners





------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to