User forums > Nightly builds

The 12 October 2008 build (5268) is out.

<< < (5/6) > >>

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.

--- End quote ---

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.

--- End quote ---

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:

--- Code: ---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.
--- End code ---

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.

--- End quote ---
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 ---
--- Code: ---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.
--- End code ---

--- End quote ---
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?

--- End quote ---
It cannot be imported as the VC6 workspace file is broken (see above). If you fix this, that one will work, too. ;-)

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

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version