Package Details: codelite 18.4.0-1

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: 172
Popularity: 0.000310
First Submitted: 2008-08-01 09:11 (UTC)
Last Updated: 2026-07-08 10:03 (UTC)

Required by (4)

Sources (16)

Pinned Comments

uffe commented on 2016-09-26 11:42 (UTC) (edited on 2025-12-10 08:09 (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

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

Also the "codelite-git" package will build bleeding edge CodeLite - use that if you want something that hasn't been released in stable or unstable state.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »

uffe commented on 2015-03-16 11:33 (UTC)

@BeenEncoded: regarding the libtinfo. I do not have any libtinfo related package on my system - and I use codelite every day - without any problem A file system search (find / -name 'libtinfo*' 2>/dev/null) also confirms that no libtinfo is on the system. I need some more info: What plugin is causing problems etc ? Thanks

BeenEncoded commented on 2015-03-10 18:36 (UTC)

Please add libtinfo as a required dependency. Here's why: [ 18:39:37:440 ERR ] libtinfo.so.5: cannot open shared object file: No such file or directory Codelite looks for it, and you can't use some plugins without it.

<deleted-account> commented on 2014-12-13 19:31 (UTC)

@migrev, using wxCrafter binaries for Fedora compiled against wxWidgets 3.0.0 available at http://repos.codelite.org/wxCrafterLibs/fedora/64/wxcrafter-1.6-1.x86_64.rpm seems to work. I have not tested extensively, but manually copy-pasting the files causes the wxCrafter plugin to be loaded and it seems to work fine. You might want to modify the PKGBUILD to include this, so that we get wxCrafter bundled by default. And thanks for maintaining this package.

migrev commented on 2014-08-25 15:12 (UTC)

Updated to 6.1, with Valgrind a as new dependency. The wxCrafter plugin has not been included for now, as upstream must provide the binary packages for Arch. Will make a new release once those are available. Enjoy.

uffe commented on 2014-08-18 12:53 (UTC)

Rebuilding codelite seems to have fixed the previously reported issue: > >$ codelite > codelite: relocation error: /usr/lib/codelite/libplugin.so: symbol _ZThn600_N14wxTextCtrlBase8overflowEi, version WXU_3.0 not defined in file libwx_gtk2u_core-3.0.so.0 with link time reference > Is there some way with aur that is it possible to automatically trigger such rebuild ?

uffe commented on 2014-08-18 11:33 (UTC)

codelite have been working since its last update 2014-06-06 But extra/wxgtk was recently updated (2014-08-15) after that codelite will not start: $ codelite codelite: relocation error: /usr/lib/codelite/libplugin.so: symbol _ZThn600_N14wxTextCtrlBase8overflowEi, version WXU_3.0 not defined in file libwx_gtk2u_core-3.0.so.0 with link time reference

ioquatix commented on 2014-06-12 01:48 (UTC)

Why do you depend on libtinfo, shouldn't you just depend directly on ncurses? EDIT: Okay, so I just manually removed libtinfo and everything appears to be working fine (e.g. builds, runs). Perhaps this dependency can be made optional or removed?

dpriedel commented on 2014-06-06 15:58 (UTC)

In trying to build the 6.0.1 version the build would fail with unresolved symbol errors. I discoverd that the build was failing due to conflicts with an installed version of the codelite-bin package (which I had planned on removing after completing the build of this package). After removing codelite-bin, the build completed successfully. Thanks!! Dave Riedel