User forums > Nightly builds
The 12 January 2010 build (6080) is out.
ollydbg:
--- Quote from: nanyu on January 13, 2010, 09:14:24 am ---
--- Quote from: Loaden on January 13, 2010, 08:20:27 am ---In fact, only a step away from success. :D
--- End quote ---
I have added the "_GLIBCXX_END_NESTED_NAMESPACE" to default.conf file. but cc do not work for the situation:
--- Code: ---string s;
s.
--- End code ---
BUT when I do it under svn6023, cc do everything ok (without I add "_GLIBCXX_END_NESTED_NAMESPACE" to conf file):
string s;
s. //<-- here can show the codecomplite hint windows.
vector<string> vs;
vs.pu //<-- here can show "push_back"...
--- End quote ---
You need to read more carefully about my post in This is the macro replacement and This is the patch
Note: adding replacement rule: _GLIBCXX_END_NAMESPACE.
pasgui:
Build for Ubuntu i386/amd64 can be found here (howto)
wxWidgets for amd64:
- From Hardy Heron 8.04 to Jaunty Jacklope 9.04: wxWidgets from http://www.wxwidgets.org (howto)
- For Karmic Koala 9.10: wxWidgets from http://www.wxwidgets.org with jaunty-wx for the distribution (howto)
wxWidgets for i386:
- From Hardy Heron 8.04 to Jaunty Jacklope 9.04: wxWidgets from http://www.wxwidgets.org (howto)
- For Karmic Koala 9.10: wxWidgets from Ubuntu (universe)
Best regards, pasgui
aozima:
--- Code: ---typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
a = DISABLE; // is work
a = ena*** // is not work,but,svn6023 is work....
--- End code ---
see attachment!!!
[attachment deleted by admin]
blueshake:
confirm it.the enum is not parsed correctly.the ENABLE is lost.
aozima:
yes!
the ENABLE is lost!
but the DISABLE is OK!
I dont't know how to ....
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version