Hi guys,
I'm attempting to compile SWRIP and am getting the following message. This problem is not unique to SWRIP as I get similar errors with smaug 1.8 and swr11fuss. I'm using Ubuntu 8.04
m1dn1ght@inara:~/swr/releaserip/src$ make
make swrip
make[1]: Entering directory `/home/m1dn1ght/swr/releaserip/src'
gcc -c -g3 -Wall -DREQUESTS act_comm.c
gcc -c -g3 -Wall -DREQUESTS act_info.c
gcc -c -g3 -Wall -DREQUESTS act_move.c
act_move.c: In function ‘generate_exit’:
act_move.c:606: error: lvalue required as left operand of assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/m1dn1ght/swr/releaserip/src'
make: *** [all] Error 2
m1dn1ght@inara:~/swr/releaserip/src$
The offending line is:
(EXIT_DATA *) pexit = xit;
Any advice will be much appreciated.
I'm attempting to compile SWRIP and am getting the following message. This problem is not unique to SWRIP as I get similar errors with smaug 1.8 and swr11fuss. I'm using Ubuntu 8.04
m1dn1ght@inara:~/swr/releaserip/src$ make
make swrip
make[1]: Entering directory `/home/m1dn1ght/swr/releaserip/src'
gcc -c -g3 -Wall -DREQUESTS act_comm.c
gcc -c -g3 -Wall -DREQUESTS act_info.c
gcc -c -g3 -Wall -DREQUESTS act_move.c
act_move.c: In function ‘generate_exit’:
act_move.c:606: error: lvalue required as left operand of assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/m1dn1ght/swr/releaserip/src'
make: *** [all] Error 2
m1dn1ght@inara:~/swr/releaserip/src$
The offending line is:
(EXIT_DATA *) pexit = xit;
Any advice will be much appreciated.