User forums > Nightly builds
The 11 october 2006 build is out.
kkez:
--- Quote from: artoj on October 12, 2006, 09:01:28 pm ---
--- Quote from: thomas on October 12, 2006, 07:38:12 pm ---Unluckily, it does not reproduce on my machine
--- End quote ---
--- Code: ---int main() {
|
}
--- End code ---
Delete the pipe symbol and write "this->" to that spot and the error occurs (on my machine at least). Move the opening brace to new line or add space after "()" and the error does not occur.
Edit: adding the space didn't work after all...
--- End quote ---
I get an assert if i type "this(" but not "this." neither "this->" :shock:
Edit: Adding a space after "()" works for me...
MortenMacFly:
--- Quote from: thomas on October 11, 2006, 10:27:39 pm ---Looks like the makefile is still having jet-lag from its trip :)
--- End quote ---
*lol* ;-)
In case somebody is wondering why we moved the build_tools into a sperate folder: The reason is to have in there tools that need to build at first. In the (now) other tools are also tools that require e.g. the SDK to be built first. Using autotools I wasn't able to compile a folder in a sub-directory (e.g. autorevision), switch back to a higher level directory (e.g. SDK) and then come back to this sub-directory again to build the remaining tools (e.g. cb_share_config). It might have been possible somehow but in this way we have also achived a nice separation of concerns: Splitting the content in pre- and post-SDK and having an extra folder for additional stand-alone tools that are no (contrib) plugins.
With regards, Morten.
MortenMacFly:
--- Quote from: kkez on October 12, 2006, 09:23:01 pm ---I get an assert if i type "this(" but not "this." neither "this->"
--- End quote ---
I can't reproduce. But: I'm using version 1.71.1 of wxScintilla. This this might not be a C::B bug at all?! Thomas: Given this new information, can you reproduce?
With regards, Morten.
killerbot:
I can't reproduce it neither. Does the file have to be in project, or stand alone file, is it already save with the contents you show ?
tiwag:
ican reproduce it when i do the following
start CB
create a new empty file
type
--- Code: ---int x(){
this(
--- End code ---
when typing the '(' the assertion message pops up
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version