User forums > Nightly builds
The 03 december 2006 build is out.
stahta01:
SVN 3332-3334 Build Issue changes to file tinywxuni.cpp causing project "C::B Share Config" to fail to build.
Tim S
-------------- Build: default in C::B Share Config ---------------
Precompiling header: wx_pch.h
Compiling: mainframe.cpp
Compiling: app.cpp
Compiling: ..\..\sdk\tinyxml\tinywxuni.cpp
..\..\sdk\tinyxml\tinywxuni.cpp: In function `bool TinyXML::LoadDocument(const wxString&, TiXmlDocument*)':
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `wxFile' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `wxFile' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: `Access' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
..\..\sdk\tinyxml\tinywxuni.cpp:13: error: `wxFile' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp:13: error: expected `;' before "file"
..\..\sdk\tinyxml\tinywxuni.cpp:14: error: `file' undeclared (first use this function)
..\..\sdk\tinyxml\tinywxuni.cpp: In function `bool TinyXML::SaveDocument(const wxString&, TiXmlDocument*)':
..\..\sdk\tinyxml\tinywxuni.cpp:49: error: `Manager' has not been declared
..\..\sdk\tinyxml\tinywxuni.cpp:49: error: `Get' undeclared (first use this function)
Process terminated with status 1 (0 minutes, 20 seconds)
9 errors, 0 warnings
bnilsson:
(I guess) similar errors here for rev 3334 "make" version in MacOSX:
--- Quote ---Making all in tinyxml
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/opt/local/lib/wx/include/mac-unicode-release-2.6 -I/opt/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -O2 -ffast-math -I/opt/local/include -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF ".deps/tinywxuni.Tpo" -c -o tinywxuni.lo tinywxuni.cpp; \
then mv -f ".deps/tinywxuni.Tpo" ".deps/tinywxuni.Plo"; else rm -f ".deps/tinywxuni.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/sdk -I/opt/local/lib/wx/include/mac-unicode-release-2.6 -I/opt/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -O2 -ffast-math -I/opt/local/include -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp -fno-common -DPIC -o .libs/tinywxuni.o
In file included from ../sdk_precomp.h:8,
from tinywxuni.cpp:4:
../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
../cbeditor.h:23: error: expected class-name before '{' token
../cbeditor.h:313: error: 'wxScintillaEvent' has not been declared
../cbeditor.h:314: error: 'wxScintillaEvent' has not been declared
--- End quote ---
afb:
--- Code: (Quick Hack) ---Index: src/sdk/tinyxml/Makefile.am
===================================================================
--- src/sdk/tinyxml/Makefile.am (revision 3334)
+++ src/sdk/tinyxml/Makefile.am (arbetskopia)
@@ -1,4 +1,5 @@
-INCLUDES = $(WX_CXXFLAGS)
+INCLUDES = $(WX_CXXFLAGS) \
+ -I$(top_srcdir)/src/sdk/wxscintilla/include
sdkdir=$(includedir)/codeblocks/tinyxml
--- End code ---
Old code also had:
--- Code: ---#include <wx/string.h>
#include <wx/file.h>
--- End code ---
Sure it'll be fixed soon.
MortenMacFly:
Includes have been fixed in SVN. Autobuild I can't do (no linux access ATM).
Thomas: In case you read this: I told you... ;-)
With regards, Morten.
afb:
--- Quote from: MortenMacFly on December 04, 2006, 08:17:33 pm ---Includes have been fixed in SVN. Autobuild I can't do (no linux access ATM).
--- End quote ---
Can't you use MinGW for Autotools ? Haven't tried, but I do use it for Mac (which is not Linux either)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version