Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Problems with FilesGroupsAndMasks::Save

<< < (6/7) > >>

tiwag:
ok - wait a minute or two ... :lol:

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

--- Code: ---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

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

thomas:
Thanks, did that :)

tiwag:

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

--- Code: ---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

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

--- End quote ---

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]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version