News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 12 October 2008 build (5268) is out.

Started by killerbot, October 12, 2008, 06:17:05 PM

Previous topic - Next topic

MortenMacFly

Quote from: courage on October 14, 2008, 04:10:35 AM
I think it may be the VC6 stuff. :wink:
Can you do me a favour? As I don't have VC I need some help.
What happens if you enter the same commands (separated mixed with a TAB and a linefeed) in a VC >6 (!), meaning VC2003/2005/2008 project? Does it still work? Do they all support TAB as a command separator? Probably you have to edit the project files manually to be able to test it.

In the meantime I'll test with with the NetHacks project and an importer supporting TABS, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

courage

Quote from: MortenMacFly on October 14, 2008, 11:35:15 AM
Can you do me a favour? As I don't have VC I need some help.
What happens if you enter the same commands (separated mixed with a TAB and a linefeed) in a VC >6 (!), meaning VC2003/2005/2008 project? Does it still work? Do they all support TAB as a command separator? Probably you have to edit the project files manually to be able to test it.

I feel so sorry that I can't test VC2003/2005/2008.. :oops:
I also hope someone can help.

Quote from: MortenMacFly on October 14, 2008, 11:35:15 AMIn the meantime I'll test with with the NetHacks project and an importer supporting TABS, too.

Thanks Morten, thanks.  :D

pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

MortenMacFly

Quote from: courage on October 15, 2008, 01:03:46 AM
Quote from: MortenMacFly on October 14, 2008, 11:35:15 AMIn the meantime I'll test with with the NetHacks project and an importer supporting TABS, too.
Thanks Morten, thanks.  :D
In case you missed it: It's in SVN now. The next nightly should work for you.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Wahooney

The HTML/PHP parser still bugs out when you make a selection. Is anyone on this?
Fabricati Diem, Celerata!

courage

Quote from: MortenMacFly on October 16, 2008, 08:44:15 AM
In case you missed it: It's in SVN now. The next nightly should work for you.

Thanks Morten, thanks.  :D

courage

Quote from: MortenMacFly on October 16, 2008, 08:44:15 AM
In case you missed it: It's in SVN now. The next nightly should work for you.

Hello, Morten:

I have tested svn5273. My compiling environment is GCC4.3.2(MingW), wxWidgets2.8.8.

It has some problems when building NetHack3.4.3:
1. After importing the last project, there is an error message "Failed to import *any* projects from workspace file" showed.

2. After building makedefs project singly, there is an error message below:
Running target post-build steps
echo chdir ..\util
Execution of 'echo chdir ..\util' in 'C:\nethack-3.4.3\build' failed.
Nothing to be done.


3. I found the dependancy still not to be imported. Is it not Morten's domain?

MortenMacFly

Quote from: courage on October 16, 2008, 02:22:51 PM
1. After importing the last project, there is an error message "Failed to import *any* projects from workspace file" showed.
That is correct. The reason is that the VC6 workspace file points to project files in a "build" folder which is simply not present. So this VC6 workspace file is simply incorrect. I just added this as a message box with the last commit. Hence the VC6 project files for itself work. If you want the VC6 workspace file to work complain to the NetHacks guys or edit/adopt it manually by fixing the path entries.

Quote from: courage on October 16, 2008, 02:22:51 PM
Running target post-build steps
echo chdir ..\util
Execution of 'echo chdir ..\util' in 'C:\nethack-3.4.3\build' failed.
Nothing to be done.

That works well for me. I don't know why it does not work for you. But anyways: This is an echo command so just remove it from the post-build steps and you are done.

Quote from: courage on October 16, 2008, 02:22:51 PM
3. I found the dependancy still not to be imported. Is it not Morten's domain?
It cannot be imported as the VC6 workspace file is broken (see above). If you fix this, that one will work, too. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Ganbito

Hi, after a lot of time (and some nightlies) without using code completion with wxwidgets due to its problems in linux, I give it a new try with this nightly (well, 5269 from jens' repository) and I've found that it works well, not perfetly, but much better than before.

I don't see nothing about it in the latest nightly threads, but it is still posible that it has been improved. Can anyone confirm this?

If not, this are other possible causes that can help other people with this problem:

-wxWidgets changed from 2.8.7 to 2.9.0svn
-instead of adding wxWidgets include path in Settings->Compiler and debugger...->Search directories, I add it in project C/C++ parser options

My system: Trisquel 2.0 (Ubuntu 8.04 LTS based)

gd_on

When building a new version from svn, on Windows XP, I have, sometimes problems when I generate C::B. Generally compilation stops on some headers, declared as not found. Sometimes it's at the beginning of compilation, sometimes later. When it's happens, I simply generate again, and the error disappear. It looks as if, sometimes, the definition of a global variables is lost, though they are defined correctly. Headers not found are generally something like wx/xxxx.h and generally too, the first header of a list (for example wx/file.h if the error is in something like tinywxuni.cpp). I think that one time I have seen something like sdk/xxxx.h, probably more related to the cb global variable.
I can' remember when this appeared for the first time.
Does anybody has the same problem, finally not very important because the 2nd "generate" continues and finishes the work, but ....

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

stahta01

@gd_on have you tried to delete the precompiled headers before recompiling C::B.
On windows it is normally *.gch files that need deleted.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]