CodeLite 9.2.6 is available

This forum is for the weekly builds only.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite 9.2.6 is available

Post by eranif »

Hi,

CodeLite version 9.2.6 is available for downloaded

This version introduces the new "workspace folders" to the C++ workspace which allows the user to gather a group of projects in folders (virtual ones, not physical ones)

The following platforms are supported in this release:
  • Windows 64 bit
  • Ubuntu 14.04/64 bit deb file (also works for Debian 8 and Linux Mint 17)
  • Ubuntu 16.04/64 bit deb file
  • OSX 10.12 and later bundle
Linux Users: to install the deb file, you will need to uninstall any old version of CodeLite you might have installed:

Code: Select all

sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi /path/to/codelite/deb/file

Links:
Download Page
What's New?

Eran
Make sure you have read the HOW TO POST thread
rp42
CodeLite Curious
Posts: 2
Joined: Mon Mar 07, 2016 2:32 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 9.2.6 is available

Post by rp42 »

Hi,

Please could you check the Os X weekly tar file (http://downloads.codelite.org/downloads.php?osx_weekly). It looks like I'm getting a truncated download here:

$ tar tzf codelite.app.tar.gz
...
codelite.app/Contents/MacOS/libwx_osx_cocoau-3.1.0.0.0.dylib
tar: Truncated input file (needed 15840256 bytes, only 0 available)

$ md5 downloads.php\?osx_weekly codelite.app.tar.gz
MD5 (downloads.php?osx_weekly) = 6403e0789cdbf636ab63e6c351001472
MD5 (codelite.app.tar.gz) = 6403e0789cdbf636ab63e6c351001472

$ ls -l downloads.php\?osx_weekly codelite.app.tar.gz
-rw-r--r--@ 1 rhparry staff 54198272 31 Oct 09:33 codelite.app.tar.gz
-rw-r--r-- 1 rhparry staff 54198272 31 Oct 09:39 downloads.php?osx_weekly

I've tried downloading using both Firefox and wget.

Thanks for a great IDE!
Rhys
ColinTaylor
CodeLite Expert
Posts: 152
Joined: Fri Jul 15, 2011 2:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 9.2.6 is available

Post by ColinTaylor »

The change to add (virtual) Workspace Folders is excellent - are you planning to add commands such as Clean/Build/Rebuild Workspace Folder, or is that a very complex thing to add?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite 9.2.6 is available

Post by eranif »

Code: Select all

Please could you check the Os X weekly tar file
Thanks for reporting this, just opened my MacBook and noticed that the transfer was interrupted in the middle
uploading a new build now

EDIT:
I have uploaded a new build which should be OK, please report back if any errors
Make sure you have read the HOW TO POST thread
Post Reply