Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Florianx on October 06, 2005, 06:12:00 pm

Title: Problems running CB from cvs source (windows)
Post by: Florianx on October 06, 2005, 06:12:00 pm
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 (http://forums.codeblocks.org/index.php/topic,373.0.html)
I first used the rc1-1 branch, but same happens with rc2 and head.
Title: Re: Problems running CB from cvs source (windows)
Post by: tiwag on October 06, 2005, 06:25:16 pm
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 (http://forums.codeblocks.org/index.php/topic,373.0.html)
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
Title: Re: Problems running CB from cvs source (windows)
Post by: Florianx on October 06, 2005, 07:27:24 pm
It works now.
Seems like I have mixed some vc and mingw header/libs.