News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 24 december 2006 build is out.

Started by killerbot, December 24, 2006, 05:46:55 PM

Previous topic - Next topic

darkrunch

Plese host in other server,this is down again...

lubos


killerbot

just noticed that https:// seems to be working, replace all urls to https and try again.

agent007se

I'm seeing it down since 2 days ! (and that's the same with or without https)

sethjackson

Quote from: agent007se on December 27, 2006, 12:54:46 PM
I'm seeing it down since 2 days ! (and that's the same with or without https)

It has been intermittent for me.... Although https works now and http doesn't. :P

agent007se


111cix

I am having a problem with the Nightly Build.
When I try to launch the codeblocks.exe file, I get the following error message:

QuoteCannot find resources...
Code::Blocks was configured to be installed in 'C:\CodeBlocks/share/codeblocks'.
Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR environment variable to point where Code::Blocks is installed,
or try re-installing the application...

Then when I press "OK" or I close the dialog, I get

Quote(In title bar) Could not save config...
(in dialog) Warning

Of course C:\CodeBlocks/share/codeblocks is not a valid windows path, as windows uses backslashes, but just to check I copied the nightly build into C:\CodeBlocks\share\codeblocks and tried running both copies again, but I get the same error.

I have tried it with this build and the previous (the Dec 22, I believe) build, and with and without the DLLs
- wxmsw26u_gcc_cb.dll
- wxmsw26_gcc_cb.dll, and
- mingwm10.dll
to no avail.

No one else seems to be having this same problem, which I find disturbing.
Any help is Greatly appreciated. Thanks,
-Max


jpaterso

I take it you tried to compile C::B yourself?
Try running the update.bat file, (Remember to put the dll in the devel directory), then copy the files in output into your C::B dir.

Joseph.

111cix

I did not try to compile it myself, I don't really know how.

Where would I find the update.bat file?

stahta01

#24
Quote from: 111cix on December 28, 2006, 03:45:51 AM
I did not try to compile it myself, I don't really know how.

Where would I find the update.bat file?

The update.bat is for people compiling Code::Blocks from SVN, you are NOT doing that correct?

Did you download and extract? wxmsw26u_gcc_cb_wx2.6.3p2.7z (Needed for Windows 2000 and XP)
What OS are you using? Windows XP? 98?

Tim S

PS: I will download the most recent nightly for windows and verify it works.

I am downloading http://download.berlios.de/codeblocks/CB_20061224_rev3421_win32.7z
right now seems to be working, I am on dial up so it will be a few minutes.

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]

111cix

I am NOT compiling from source.

Yes, I downloaded that DLL. When I don't have it I get a different error message. I also tried all the other DLLs on the thread, without success.
I am using Windows XP Pro.

stahta01

#26
The way I do the nightly build is in a folder called "nightly" I delete the last nightly build except for
these files.
wxmsw26u_gcc_cb.dll
mingwm10.dll

and optionally I keep the old 7z files in case I wish to go back to an old nightly.

Note: You must delete the share folder or you can get weird errors!
Note: If an configuration error is suspected you should rename or delete the old config files.

Start -> Run %APPDATA%

Brings up this folder for me "C:\Documents and Settings\Administrator\Application Data"

I normally will rename the folder codeblocks to codeblocks-old

Tim S

Note: Finished the new download and it worked OK.

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]

111cix

Where is your "nightly" folder?
I have both of those files in my build directory.
My share folder (C:\CodeBlocks\share) is completely empty, and deleting it does not help
There is no codeblocks folder in Application Data

stahta01

Quote from: 111cix on December 28, 2006, 04:32:59 AM
Where is your "nightly" folder?
I have both of those files in my build directory.
My share folder (C:\CodeBlocks\share) is completely empty, and deleting it does not help
There is no codeblocks folder in Application Data


The "nightly" folder is the folder I created for testing nightly builds into it I place the DLLs
wxmsw26u_gcc_cb.dll
mingwm10.dll
and also the file CB_20061224_rev3421_win32.7z
then I right click on the file CB_20061224_rev3421_win32.7z and choose "7-Zip" and "Extract Here"
This creates the files
  wxscintilla.dll
  exchndl.dll
  codeblocks.exe
  codeblocks.dll
  cb_console_runner.exe
  share
       CodeBlocks
          .... Many folders and zips under "share\CodeBlocks"

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]

111cix

Well what do you know.

Man, am i embarrassed. I was using an old-ish version of IZ-Arc, which was not extracting anything in the subfolders. I Downloaded and installed 7-Zip, and now it works flawlessly.

Thanks for your help,
-Max