User forums > Nightly builds

The 30 October 2011 build (7550) is out.

<< < (11/18) > >>

neo1691:

--- Quote from: ollydbg on December 02, 2011, 04:13:43 am ---It works OK here(I use mingw gcc compiler under WinXP)
See the screen shot:


So, mostly, you have some compiler/linker setting errors.

BTW: A full build log is needed to detect your problem, please read the FAQ:Compiling (errors).


--- End quote ---

Are you talking about the following build log?

ollydbg:
1, Your have put your source in a path with spaces (like: "Codeblocks test" also spaces in your file names), this will cause problems in mingw, so please remove all spaces.
2, read: 1 Q: How do I troubleshoot a compiler problem?, make sure "full log" is used.
3, I think you should use a image host site to put your screen shot images, because our forum's space is limited, so that your attachment image will be removed some day. :D

neo1691:

--- Quote from: ollydbg on December 02, 2011, 04:29:00 am ---1, Your have put your source in a path with spaces (like: "Codeblocks test" also spaces in your file names), this will cause problems in mingw, so please remove all spaces.
2, read: 1 Q: How do I troubleshoot a compiler problem?, make sure "full log" is used.
3, I think you should use a image host site to put your screen shot images, because our forum's space is limited, so that your attachment image will be removed some day. :D

--- End quote ---

I have enabled the full log!! But from where can i retrive the log?

Also you want me to edit the folder itself? so that it doesnt contains the spaces?

By the way previously i was using c::b stable 10.05 version, but it lacked the minimal prespective feature!!
so i unninstalled it>downloaded nightly>downloaded tdm gcc mingw compiler.
AFAIK in the previous version of c::b it was working fine!

EDIT: In build options i ticked "save log to an html file" but when i used notepad++ to open it, it was empty

ollydbg:

--- Quote from: neo1691 on December 02, 2011, 04:32:57 am ---But from where can i retrive the log?

--- End quote ---
The "build log" panel in my screen shot.



--- Quote ---Also you want me to edit the folder itself? so that it doesnt contains the spaces?
--- End quote ---
Yes.

neo1691:

--- Quote from: ollydbg on December 02, 2011, 05:34:54 am ---
--- Quote from: neo1691 on December 02, 2011, 04:32:57 am ---But from where can i retrive the log?

--- End quote ---
The "build log" panel in my screen shot.



--- Quote ---Also you want me to edit the folder itself? so that it doesnt contains the spaces?
--- End quote ---
Yes.

--- End quote ---

Renamed the folder! Same result. No line number.
build log panel still contains the following

--- Code: ---mingw32-gcc.exe    -c "D:\Programming\Codeblocks\nightly test2.c" -o "D:\Programming\Codeblocks\nightly test2.o"
mingw32-g++.exe  -o "D:\Programming\Codeblocks\nightly test2.exe" "D:\Programming\Codeblocks\nightly test2.o"   
D:\Programming\Codeblocks\nightly test2.o:nightly test2.c:(.text+0xa1): undefined reference to `scan'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 3 seconds)
1 errors, 0 warnings (0 minutes, 3 seconds)
 

--- End code ---

I have already enabled complete log

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version