User forums > Nightly builds

The 10 January 2007 build is out.

<< < (11/13) > >>

stahta01:
Please verify that you did NOT change the settings

The second one listed is not working for you; these are only the first three setting.
To view them do this.
"Project" -> "Build options" Tab "directories" Tab "Compiler"
Tim S

--- Code: ---$(#WX.include)
$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)
$(#WX)\contrib\include

--- End code ---

mareq:
I am waiting for Ubuntu package :) I hoped, it would be in next release, but it hadn't been yet.

stahta01:

--- Quote from: mareq on January 16, 2007, 08:51:25 am ---I am waiting for Ubuntu package :) I hoped, it would be in next release, but it hadn't been yet.

--- End quote ---

They have been working on some Linux 64 bit issues two days ago, not heard any thing in past 24 hours so I assume the problem was more complex than they thought.

Tim S

cbexaminr:
First - kb - I may try that if/when I finally give up on [edit] this project approach...

Second - Tim - [thanks again for your help]

I ramble(d) too much, so guess you missed this note, or read reply before I added the edit... I _had_ put somethiing in "lib" field of global variable "cw"...  After I emptied lib field, I was able to compile Scintilla (but not link it because of wxwidgets failure, which I overlooked when I redid).

--- Quote from: cbexaminr on January 16, 2007, 02:13:16 am ---([edit] I also just found that I had 'lib' specified in the "lib" field for the global variable cw.  Deleting that seemed to make a big difference in compiling Scintilla...  but now backing up to 3.4.2 to see if I can get wxwidgets built again...)

--- End quote ---

I then backed up to 3.4.2 to build wxwidgets (having forgotten your notes about the patches), as its absence was causing scintilla link failures.

Now back to 3.4.5 for codeblocks, and wondering where "encoding" is supposed to be defined...

getting error in autorevision.h, at line #13 in version I have...

line contains:
   const unsigned int svn_revision = encoding="utf-8"?>;

getting error:
"error: 'encoding'  was not declared in this scope"

logged command line plus initial error msg:
mingw32-g++.exe -Wall -g -pipe -mthreads -fmessage-length=0 -fexceptions -Winvalid-pch -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DwxUSE_UNICODE -DEXPORT_LIB -DEXPORT_EVENTS  -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\include -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\lib\gcc_dll\mswu -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\contrib\include -Isdk\wxscintilla\include -Isdk\propgrid\include -Isdk -Isdk\scripting\include -Isdk\scripting\sqplus -Isdk\wxFlatNotebook\include  -c sdk\configmanager-revision.cpp -o .objs\2.6\sdk\configmanager-revision.o
In file included from sdk\configmanager-revision.cpp:13:
sdk\autorevision.h:13: error: `encoding' was not declared in this scope


stahta01:

--- Quote from: cbexaminr on January 16, 2007, 09:28:09 am ---getting error in autorevision.h, at line #13 in version I have...

line contains:
   const unsigned int svn_revision = encoding="utf-8"?>;

getting error:
"error: 'encoding'  was not declared in this scope"

logged command line plus initial error msg:
mingw32-g++.exe -Wall -g -pipe -mthreads -fmessage-length=0 -fexceptions -Winvalid-pch -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DwxUSE_UNICODE -DEXPORT_LIB -DEXPORT_EVENTS  -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\include -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\lib\gcc_dll\mswu -IC:\dlh\dev\wxwidgets\wxWidgets-2.6.3\contrib\include -Isdk\wxscintilla\include -Isdk\propgrid\include -Isdk -Isdk\scripting\include -Isdk\scripting\sqplus -Isdk\wxFlatNotebook\include  -c sdk\configmanager-revision.cpp -o .objs\2.6\sdk\configmanager-revision.o
In file included from sdk\configmanager-revision.cpp:13:
sdk\autorevision.h:13: error: `encoding' was not declared in this scope

--- End quote ---

Note: code::blocks works great with 3.4.2, most developers of C::B are using 3.4.5 or higher.
( This is mainly because some of them are using Linux.)
So, you need not use 3.4.5 with C::B, but use at least a 3.4 or higher. minGW does have an 3.3 version called previous. Note, autorevision.h is an auto created header.
Do you have SVN installed?
( svn is called by the program that creates autorevision.h)
Is the path to it in the PATH variable?
Have you re-built the C::B main project?
Since you got it to work better?
Tim S

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version