The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
@thomasgrrrrrrrrrr wxpropertygrid ..... Behold the wrath of Makefile.am :x :x
Quote from: tiwag on December 27, 2005, 09:02:33 pm@thomasgrrrrrrrrrr wxpropertygrid ..... Behold the wrath of Makefile.am :x :xDoes that mean Linux build is broken?
Darn... any idea what's wrong?
if it's really necessary i can update and provoke the make-error again if it is of help to you - should i ?
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
You forgot to update 'configure.in'. This patch solves this problem:CodeIndex: 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/MakefileAfter that a complete rebuild is necessary, that means: bootstrap, configure, make, make install.