On Thu, 14 Jul 2005 15:03:48 +0200, David N. Welton wrote
> János Holányi wrote:
> 
> > rivetCore.c: In function 'Rivet_Upload':
> > rivetCore.c:643: error: invalid lvalue in assignment
> > make[2]: *** [mod_rivet_la-rivetCore.lo] Error 1
> > make[2]: Leaving directory `/home/root/rivet-0.5.0/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/root/rivet-0.5.0'
> > make: *** [build-stamp] Error 2
> 
> That's weird...  I have that line as being:
> 
>       (CONST84 char *)channelname = Tcl_GetChannelName(chan);
> 
> So I'm not really seeing how that line could go wrong...  Is that the
> same line you have, just to double check?

Yes, it is literally the same as mine over here:

        (CONST84 char *)channelname = Tcl_GetChannelName(chan);

Could it be gcc-4.0.12 (gonna try with gcc-3.4 ASAIC - any versions you'd
suggest trying out?)?

configure:2411: checking for gcc
configure:2427: found /usr/bin/gcc
configure:2437: result: gcc
configure:2681: checking for C compiler version
configure:2684: gcc --version </dev/null >&5   
gcc (GCC) 4.0.1 20050701 (prerelease) (Debian 4.0.0-12)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2687: $? = 0
configure:2689: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
Thread model: posix
gcc version 4.0.1 20050701 (prerelease) (Debian 4.0.0-12)
configure:2692: $? = 0
configure:2694: gcc -V </dev/null >&5
gcc: '-V' option must have argument  


--
Debian Project (http://www.debian.org/)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to