From: Colin P. A. <co...@co...> - 2007-09-08 05:13:04
|
I was attempting to run the XPath test suite with gec, and I got the following errors: [GVKBU-1] class TYPE (41,2): unknown built-in routine `name' in class TYPE. =20 [GVKBU-1] class TYPE (50,2): unknown built-in routine `type_id' in class TY= PE. =20 Assuming that I needed an update, I did an svn update followed by geant install. Then in src/gec I did a geant clobber followed by geant compile_ge. I get the following output: gec.c: In function =E2=80=98geboxed1=E2=80=99: gec.c:11: error: request for member =E2=80=98id=E2=80=99 in something not a= structure or union gec.c: In function =E2=80=98geboxed2=E2=80=99: <snip> message repeated very many times </snip> gec.c: In function =E2=80=98gemt237=E2=80=99: gec.c:507348: error: request for member =E2=80=98id=E2=80=99 in something n= ot a structure or union gec.c: In function =E2=80=98file_owner=E2=80=99: gec.c:512259: warning: return from incompatible pointer type gec.c: In function =E2=80=98file_group=E2=80=99: gec.c:512279: warning: return from incompatible pointer type gec.c: In function =E2=80=98dir_next=E2=80=99: gec.c:512800: warning: return from incompatible pointer type gec.c: In function =E2=80=98dir_current=E2=80=99: gec.c:512942: warning: assignment from incompatible pointer type gcc: gec.o: No such file or directory BUILD FAILED! --=20 Colin Adams Preston Lancashire |
From: Colin P. A. <co...@co...> - 2007-09-08 05:29:48
|
>>>>> "Colin" == Colin Paul Adams <co...@co...> writes: Colin> I was attempting to run the XPath test suite with gec, and Colin> I got the following errors: Colin> [GVKBU-1] class TYPE (41,2): unknown built-in routine Colin> `name' in class TYPE. Colin> [GVKBU-1] class TYPE (50,2): unknown built-in routine Colin> `type_id' in class TYPE. Colin> Assuming that I needed an update, I did an svn update Colin> followed by geant install. Since re-compiling with gec didn't work, I used ise 6.0 instead. Now trying to compile the XPath test suite gives me: Unknown option 'nocc'. Errors parsing arguments, aborting. -- Colin Adams Preston Lancashire |
From: Colin P. A. <co...@co...> - 2007-09-08 16:38:38
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> You need to do a full svn update followed by a full Eric> bootstrap. And with gec I get: [GCAAA] cluster eiffel_testgen: cannot read cluster directory 'TESTGEN'. [GVSRC4] unknown root class XPATH. -- Colin Adams Preston Lancashire |
From: Eric B. <er...@go...> - 2007-09-08 17:57:27
|
Colin Paul Adams wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > Eric> You need to do a full svn update followed by a full > Eric> bootstrap. > > And with gec I get: > > [GCAAA] cluster eiffel_testgen: cannot read cluster directory 'TESTGEN'. > > [GVSRC4] unknown root class XPATH. I just made a svn checkout from scratch, ran the bootstrap, and then 'geant test_ge' works fine for me in $GOBO/test. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Eric B. <er...@go...> - 2007-09-08 06:27:22
|
Colin Paul Adams wrote: >>>>>> "Colin" == Colin Paul Adams <co...@co...> writes: > > Colin> I was attempting to run the XPath test suite with gec, and > Colin> I got the following errors: > > Colin> [GVKBU-1] class TYPE (41,2): unknown built-in routine > Colin> `name' in class TYPE. > > Colin> [GVKBU-1] class TYPE (50,2): unknown built-in routine > Colin> `type_id' in class TYPE. > > Colin> Assuming that I needed an update, I did an svn update > Colin> followed by geant install. > > Since re-compiling with gec didn't work, I used ise 6.0 instead. > > Now trying to compile the XPath test suite gives me: > > Unknown option 'nocc'. > Errors parsing arguments, aborting. You need to do a full svn update followed by a full bootstrap. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Colin P. A. <co...@co...> - 2007-09-08 16:35:30
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: >> Now trying to compile the XPath test suite gives me: >> >> Unknown option 'nocc'. Errors parsing arguments, aborting. Eric> You need to do a full svn update followed by a full Eric> bootstrap. I've done this, but now I can't compile with ise 6.0. I get: <snip/> [ 0% - 1] Degree 6 group eiffel_testgen Error code: VD71 Configuration error Directory open error: /home/colin/gobo/test/xml/xpath/TESTGEN TESTGEN\ Configuration: /home/colin/gobo/test/xml/xpath/./xpath.ecf -- Colin Adams Preston Lancashire |