Re: [Fink-users] threaded xfree86?

2002-08-31 Thread dylan
On Saturday, August 31, 2002, at 11:15 PM, [EMAIL PROTECTED] wrote: > > On Saturday, August 31, 2002, at 10:57 , dylan wrote: > >> >> On Saturday, August 31, 2002, at 09:38 PM, [EMAIL PROTECTED] wrote: >> >>> Hi, >>> >>> What are the "threaded" versions? If I have to ask, does that >>> mean tha

Re: [Fink-users] threaded xfree86?

2002-08-31 Thread segment289
On Saturday, August 31, 2002, at 10:57 , dylan wrote: > > On Saturday, August 31, 2002, at 09:38 PM, [EMAIL PROTECTED] wrote: > >> Hi, >> >> What are the "threaded" versions? If I have to ask, does that >> mean that I should just stick to the non-threaded versions? > > From here: > > http://fin

Re: [Fink-users] threaded xfree86?

2002-08-31 Thread dylan
On Saturday, August 31, 2002, at 09:38 PM, [EMAIL PROTECTED] wrote: > Hi, > > What are the "threaded" versions? If I have to ask, does that > mean that I should just stick to the non-threaded versions? From here: http://fink.sourceforge.net/pdb/package.php/xfree86-base-threaded we find out

[Fink-users] threaded xfree86?

2002-08-31 Thread segment289
Hi, What are the "threaded" versions? If I have to ask, does that mean that I should just stick to the non-threaded versions? ObVersionInfo: $ fink --version Package manager version: 0.10.0 Distribution version: 0.4.0.cvs Mac OS X 10.1.5, all updates. December 2001 development tools. Thanks,

Re: [Fink-users] Re: Broken vim

2002-08-31 Thread Ian L.
On 8/31/02 8:59 PM, Thomas Harrington enlightened us with: >> On 8/30/02 7:31 PM, Thomas Harrington enlightened us with: >> >>> You were right about /usr/local/include/, I was finally able to >>> rebuild >>> vim and it works now. But something's odd about it all, because >>> although I had a /u

[Fink-users] Re: Broken vim

2002-08-31 Thread Thomas Harrington
On Saturday, August 31, 2002, at 01:09 PM, "Ian L." <[EMAIL PROTECTED]> wrote: > On 8/30/02 7:31 PM, Thomas Harrington enlightened us with: > >> You were right about /usr/local/include/, I was finally able to >> rebuild >> vim and it works now. But something's odd about it all, because >> alth

Re: [Fink-users] Latest Vim

2002-08-31 Thread jeff whitaker
Don: Sorry - fixed now. -Jeff On Sat, 31 Aug 2002, Don McKenzie Paul wrote: > I'm still using 10.1.5. The latest Vim dies rather quickly when I try > to compile. > > Don > > vim61/README_unix.txt > patch -p1 patching file configure > Hunk #1 FAILED at 1164. > 1 out of 1 hunk FAILED -- saving

[Fink-users] Latest Vim

2002-08-31 Thread Don McKenzie Paul
I'm still using 10.1.5. The latest Vim dies rather quickly when I try to compile. Don vim61/README_unix.txt patch -p1 https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ___ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge

Re: [Fink-users] Fwd: [Fink-beginners] problems compiling gnome-libs

2002-08-31 Thread Martin Costabel
jeff wrote: > I'm having the same problem compiling gnome-libs. Anyone found a workaround? When it came up 10 days ago, it was found that gtk-docs should be rebuilt after openjade was updated, see http://www.mail-archive.com/fink-beginners@lists.sourceforge.net/msg02403.html -- Martin ---

[Fink-users] Fwd: [Fink-beginners] problems compiling gnome-libs

2002-08-31 Thread jeff
I'm having the same problem compiling gnome-libs. Anyone found a workaround? Thanks, -jeff -- Forwarded Message -- Subject: [Fink-beginners] problems compiling gnome-libs Date: Thu, 29 Aug 2002 13:09:11 -0700 From: Abram Olson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] I'm tr

Re: [Fink-users] emacs -nw no longer works in Apple's terminal..

2002-08-31 Thread Steven Burr
There are several things about this suggestion I don't understand: (1) According to the man tcsh, "$?TERM_PROGRAM" will evaluate to '0' or '1', depending on whether TERM_PROGRAM is defined. The '==' operator in tcsh compares string values. So if your change is made, the expression in the condi

Re: [Fink-users] configuring teTeX

2002-08-31 Thread Martin Costabel
Ronald Florence wrote: > System-tetex (used with the teTeX from Weirda's TexSoft page) seems to > be screwed up in the default fink configuration. Xdvi, in particular, > cannot find VF font files, and reports numerous errors. Did you read and follow the instructions of the xdvi package ("fin

Re: [Fink-users] Broken vim

2002-08-31 Thread Ian L.
On 8/30/02 7:31 PM, Thomas Harrington enlightened us with: > You were right about /usr/local/include/, I was finally able to rebuild > vim and it works now. But something's odd about it all, because > although I had a /usr/local/include/ directory, it was empty. However > once I removed it, the

[Fink-users] Re: g77

2002-08-31 Thread jeff whitaker
Michael: 1) create a directory called "finkcvs" 2) cd to that directory 3) cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login 4) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co dists 5) cd dists/10.2/unstable/main/finkinfo/languages; cp g77-3.1* /sw/fink/dists/unstable/main/finkinf

Re: [Fink-users] emacs -nw no longer works in Apple's terminal..

2002-08-31 Thread Pedro Massobrio
if ("$TERM_PROGRAM" == "Apple_Terminal") then to: if ("$?TERM_PROGRAM" == "Apple_Terminal") then On Saturday, August 31, 2002, at 04:23 AM, Viktor Haag wrote: And my TERM_PROGRAM inside terminall.app is "Apple_Terminal".