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: https://codelite.org/
Keywords: C++ Editor IDE
Licenses: GPL
Conflicts: codelite-unstable
Provides: codelite
Submitter: None
Maintainer: uffe
Last Packager: uffe
Votes: 174
Popularity: 0.000524
First Submitted: 2008-08-01 09:11 (UTC)
Last Updated: 2024-07-12 13:32 (UTC)

Dependencies (21)

Required by (3)

Sources (6)

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

BeenEncoded commented on 2015-04-29 18:58 (UTC)

@uffe iirc, it was LLDB. After I was able to use it, though, I found that it did not show any debug info when debugging a program compiled by clang. I havn't looked into the iddue since. I just compile with GNU when I want to debug. I havn't tried the new package, so it might work properly now.

uffe commented on 2015-04-10 21:03 (UTC)

Changes between codelite-7.0-2 and codelite-7.0-3: - now depends on extra/lldb (previously lldb-svn) - builds with -DENABLE_LLDB=1

uffe commented on 2015-04-10 15:13 (UTC)

Changes between codelite-7.0-1 and codelite-7.0-2: added libmariadbclient as dependency now compiles with -DWITH_MYSQL=1

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 ?