Author Topic: Problems running CB from cvs source (windows)  (Read 4270 times)

Offline Florianx

  • Multiple posting newcomer
  • *
  • Posts: 15
Problems running CB from cvs source (windows)
« 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
I first used the rc1-1 branch, but same happens with rc2 and head.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Problems running CB from cvs source (windows)
« Reply #1 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
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

Offline Florianx

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: Problems running CB from cvs source (windows)
« Reply #2 on: October 06, 2005, 07:27:24 pm »
It works now.
Seems like I have mixed some vc and mingw header/libs.