News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Problems running CB from cvs source (windows)

Started by Florianx, October 06, 2005, 06:12:00 PM

Previous topic - Next topic

Florianx

I compiled the cvs with the normal project file (windows, wx2.4).
There was no problem while compiling, but when I start codeblocks, i get an error:
The Symbol "isascii" was not found in "codeblocks.dll"
Thats very confusing because isascii is an function from the std-c-lib and should not be in codeblocks.dll ...
How can i fix this?

I exactly did, whats wrote in READ FIRST: About CVS Crashes on windows
I first used the rc1-1 branch, but same happens with rc2 and head.

tiwag

Quote from: Florianx
I compiled the cvs with the normal project file (windows, wx2.4).
There was no problem while compiling, but when I start codeblocks, i get an error:
The Symbol "isascii" was not found in "codeblocks.dll"

i've never heard about this issue, it's the first time.

have you built your wxmsw242.dll as it's written in the C::B-wiki ?
mind using the actual wx-2.6.1 instead?  it's actually the standard wx-version for CVS-HEAD.

Quote from: Florianx
I exactly did, whats wrote in READ FIRST: About CVS Crashes on windows
I first used the rc1-1 branch, but same happens with rc2 and head.
the common pitfalls are
* building wx-widgets-dll correctly and
* downloading & installing zip.exe correctly in order to run update.bat

Florianx

It works now.
Seems like I have mixed some vc and mingw header/libs.