Package Details: codelite 18.1.0-2

Git Clone URL: https://aur.archlinux.org/codelite.git (read-only, click to copy)
Package Base: codelite
Description: Cross platform IDE for C, C++, Rust, Python, PHP and Node.js written in C++
Upstream URL: https://codelite.org/
Keywords: C++ Editor IDE
Licenses: GPL-2.0-or-later
Conflicts: codelite-unstable
Provides: codelite
Submitter: None
Maintainer: uffe
Last Packager: uffe
Votes: 175
Popularity: 0.87
First Submitted: 2008-08-01 09:11 (UTC)
Last Updated: 2025-02-17 09:08 (UTC)

Dependencies (20)

Required by (4)

Sources (15)

Pinned Comments

uffe commented on 2016-09-26 11:42 (UTC) (edited on 2020-07-27 18:21 (UTC) by uffe)

ATTENTION: read this before flagging this package out-of-date

This package "codelite" represents the stable release of the codelite project.

I do not consider the "Weekly Builds" from http://downloads.codelite.org/ as stable releases (neither does the codelite project)

Generally speaking - this package will not be updated before the codelite release/download page (https://downloads.codelite.org/) have a new stable release published.

Please respect that - Thanks

PS: to clear up a recent misunderstanding - this does not mean that I won't accept patches that is needed for stable codelite to build against refreshed libraries etc

PS: I have added new "codelite-unstable" package to AUR that follows the weekly/latest builds from the codelite project.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 18 Next › Last »

zza commented on 2016-12-16 06:51 (UTC)

use symlink to old library temporarily: sudo ln -s /usr/lib/libclang.so.3.9 /usr/lib/libclang.so.3.8

zerophase commented on 2016-11-17 20:15 (UTC)

Doesn't work with clang 3.9

duckbrain commented on 2016-11-13 14:48 (UTC)

I am now getting this error: codelite: error while loading shared libraries: libclang.so.3.8: cannot open shared object file: No such file or directory It looks like clang updated to 3.9.

jgmdev commented on 2016-10-02 14:13 (UTC)

This is a better description as found on github repo: "A cross platform C/C++/PHP and Node.js IDE written in C++"

jgmdev commented on 2016-10-01 18:36 (UTC)

Please update the description to: "A Free, open source, cross platform C,C++,PHP and Node.js IDE" as found on codelite.org site Since now codelite is more than C/C++ IDE

jgmdev commented on 2016-10-01 18:27 (UTC)

The hunspell package is missing as a dependency, and it is needed for the spellchecker plugin.

uffe commented on 2016-09-26 11:43 (UTC)

@pattisahusiwa: please read the newly pinned comment on codelite stable releases /thanks :-)

uffe commented on 2016-09-26 11:42 (UTC) (edited on 2020-07-27 18:21 (UTC) by uffe)

ATTENTION: read this before flagging this package out-of-date

This package "codelite" represents the stable release of the codelite project.

I do not consider the "Weekly Builds" from http://downloads.codelite.org/ as stable releases (neither does the codelite project)

Generally speaking - this package will not be updated before the codelite release/download page (https://downloads.codelite.org/) have a new stable release published.

Please respect that - Thanks

PS: to clear up a recent misunderstanding - this does not mean that I won't accept patches that is needed for stable codelite to build against refreshed libraries etc

PS: I have added new "codelite-unstable" package to AUR that follows the weekly/latest builds from the codelite project.

zerophase commented on 2016-09-12 08:33 (UTC)

@zza The only thing I could suggest if you're running out of memory is compiling without -pipe, and maybe try compiling a second time. (Would need to install with makepkg for that I believe, and not yaourt) When I compile Unreal I usually fail the first time, and have to try a second time.