Home » Community » U++ community news and announcements » Snapshot 20060108 released
Re: Snapshot 20060108 released [message #573 is a reply to message #571] |
Wed, 11 January 2006 13:32  |
victorb
Messages: 78 Registered: December 2005 Location: Nice, France
|
Member |
|
|
I was able to compile using GCC with the following workarounds:
1) uppsrc\CppBase\Base.cpp:
replace:
return QualifyIds(Nestfo(base, nest), type, dummy);
with:
Nestfo nf(base,nest);
return QualifyIds(nf, type, dummy);
at 3 different places (where errors are detected). I have attached the modified file.
2) Go the package organizer and remove the "/MAP" option (replace with "") when "!DEBUG WIN32" of the "ide" package.
Good luck,
Victor
-
Attachment: Base.cpp
(Size: 7.83KB, Downloaded 1671 times)
|
|
|
Goto Forum:
Current Time: Sun Jul 06 13:24:29 CEST 2025
Total time taken to generate the page: 0.03384 seconds
|