News:

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

Main Menu

The 09 March 2007 build is out.

Started by killerbot, March 09, 2007, 09:09:51 PM

Previous topic - Next topic

lubos

Quote from: dabomb on March 11, 2007, 08:23:16 AM
ok i think i figured out my problem, im missing my libsdl_image file, i have no clue where it went and where to get it, i even re-downloaded my whole sdl package but didnt find the file. any advice (i hope i didnt sound too terribly dumb)

PS: im not sure how to install that sdl image stuff you gave me the link to earlier
just download sdl_mixer binary for your os and compiler from that link above, open it and copy files in lib to your sdl location lib, same with headers. but as i said, read that tutorial, it also describes seting it with code::blocks and with images!!

Lord Delvin

#16
Trying to build my Project leads to this message:


-------------- Build: Debug in BoreasFramework ---------------
Compiling: Renderer\Font.cpp
mingw32-g++.exe: 1: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

It occurs in current Version...but in later Versions to...don't know why. The Project itself is okay, as it build untill friday, and since then I didn't change a thing. I completely reinstalled CodeBlocks and MinGW but the error remains. I'm using win2k sp4 as OS.
mfg, and hope that one may help me

EDIT: I found the source of the Problem:
mingw32-g++.exe -Wall -g -D_DEBUG 1 -Wall  -IC:\MinGW\include  -c C:\Xzon\Entwicklung\BoreasFramework\Renderer\Font.cpp -o obj\Debug\Renderer\Font.o

I guess the Debugoption is misspelled for minGW.


EDIT2: WAHH sorry, it's kind of my own fault...maybe some note to the define section would be usefull:)

indigo0086

I'm not able to step in, out, etc when debugging anymore.

nenin

#18

ERROR: C:\bin\CodeBlocks/share/codeblocks/plugins/debugger.dll: not loaded (missing symbols?)

C::B unpacked over svn3669, over svn3672- same error.

dabomb

:: === sdl, Debug ===
ld.exe:: cannot find -lwinmn
:: === Build finished: 1 errors, 0 warnings ===

aaaaaaaaarrrrrrrrrrrgggggggghhhhhhh :x

DoMeN

QuoteResolved Fixed:

    * Added gdb support for pausing the debuggee while running (thanks to kai7 for the tip)

Is this support intended only for windows or also for linux?

mandrav

Quote from: DoMeN on March 12, 2007, 07:59:49 AM
QuoteResolved Fixed:

    * Added gdb support for pausing the debuggee while running (thanks to kai7 for the tip)

Is this support intended only for windows or also for linux?

This was supported in linux for quite some time now. This fix was for windows.
Be patient!
This bug will be fixed soon...

byo

Quote from: woodroof on March 10, 2007, 05:03:24 PM
Can anyone fix a (old) bug #10106? It prevent me from using C::B...

This may be little bit hard to do, it's known problem related to encoding. Have you tried switching into UTF-8?