Re: [Fink-users] cmake and fink libs/headers

2004-02-06 Thread Hanspeter Niederstrasser
On Thu, 5 Feb 2004, Alexander Hansen wrote: Does setting your environment as per http://fink.sourceforge.net/faq/usage-general.php#compile-myself work? Nope. That works for the few programs that I've done that use ./configure, but in this particular case (EMAN), cmake isn't reading them.

Re: [Fink-users] Ghostscript

2004-02-06 Thread Mitchell Turner
Thanks for the response. I cd to the directory and then used *.PDF at the end, which worked. I ended up using: x-tad-smallergs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf *.PDF Thank seems similar to your solution. Mitch /x-tad-smaller On Feb 5, 2004, at 10:09 PM, [EMAIL

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Charles Williams
Thanks, Alexander. I had already found the problem by the time I got your e-mail (for some reason, it took my e-mail several days to show up). It looks like I'm going to have this problem indefinitely. I remove all of my freetype-hinting packages, which requires me to also remove

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Alexander Hansen
On Feb 6, 2004, at 11:05 AM, Charles Williams wrote: Thanks, Alexander. I had already found the problem by the time I got your e-mail (for some reason, it took my e-mail several days to show up). It looks like I'm going to have this problem indefinitely. I remove all of my freetype-hinting

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Charles Williams
This is very strange. When I remove ttfmkfontdir and try to build eterm, I can't do it. This is what happens: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp -DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include -I/sw/include -I/usr/X11R6/include -g -O2 -c

Re: [Fink-users] Installing Ant on 10.3

2004-02-06 Thread Dalibor Topic
Hi Christian, Welcome to the wonderful world of unportable Java applications. ;) Ant used an internal method/class of Sun's JDK for the Javah task that has been removed/renamed in JDK 1.4.2. Ant's 1.5.4 release has fixed that problem on Linux, afaik. It may work on MacOS X, too, but due to the

Re: [Fink-users] cmake and fink libs/headers

2004-02-06 Thread Martin Costabel
On 6 févr. 2004, at 07:22, Hanspeter Niederstrasser wrote: On Thu, 5 Feb 2004, Alexander Hansen wrote: Does setting your environment as per http://fink.sourceforge.net/faq/usage-general.php#compile-myself work? Nope. That works for the few programs that I've done that use ./configure, but in

[Fink-users] freetype install fails

2004-02-06 Thread GoochRules!
Greetings, `fink install freetype` fails to compile: from the configure script: checking for gcc... gcc3 checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib) works... no configure: error: installation or configuration problem: C compiler cannot create executables.

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Alexander K. Hansen
On Feb 6, 2004, at 12:18 PM, Charles Williams wrote: This is very strange. When I remove ttfmkfontdir and try to build eterm, I can't do it. This is what happens: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp -DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Alexander K. Hansen
On Feb 6, 2004, at 12:18 PM, Charles Williams wrote: This is very strange. When I remove ttfmkfontdir and try to build eterm, I can't do it. This is what happens: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp -DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include

Re: [Fink-users] freetype install fails

2004-02-06 Thread Alexander K. Hansen
On Feb 6, 2004, at 1:32 PM, GoochRules! wrote: Greetings, `fink install freetype` fails to compile: from the configure script: checking for gcc... gcc3 checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib) works... no configure: error: installation or configuration

Re: [Fink-users] freetype install fails

2004-02-06 Thread GoochRules!
On Feb 6, 2004, at 11:49 AM, Alexander K. Hansen wrote: On Feb 6, 2004, at 1:32 PM, GoochRules! wrote: Greetings, `fink install freetype` fails to compile: from the configure script: checking for gcc... gcc3 checking whether the C compiler (gcc3 -no-cpp-precomp -I/sw/include -L/sw/lib)

Re: [Fink-users] freetype install fails

2004-02-06 Thread Alexander K. Hansen
On Feb 6, 2004, at 2:04 PM, GoochRules! wrote: On Feb 6, 2004, at 11:49 AM, Alexander K. Hansen wrote: On Feb 6, 2004, at 1:32 PM, GoochRules! wrote: Greetings, `fink install freetype` fails to compile: from the configure script: checking for gcc... gcc3 checking whether the C compiler (gcc3

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Charles Williams
I had removed all freetype packages before I tried this the last time. Since then, I've reinstalled ttfmkfontdir (which reinstalled the freetype stuff), because I like Eterm as my terminal. I may give it one more shot before I give up and resort to my previous method (remove ttfmkfondir

[Fink-users] How do I just get libqt.dylib not libqt-mt.dylib

2004-02-06 Thread Shunming Fang
Hello, Guys, It seems that my projects work fine in linux using libqt.so. When I recompile my projects in Mac OS X , it didnt work. I check the qt lib and found it was multithread supported, I didnt want it. So I want to know how I can get a not threaded version of qt through fink?

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Alexander Hansen
On Feb 6, 2004, at 2:34 PM, Charles Williams wrote: I had removed all freetype packages before I tried this the last time. Since then, I've reinstalled ttfmkfontdir (which reinstalled the freetype stuff), because I like Eterm as my terminal. I may give it one more shot before I give up and

Re: [Fink-users] How do I just get libqt.dylib not libqt-mt.dylib

2004-02-06 Thread Alexander Hansen
On Feb 6, 2004, at 2:46 PM, Shunming Fang wrote: x-tad-biggerHello, Guys,/x-tad-bigger x-tad-biggerIt seems that my projects work fine in linux using libqt.so. When I recompile my projects in Mac OS X , it didnt work. I check the qt lib and found it was multithread supported, I didnt want it.

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Charles Williams
On Feb 6, 2004, at 2:49 PM, Alexander Hansen wrote: On Feb 6, 2004, at 2:34 PM, Charles Williams wrote: I had removed all freetype packages before I tried this the last time. Since then, I've reinstalled ttfmkfontdir (which reinstalled the freetype stuff), because I like Eterm as my terminal.

Re: [Fink-users] freetype install fails

2004-02-06 Thread GoochRules!
This got me past the configure script, but then I get errors during compilation: gcc3 -c -I. -I/sw/src/freetype-hinting-1.3.1-8/freetype-1.3.1/test/arch/unix/../ .. -I.. -I/sw/src/freetype-hinting-1.3.1-8/freetype-1.3.1/test/arch/unix/../ .././lib

Re: [Fink-users] Unable to build gnumeric-1.2.5-11

2004-02-06 Thread Alexander K. Hansen
On Feb 6, 2004, at 3:12 PM, Charles Williams wrote: On Feb 6, 2004, at 2:49 PM, Alexander Hansen wrote: On Feb 6, 2004, at 2:34 PM, Charles Williams wrote: I had removed all freetype packages before I tried this the last time. Since then, I've reinstalled ttfmkfontdir (which reinstalled the

[Fink-users] error during auctex/emacsen install

2004-02-06 Thread Joshua David Horner
hey all reading a great article on LaTeX at http://www.macdevcenter.com/pub/a/mac/2004/02/03/latex.html got me really interested in trying it out. so i installed LaTeX via fink, and it all worked fine. but i suppose i wanted some sort of x-11 interaction with it all, and from my limited

[Fink-users] Clarification needed -- how to have fink compile libwww with MySQL support?

2004-02-06 Thread jmzorko
Hello, all ... OK, I remember the message about ./configure and fink and the .info file, but i'd like some clarification -- can someone tell me exactly how to have fink build libwww / webbot with MySQL support (so the webbot -sqlserver and -sqldb options are available)? Regards, John