On 7/4/02 10:42 AM, "Chris Zubrzycki" <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
>> On Fri, Apr 5, 2002 9:05 PM, Chris Zubrzycki <mailto:[EMAIL PROTECTED]>
>> wrote:
>>>>> why would it use tmpdepfile='.deps/fifo.TPo, and then switch to
>>>>> .deps/../src/, like tmpdepfile='.deps/../src/conf.TPo, where it
>>>>> fails?
>>> 
>> 
>> I don't know why the tmpdepfile is changing, but the path it is
>> changing to
>> ('.deps/../src/conf.TPo') may not work--I have had trouble with
>> OSX10.1.2
>> interpreting paths with embedded "..". A path with an initial "..",
>> such as
>> "../foo" works just fine, but a path with an embedded ".." such as
>> "foo/../bar" appears not to work in some circumstances.
> 
> has anyone ever heard of this?
> 
> I was trying to see if the giFT gtk client would compile, and it keeps
> failing trying to reference a non-existent file, i think.
> 
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Ipixmaps/ -
> - -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -
> - -I/usr/X11R6/include   -I/sw/include -Wall -g -Wall -c `test -f
> stats.c || echo './'`stats.c
> source='fifo.c' object='fifo.o' libtool=no \
> depfile='.deps/fifo.Po' tmpdepfile='.deps/fifo.TPo' \
> depmode=gcc /bin/sh ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Ipixmaps/ -
> - -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -
> - -I/usr/X11R6/include   -I/sw/include -Wall -g -Wall -c `test -f
> fifo.c || echo './'`fifo.c
> source='../src/conf.c' object='../src/conf.o' libtool=no \
> depfile='.deps/../src/conf.Po' tmpdepfile='.deps/../src/conf.TPo' \
> depmode=gcc /bin/sh ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -Ipixmaps/ -
> - -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -
> - -I/usr/X11R6/include   -I/sw/include -Wall -g -Wall -c `test -f
> ../src/conf.c || echo './'`../src/conf.c
> cpp-precomp: could not write file '.deps/../src/conf.TPo': No such file
> or directory
> 
> By the way, giFT works great, I can share files and download them, with
> a simple perl script or an ncurses interface. Will be in the tracker
> soon.
> 
> - -chris zubrzycki

What version of giFT is this? I tried a couple of days ago to build it using
my own CVS snapshot, and it built fine, but spat out an error when starting
the giFT daemon about a certain file not being a Mach-O bundle, or something
like that... Which is why I didn't commit it.

If you're going to add it to the tracker, it might also be nice to port
across giFTcurs (if you already haven't), as I find that's quite a nice
front-end. (giftcurs.sf.net)


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to