User forums > Nightly builds

The 30 March 2007 build is out.

<< < (2/4) > >>

stahta01:

--- Quote from: Shade37337 on March 31, 2007, 10:41:35 am ---Hey, I am using SuSE and I am wodnering why you don't release any new nightly  build package for that distribution, but you keep always the link with a "(not yet)" .
Will there be any SuSE build the next time ?

--- End quote ---

An two week old copy seems to be the newest on http://developer.berlios.de/project/showfiles.php?group_id=5358
Tim S

http://prdownload.berlios.de/codeblocks/CB_20070314_rev3703_suse100-102.i586.rpm

gd_on:
Many things have recently changed in the menus text (for example "Open" is now "Open..."). So menus translations does not work for those menus  :(. It should be nice  8) if the template po file on Rosetta was updated by an administrator to be able to correctly set the translations (and more, there are also some items which are not present in Rosetta file).
Thanks.
gd_on

TDragon:
src/sdk/infowindow.cpp needs to include <wx/statbmp.h> when building with --disable-pch.
System: Ubuntu 6.10 AMD64, GCC 4.1.2, wxGTK 2.6.3.2.

Patch:

--- Code: ---Index: src/sdk/infowindow.cpp
===================================================================
--- src/sdk/infowindow.cpp      (revision 3803)
+++ src/sdk/infowindow.cpp      (working copy)
@@ -5,6 +5,7 @@
     #include <wx/stattext.h>
     #include <wx/sizer.h>
     #include <wx/settings.h>
+    #include <wx/statbmp.h>
     #include "infowindow.h"
     #include "manager.h"
 #endif

--- End code ---

Cheers,
JohnE / TDM
(Now running Linux under VMWare. :D)

Biplab:

--- Quote from: TDragon on March 31, 2007, 08:10:55 pm ---(Now running Linux under VMWare. :D)

--- End quote ---

Just curious, Does the Free VMWare Player can run Linux? I've no idea about it but I'm interested in running a lightweight Linux, say DSL, on Windows in VMWare or some other emulators.

I tried, QEmu+DSL and it doesn't boot in my pc. I've tried QEmu+ReactOS (Windows Clone), and it started crashing after installing Firefox. :(

TDragon:

--- Quote from: Biplab on March 31, 2007, 08:18:01 pm ---Just curious, Does the Free VMWare Player can run Linux?

--- End quote ---
Absolutely! That's what I'm using, and it works like a dream. The easiest way to do it is to create an empty virtual machine at EasyVMX.com, put the Linux install CD in your CD drive, and load the vmx file in VMWare Player. It should boot from the CD automatically, and you can install your distro and be ready to go.

I'm using a virtual drive size of 4.7GB and memory size of 320MB. More than enough disk space for a basic Ubuntu installation (3.66 GB used so far), and so far enough memory so there's no major thrashing. It's not quite as snappy as a non-emulated installation with hardware-accelerated graphics, but I can't tell the difference between it and a non-emulated installation without hardware-accelerated graphics (i.e. using the basic XGA driver). It's perfectly usable. (My actual PC is an Athlon 64 3500+@2.2Ghz, 768MB DDR 400.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version