Author Topic: compiling C::B: can not find angelscript.h  (Read 5121 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
compiling C::B: can not find angelscript.h
« on: May 11, 2006, 04:47:48 pm »
I try to compile C::B (svn) under Win98se (ansi).

In the file sdk/as/source/as_config.h line 332
is an include of "../include/angelscript.h".

The angelscript.h is there, but the compiler does not find it. I do not know why!?

include-directories in the build-options
$(#WX.include)
$(#WX.lib)\gcc_dll\msw$(WX_SUFFIX)
$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)
$(#WX)\contrib\include
sdk\wxscintilla\include
sdk\propgrid\include

Global variables
wx = C:\wxWindows
cb = C:\codeblocks-head\trunk\src