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

Directories layout changed

<< < (3/5) > >>

mandrav:

--- Quote from: Biplab on February 14, 2007, 09:58:02 am ---C::B Plugin Wizard has been updated to conform with latest directory layout changes.  :)

In Revision 3604.

--- End quote ---

Ah, thanks :) (it was on my todo list).

Biplab:
sdk.doxy file needs to patched. Patch file is attached with this post.  :)


--- Code: ---Index: src/sdk.doxy
===================================================================
--- src/sdk.doxy (revision 3605)
+++ src/sdk.doxy (working copy)
@@ -82,7 +82,7 @@
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ./sdk
+INPUT                  = ./include
 FILE_PATTERNS          = *.c \
                          *.cc \
                          *.cxx \
@@ -94,16 +94,16 @@
                          *.hpp \
                          *.h++
 RECURSIVE              = YES
-EXCLUDE                = ./sdk/tinyxml/ \
-                         ./sdk/wxscintilla/ \
-                         ./sdk/wxFlatNotebook/ \
-                         ./sdk/propgrid/ \
-                         ./sdk/as/ \
-                         ./sdk/scripting/include/ \
-                         ./sdk/scripting/lib/ \
-                         ./sdk/scripting/sqplus/ \
-                         ./sdk/scripting/sqstdlib/ \
-                         ./sdk/scripting/squirrel/
+EXCLUDE                = ./include/tinyxml/ \
+                         ./include/wxscintilla/ \
+                         ./include/wxFlatNotebook/ \
+                         ./include/propgrid/ \
+                         ./include/as/ \
+                         ./include/scripting/include/ \
+                         ./include/scripting/lib/ \
+                         ./include/scripting/sqplus/ \
+                         ./include/scripting/sqstdlib/ \
+                         ./include/scripting/squirrel/
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       =
 EXAMPLE_PATH           =

--- End code ---

There are two more problems I'm facing.

* While compiling with GCC-4.1.1 the compilations stops at src/sdk/filemanager.cpp. Earlier I have compiled C::B several times with GCC-4.1.1 and never faced such problems.
* Errors
* Redefinition of FileManager::FileManager(), already defined in filemanager.h
* One more error with FileManager::~FileManager()
* Autorevision is not working properly. Generating autorevision.h without Revision number.
I have compiled Rev 3604 successfully with GCC-3.4.5 but didn't face the first problem.

[attachment deleted by admin]

mandrav:

--- Quote ---While compiling with GCC-4.1.1 the compilations stops at src/sdk/filemanager.cpp. Earlier I have compiled C::B several times with GCC-4.1.1 and never faced such problems.
--- End quote ---

Nothing to do with gcc. Manually delete sdk/*.gch (and sdk/autorevision.h) and then rebuild.


--- Quote ---Autorevision is not working properly. Generating autorevision.h without Revision number.
--- End quote ---

The autorevision code has changed to use xml output from svn. Thomas knows better on what could be wrong with your setup but it works fine here.

tiwag:

--- Quote from: mandrav on February 13, 2007, 07:34:44 pm ---As for the ANSI version patch, I 'm not touching it until Tiwag or Seth sees it (they 're working with it)...

--- End quote ---


--- Quote from: stahta01 on February 13, 2007, 08:06:39 pm ---I uploaded my updated patch file to Berlios
[ Patch #1884 ] Updated ANSI build patch file ANSI_BUILD_cb-projectfiles.pat
https://developer.berlios.de/patch/?func=detailpatch&patch_id=1884&group_id=5358

--- End quote ---

thanks tim !

since i sent my notebook with Win98 into retirement at end of 2006
i don't have any 16bit WinOS for testing ansi builds ....

should we delete the ansi patch file from svn ?
or is anyone working with it and still does provide ansi builds ?

thx --tiwag

killerbot:
seth does provide from time to time an ansi build

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version