User forums > Using Code::Blocks
[SOLVED] sc_wxstring.cpp:300 ... Assertion `r >= 0' failed.
Tof:
I found why "make install" it's not working
1 - Replace AC_INIT in configure.ac by "AC_INIT([codeblocks], [1.0-RC2])"
2 - Install the last version of desktop-file-utils
Up (http://www.freedesktop.org/Software/desktop-file-utils)
update-desktop-database was missing in my configuration
3 - Re-compile and install C::B
--- Code: ---aclocal && autoconf && autoheader && automake --include-deps --add-missing --foreign --copy && ./configure --prefix=/usr --enable-debug=no && make && make install
--- End code ---
Now when I execute C::B I return to my first error :
--- Code: ---codeblocks: ./bindings/sc_wxstring.cpp:300: void Register_wxString(asIScriptEngine*): Assertion `r >= 0' failed.
Aborted
--- End code ---
Next step, now I can look at
--- Quote from: Takeshi Miya on February 13, 2006, 03:49:46 pm ---No, currently AngelScript is the problem, it doesn't work with native calls on 64 bits yet.
But you can get C::B working, see my post here: http://forums.codeblocks.org/index.php?topic=2096.0
--- End quote ---
mandrav:
Fixed all issues regarding 64bit. Revision 2033 should build just fine.
Navigation
[0] Message Index
[*] Previous page
Go to full version