Harmon Nine writes: > Hello all. > > > > In a previous message > (http://www.mozart-oz.org/pipermail/mozart-hackers/2005/002511.html), I > posted some mods to the procedure for building a native version of > mozart on Windows described in > http://www.mozart-oz.org/documentation/install/node6.html. > > > I left something out. A few files had to be munged to get them to > compile on mingw under cygwin. The mods are included in the attached > diff file. They're mostly syntactic changes to get the compiler to stop > complaining, although there were some changes that were peculiar. For > instance, a "goto" was replaced by a looping construct, and, most > strangely, some methods of a class needed "this" references to get the > compiler to understand that the class inherited the subjects of the > "this" reference from a base class. >
Hi Harmon, This looks familiar, it looks like the changes we made to make mozart buildable with gcc 4.x. These are already available on the trunk and the mozart-1-3-0-fixes branch. So my guess is that you started from the 1.3.1 sources. If you get chance to retry with the mozart-1-3-0-fixes branch and let us know if that needs more work that would be great :-). Thanks for your efforts. cheers k _________________________________________________________________________________ mozart-hackers mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-hackers
