Package Details: codelite 17.0.0-0

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: http://www.codelite.org/
Keywords: C++ Editor IDE
Licenses: GPL
Conflicts: codelite-unstable
Submitter: None
Maintainer: uffe
Last Packager: uffe
Votes: 174
Popularity: 0.009422
First Submitted: 2008-08-01 09:11 (UTC)
Last Updated: 2023-01-23 21:17 (UTC)

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 .. 5 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

migrev commented on 2014-06-06 09:46 (UTC)

Updated to 6.0.1 and wxCrafter plugin now working (thanks Eran Ifrah @codelite for his help). @roheim: I have added lldb-svn as an optional dependendy, as it is actually not needed either for building or running, unless you explicitly want to use that debugger. But thanks for pointing it.

roheim commented on 2014-06-05 21:13 (UTC)

I would recommend to add lldb as a dependecy. http://codelite.org/LiteEditor/DebugWithLLDB

roheim commented on 2014-06-05 21:10 (UTC)

6.0.1 is out: https://github.com/eranif/codelite/releases/tag/6.0.1

migrev commented on 2014-06-05 12:10 (UTC)

Updated to 6.0. Found a workaround for the gcc 4.9 problems and will use it until the issue is fixed upstream. wxCrafter plugin is NOT working, as the Fedora build that previously did fails to find some symbols in wxGTK. Have just asked CodeLite upstream to make a wxCrafter.so build for Arch Linux, but we'll have to wait for a response. Also, added xterm as a depend as pointed by debio264.

migrev commented on 2014-05-20 11:25 (UTC)

I can confirm gcc4.9 problems. Looks like it is definitely an issue of wx3.0+gcc4.9. Will wait until a fix is found to bump version, including the 'xterm' dependency at that time.

npzaak commented on 2014-05-19 07:52 (UTC)

I have same issue debio264 has. I looked into this problem roughly and found strange behavior of gcc4.9. If wxCommandEvent instantiate in two or more functions, somehow gcc create the reference to "wxCommandEvent::Clone()" which is NOT used obviously. Furthermore gcc ignore the definition of wxCommandEvent::Clone() in class definition. It seems bug of gcc or problem of combination of gcc and other library, because some people can't reproduce it. I don't have so much time to investigate true problem, but I just found the workaround. Adding function call to wxCommandEvent::Clone in Plugin/search_thread.cpp can avoid this problem. (deleting cloned instance is also necessary.) But this is really dirty workaround...

debio264 commented on 2014-05-17 02:33 (UTC)

Two issues: - I also could not build with GCC 4.9. It did build with 4.8. - This package needs to depend on xterm. See https://bbs.archlinux.org/viewtopic.php?pid=1416306

underdoeg commented on 2014-05-06 11:01 (UTC)

After installing gcc-4.8 codelite compiled fine on my system