Absolutely. Had to install that to fix problems with updating qt3.
Where is __cplusplus defined, anyway? Both c++ and g++ point to g++3 in usr/bin.
I was able to build it by going into the build/unix directory, running configure, and then coming back out and running make. Very weird.
I am assuming that only the top-level configure is being run? This should run the lower-level configure (the one in builds/unix ) too, right? This isn't being done, but works great once that's done.
Actually, it looks like its putting the target config.mk files up at the top-level directory. I have gotten around this by putting:
cd builds/unix ./configure
Elegant, I know. Let me know if there is something else I should be doing, or if there is an update. I would rather do this the correct way.
Nathan
You do have the December 2002 Development tools installed, right?
On Sat, 15 Mar 2003, Nathan Dunn wrote:
It seems to fail at line 2120, where it tries to compile a program which fails if __cplusplus if not defined (i.e., it tries to compile "choke me"). It also fails further down, but I am guessing that this is the head of the cascade of error failure.
Nathan
Check /sw/src/freetype2-2.1.3-1/freetype2-2.1.3/config.log to see if that could shed any light on what's going on. It looks like the files aren't getting created, but the error isn't being echoed to the terminal.
On Sat, 15 Mar 2003, Nathan Dunn wrote:
On my powerbook G3, pismo, as well as my dual 867 G4, I get a failure
on FreeType2, both are running 10.2.4.
Previously in the code: " config.status: creating unix-cc.mk config.status: creating unix-def.mk config.status: creating freetype-config config.status: creating ftconfig.h
"
. . . . . and then it fails
" config.mk:21: /unix-def.mk: No such file or directory config.mk:22: /unix-cc.mk: No such file or directory builds/freetype.mk:206: no file name for `include' make: *** No rule to make target `/unix-cc.mk'. Stop. ### execution of failed, exit code 2 Failed: compiling freetype2-2.1.3-1 failed "
Is a variable not being defined, so that its looking in the wrong place?
Thanks,
Nathan
------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
-- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213
------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
-- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
