News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Problems with FilesGroupsAndMasks::Save

Started by Der Meister, December 26, 2005, 05:36:47 PM

Previous topic - Next topic

thomas

I have just run a global search on "<<" and wrapped all occurrences of int in combination with wxString::operator<< into Format() by hand (including typedefed variables and dates). Hopefully, I did not miss any (did not touch wxScintilla, that's a SEP).

This should fix most Unicode problems... check out revision 1600.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

280Z28


:) Looking good

There are more at:

breakpointsdlg.cpp:49
cbproject.cpp:203
cbproject.cpp:207

That's all I've seen :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

tiwag

i'll test it with my linux build - i hope the debugger works then ...  8)

tiwag

@thomas
grrrrrrrrrr  wxpropertygrid .....  Behold the wrath of Makefile.am  :(  :x :x

thomas

Quote from: tiwag on December 27, 2005, 09:02:33 PM@thomas
grrrrrrrrrr  wxpropertygrid .....  Behold the wrath of Makefile.am  :(  :x :x
Does that mean Linux build is broken?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

tiwag

Quote from: thomas on December 27, 2005, 09:30:48 PM
Quote from: tiwag on December 27, 2005, 09:02:33 PM@thomas
grrrrrrrrrr  wxpropertygrid .....  Behold the wrath of Makefile.am  :(  :x :x
Does that mean Linux build is broken?
yes  :(

with a commandline-svn-orgy i sailed round wxpropertygrid r.1603 but updated all others until r.1605
then i could build it again -  good news : breakpoints are working again !!!   :D

thomas

#22
Darn... any idea what's wrong?

Was actually hoping I had done it correctly... makefiles are the devil...
I timed that commit with Yiannis too, so he would be online and in case Linux broke, he could fix it, but apparently he is busy just now  :lol:
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

tiwag

Quote from: thomas on December 27, 2005, 09:52:57 PM
Darn... any idea what's wrong?

sorry not exactly - the error message regards analogously to "don't know how to make -all"
if it's really necessary i can update and provoke the make-error again if it is of help to you  -  should i ?

thomas

Quote from: tiwag on December 27, 2005, 09:59:32 PMif it's really necessary i can update and provoke the make-error again if it is of help to you  -  should i ?
Lol, yes, I am the god of makefiles... :lol:

Post it anyway please... I'll try to figure it, and if that fails (which is likely), maybe someone who really has a clue comes up with solution... probably a missing backslash...  :?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

tiwag


Der Meister

You forgot to update 'configure.in'. This patch solves this problem:

Index: configure.in
===================================================================
--- configure.in        (revision 1605)
+++ configure.in        (working copy)
@@ -109,6 +109,7 @@
        src/sdk/as/Makefile
        src/sdk/tinyxml/Makefile
        src/sdk/wxscintilla/Makefile
+       src/sdk/propgrid/Makefile
        src/sdk/resources/Makefile
        src/sdk/resources/lexers/Makefile
        src/src/wxDockit/Makefile

After that a complete rebuild is necessary, that means: bootstrap, configure, make, make install.
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

tiwag

Quote from: Der Meister on December 27, 2005, 10:28:26 PM
You forgot to update 'configure.in'. This patch solves this problem:

Index: configure.in
===================================================================
--- configure.in        (revision 1605)
+++ configure.in        (working copy)
@@ -109,6 +109,7 @@
        src/sdk/as/Makefile
        src/sdk/tinyxml/Makefile
        src/sdk/wxscintilla/Makefile
+       src/sdk/propgrid/Makefile
        src/sdk/resources/Makefile
        src/sdk/resources/lexers/Makefile
        src/src/wxDockit/Makefile

After that a complete rebuild is necessary, that means: bootstrap, configure, make, make install.

thanks you, it works as you said !!!

grv575

Isolated it.  It worked for me on linux so I tried on windows again.  It's a precompiled headers bug/issue.

Download & test the following cb projects:

The first does not use precompiled headers.
The second does.

You may want to run these in mys (although not necessary) to get the stdout output.


[attachment deleted by admin]