From: Colin A. <col...@go...> - 2007-12-17 20:45:08
|
Yes, version 7.0 compiled with no problems. So this weekend I will upgrade my linux version from 6.7 to 7.0 just to be consistent. On 17/12/2007, Eric Bezault <er...@go...> wrote: > Eric Bezault wrote: > > Colin Adams wrote: > > > I'm getting a whole lot of errors, such as: > >> gestalt49.c > >> s:\user_nt\c4\gestalt\trunk\gestalt\gestalt.h(6317) : error C2059: > >> syntax error : '}' > > > > I don't think that it is related to using Boehm. The generated > > code looks like that: > > > > /* Struct for type expanded EPX_FTP_COMMANDS */ > > struct S1079 { > > }; > > > > It looks like class EPX_FTP_COMMANDS has no attributes, and > > apparently an empty struct is not allowed in C. If this is > > indeed the case then I should add a dummy field in the struct > > in that case. > > It should be fixed now. > You will have to recompile gec though. > > BTW, did you manage to compile the Boehm GC under Windows? > > -- > Eric Bezault > mailto:er...@go... > http://www.gobosoft.com > |