Date: Sat, 01 Jan 2005 22:58:42 -0500 From: Tom McLaughlin <tmclaugh@sdf.lonestar.org> To: freebsd-hubs@freebsd.org Subject: anoncvssh script fails to compile Message-ID: <1104638322.1007.9.camel@compass.straycat.dhs.org>
next in thread | raw e-mail | index | archive | help
Not sure if this is the right list but I'm attempting to setup a local CVS mirror here for my machines. I'm using the following wrapper shell which I found in the hubs documentation but it is failing to compile: ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/anoncvs.shar This is the error that I'm getting: [root@pangea:ttyp0 anoncvssh]# make Warning: Object directory not changed from original /usr/local/src/anoncvssh cc -O -pipe -g -c anoncvssh.c anoncvssh.c:108:1: pasting ""PATH="" and ""/usr/bin:/bin"" does not give a valid preprocessing token anoncvssh.c:109:1: pasting ""SHELL="" and ""/bin/sh"" does not give a valid preprocessing token anoncvssh.c:110:1: pasting ""CVSROOT="" and ""/cvs"" does not give a valid preprocessing token anoncvssh.c:215:1: pasting ""cvs -d "" and "LOCALROOT" does not give a valid preprocessing token anoncvssh.c:215:1: pasting "LOCALROOT" and "" server"" does not give a valid preprocessing token anoncvssh.c:220:1: pasting "HOSTNAME" and "":"" does not give a valid preprocessing token anoncvssh.c:220:1: pasting "":"" and "LOCALROOT" does not give a valid preprocessing token *** Error code 1 I tried this on my OpenBSD box (where I use the same script) and it does compile. I believe the problem is related to gcc 3 on FreeBSD 5.3. Can anyone here help me to get this program to compile? Thanks. Tom -- BSD# Project - Porting Mono to FreeBSD http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1104638322.1007.9.camel>