Author Topic: The 04 April 2007 build is out.  (Read 21120 times)

toodles

  • Guest
Re: The 04 April 2007 build is out.
« Reply #15 on: April 05, 2007, 08:45:51 pm »
Quote
If everyone would stop generalizing when talking about problems, life would be so much easier. The debugger works. Saying it doesn't is only spreading FUD. What it doesn't do is spawn a separate terminal for debugging console apps. That's way different from a fuzzy "it doesn't work".

My apologies :-P

toodles

Offline Suryavarman

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Suryavarman
Re: The 04 April 2007 build is out.
« Reply #16 on: April 05, 2007, 09:31:40 pm »
On windowsXp/wxwidget/C++/OpenGL:
Yesterday:
- Build my project on C::B 1.0 is OK
- I try Nightly for the first time, Build my project is Ok

 Today :
-I creat a new class with class Wizard, Build my project is not OK (with or without option compilation)
Code
/mingw/lib/crt2.o:crt1.c:(.text+0x16a): undefined reference to `__cpu_features_init'

- I delete the new class (always this same bug).
- I install this last release (always this same bug).
- I unstall (and all delete files) /install C::B V1.0 ...i can't compile my project :(

Code
/mingw/lib/crt2.o:crt1.c:(.text+0x16a): undefined reference to `__cpu_features_init'
E:/Program Files/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../libmingw32.a(main.o):main.c:(.text+0x106): undefined reference to `WinMain@16'

... My project is comrrupted by Nightly builds !!! :(

EDIT:
YATTTTAA
I uninstall MinGw 5.1.3 and is Good. Now my project build. :p
« Last Edit: April 06, 2007, 02:41:41 am by Gandi »