|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Building Cyclone with GCC 4.1.3Hallo List,
when building Cyclone, it does not succeed. I do use the latest CVS. gcc --version yields: gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) The last lines of the output are attached. Does anyone know how to remedy this problem? Thx, Simon. ***Warnings*** termgrammar.cyc:664: pattern not exhaustive. missing case for NULL termgrammar.cyc:227: inserted null check due to implicit cast from * to @ type termgrammar.cyc:898: inserted null check due to implicit cast from * to @ type ************** /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c lex.cyc -o lex.o ***Warnings*** lex.cyl:49: implicit cast from char ? to const char @ lex.cyl:60: implicit cast from char ? to const char @ lex.cyl:61: implicit cast from char ? to const char @ lex.cyl:201: implicit cast from char ? to const char @ lex.cyl:49: inserted null check due to implicit cast from *@fat (?) to @ type lex.cyl:60: inserted null check due to implicit cast from *@fat (?) to @ type lex.cyl:61: inserted null check due to implicit cast from *@fat (?) to @ type lex.cyl:201: inserted null check due to implicit cast from *@fat (?) to @ type ************** /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c pads.cyc -o pads.o ***Warnings*** pads.cyc:705: inserted null check due to implicit cast from * to @ type pads.cyc:570: inserted null check due to implicit cast from * to @ type ************** /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c parse_tab.cyc -o parse_tab.o /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c parsergen.cyc -o parsergen.o ***Warnings*** parsergen.cyc:120: inserted null check due to implicit cast from * to @ type parsergen.cyc:464: inserted null check due to implicit cast from * to @ type parsergen.cyc:630: inserted null check due to implicit cast from * to @ type ************** /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c crawlergen.cyc -o crawlergen.o ***Warnings*** crawlergen.cyc:282: inserted null check due to implicit cast from * to @ type crawlergen.cyc:323: inserted null check due to implicit cast from * to @ type crawlergen.cyc:461: inserted null check due to implicit cast from * to @ type crawlergen.cyc:69: inserted null check due to implicit cast from * to @ type crawlergen.cyc:253: inserted null check due to implicit cast from * to @ type crawlergen.cyc:582: inserted null check due to implicit cast from * to @ type ************** /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c pr.cyc -o pr.o /home/sol/sandbox/cyclone/bin/cyclone -I../../include -B/home/sol/sandbox/cyclone/bin/lib/cyc-lib -L/home/sol/sandbox/cyclone/bin/lib --novcgen -DNULL_PLAN_B -c prose.cyc -o prose.o make[1]: Leaving directory `/home/sol/sandbox/cyclone/tools/yakker' make: *** [tools] Error 2 -- cyclone-l mailing list :: cyclone-l@... https://lists.cs.cornell.edu/mailman/listinfo/cyclone-l |
|
|
Re: Building Cyclone with GCC 4.1.3Hard to tell from the transcript, but one idea: try
cvs update -d first because I recently added some directories. Then make clean, then make. -Trevor On Mar 16, 2008, at 11:04 AM, Sol wrote: > Hallo List, > when building Cyclone, it does not succeed. I do use the latest CVS. -- cyclone-l mailing list :: cyclone-l@... https://lists.cs.cornell.edu/mailman/listinfo/cyclone-l |
|
|
Re: Building Cyclone with GCC 4.1.3> Hard to tell from the transcript, but one idea: try
> > cvs update -d > > first because I recently added some directories. Then make clean, > then make. That worked, thx! -- cyclone-l mailing list :: cyclone-l@... https://lists.cs.cornell.edu/mailman/listinfo/cyclone-l |
| Free Forum Powered by Nabble | Forum Help |