I managed to get the configure script to run after changing =='s to -eq's, but the build doesn't complete.
Making all in include
Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -c ucla_parser.c
ucla_parser.y: In function `parse_cvslog':
ucla_parser.y:344: invalid lvalue in assignment
ucla_parser.y:350: invalid lvalue in assignment
*** Error code 1
make: Fatal error: Command failed for target `ucla_parser.o'
Current working directory /opt/home/tddavig/local/ucla-0.1.0/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Anybody had a simliar problem?
Gareth Davis
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anybody tried compiling ucla on solaris?
I managed to get the configure script to run after changing =='s to -eq's, but the build doesn't complete.
Making all in include
Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -c ucla_parser.c
ucla_parser.y: In function `parse_cvslog':
ucla_parser.y:344: invalid lvalue in assignment
ucla_parser.y:350: invalid lvalue in assignment
*** Error code 1
make: Fatal error: Command failed for target `ucla_parser.o'
Current working directory /opt/home/tddavig/local/ucla-0.1.0/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Anybody had a simliar problem?
Gareth Davis