Bugs item #1056457, was opened at 2004-10-28 16:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1056457&group_id=4664
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: 15.5 build fails
Initial Comment:
I (bobythomas@...) downloaded cscope 15.5
to my sloaris 8 / sparc machine. I got similar errors with
cscope 15.4 too.
./configure worked correctly.
make gave following errors
/fweng/users/bthomas/cscope-15.5>make
make all-recursive
make[1]: Entering directory
`/fweng/users/bthomas/cscope-15.5'
Making all in doc
make[2]: Entering directory
`/fweng/users/bthomas/cscope-15.5/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/fweng/users/bthomas/cscope-15.5/doc'
Making all in src
make[2]: Entering directory
`/fweng/users/bthomas/cscope-15.5/src'
/bin/bash ../ylwrap `test -f 'scanner.l' ||
echo './'`scanner.l lex.yy.c scann
.c -- lex
406/1000 nodes(%e), 1395/2500 positions(%p), 128/500
(%n), 7857 transitions,
217/10000 packed char classes(%k), 1432/4000 packed
transitions(%a), 2187/70
output slots(%o)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -
DRENAMED_NCURSES -g -O2 -MT scanner.o
D -MP -MF ".deps/scanner.Tpo" -c -o scanner.o `test -f 'scanner.c' ||
echo './'`scanner.c; then mv ".deps/scanner.Tpo" ".deps/scanner.Po"; else rm -f ".deps/scanner.Tpo"; exit 1; fi
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 359: error:
invalid character (0x40)
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 359: error:
quoted-string operand req
red
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 359: error:
statement syntax
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 2049: error:
unknown opcode ".subsect
n"
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 2049: error:
statement syntax
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 2090: error:
unknown opcode ".previou
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 2090: error:
statement syntax
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 2127: error:
quoted-string operand re
ired
/usr/ccs/bin/as: "/tmp/ccYD9rDg.s", line 8366: error:
quoted-string operand re
ired
make[2]: *** [scanner.o] Error 1
make[2]: Leaving directory
`/fweng/users/bthomas/cscope-15.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/fweng/users/bthomas/cscope-15.5'
make: *** [all] Error 2
/fweng/users/bthomas/cscope-15.5>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1056457&group_id=4664
|