Re: Has anyone bootstrapped GOBO CVS using VS.NET 2005?
Eric Bezault <ericb-D6Qt/9opevxWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Organization | Gobo |
| Message-ID | <[email protected]> |
grantrettke wrote: > I'm running Windows XP and VS.NET 2005. Checked out GOBO CVS > tonight, dropped to dos, and ran vcvars32.bat. Ran boostrap msc ise > and it failed. Can't find inttypes.h. I'm not familiar with MS C. Any > ideas on getting this built? It works fine with me with VS.NET 2003. I don't have VS.NET 2005 but after some investigation I think I found the problem. These C files used in Gobo's bootstrap have been generated with SmartEiffel and it seems that there is a bug in SE's C code generation. In the .h files we can read: #if defined(_MSC_VER) && (_MSC_VER < 1400) /* MSVC older than v8 */ but your bug report seems to imply that it should actually be: #if defined(_MSC_VER) /* MSVC */ I made this modification in Gobo CVS. Can you please do a 'cvs update' of the files in gobo\work\bootstrap and try again? -- Eric Bezault mailto:ericb-D6Qt/9opevxWk0Htik3J/[email protected] http://www.gobosoft.com To Post a message, send it to: [email protected] To Unsubscribe, send a blank message to: [email protected] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/gobo-eiffel/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/