[Fink-devel] Fwd: why would this change and break?

2002-04-06 Thread Chris Zubrzycki

-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
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070


Isaac Newton understood the impact of the Apple.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE8r5Xq+/mCMqKrwHARArqGAJ9PDZwCIJXfc/bkJGM9Zy/XApym0wCgze3a
Uv5xm1gBgzVcxMiHtE3aUZc=
=Nl/8
-END PGP SIGNATURE-


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



Re: [Fink-devel] Fwd: why would this change and break?

2002-04-06 Thread Jeremy Higgs

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



Re: [Fink-devel] Fwd: why would this change and break?

2002-04-06 Thread Chris Zubrzycki

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

With Justin's help everything is working great, except gift-gtk. openFT, 
gift-shell, and giFTcurs. I just wanted to get the gtk client working, 
and submit them all at once.

On Saturday, April 6, 2002, at 10:45  PM, Jeremy Higgs wrote:

 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)


- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070


Isaac Newton understood the impact of the Apple.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE8r8I5+/mCMqKrwHARAgeBAJ4mp3r7rmyScLd4I5x29FVByb9ABgCfaQl6
TaLyisIAG7B2Z4aZuf3zLUA=
=mzna
-END PGP SIGNATURE-


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