User forums > Nightly builds
The 26 January 2007 build is out.
TheTuxKeeper:
--- Quote from: dronT78 on January 27, 2007, 01:14:33 pm ---thanks, but i build CB with
./configure --enable-contrib --prefix=/usr
make
make install
--- End quote ---
Can you try it with rev3545 (or later) ? Should be fixed now. I checked it on gentoo also with automake 1.10. It will use automake 1.9.
Generally, it will now also work with automake 1.7/1.8 again as far as you don't use make dist ;)
If you don't fetch a fresh checkout, you'll have to start with ./bootstrap again.
windhawk:
A bug I've found with this build:
Right clicking a file in the project tree and choosing properties from the menu doesn't always give me the properties of the selected file, but those of a different one in the project instead. :(
(Win XP)
killerbot:
--- Quote from: windhawk on January 28, 2007, 10:12:20 am ---A bug I've found with this build:
Right clicking a file in the project tree and choosing properties from the menu doesn't always give me the properties of the selected file, but those of a different one in the project instead. :(
(Win XP)
--- End quote ---
could you provide a little test project reconstructing the bug ?
heromyth:
I am wondering how can you successfully build CB under WinXP.
In recent weeks, I have failed in building it. In fact, it's because of sdk\scripting. After adding some #include "*h"s, I have got these:
--- Code: ---sdk\scripting\squirrel\sqarray.h:21: error: no matching function for call to `operator new(unsigned int, SQArray*&)'
sdk\scripting\squirrel\sqarray.h:13: instantiated from here
sdk\scripting\squirrel\squtils.h:52: error: no matching function for call to `operator new(unsigned int, void*)'
sdk\scripting\squirrel\sqarray.h:61: instantiated from here
sdk\scripting\squirrel\squtils.h:33: error: no matching function for call to `operator new(unsigned int, void*)'
sdk\scripting\squirrel\sqarray.h:65: instantiated from here
sdk\scripting\squirrel\squtils.h:71: error: no matching function for call to `operator new(unsigned int, void*)'
--- End code ---
There is no any problem at last month. Now, I have no idea.
My environment of building is that:
--- Code: ---OS: WinXP sp2
Compiler: gcc version 3.4.5 (mingw special)
wxWidget: 2.6.3
CB: svn 3545
--- End code ---
However, I have successfully built CB under FreeBSD 6.2-release.
killerbot:
detailed explanation in the wiki, search on the word 'cookbook' --> nightly cookbook, explains how it is build
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version