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 2 3 4 5 6 7 .. 17 Next › Last »

pogojotz commented on 2022-03-21 14:19 (UTC)

Does not compile with GCC 11:

/home/jotz/dev/arch/codelite/src/codelite-15.0.2/sdk/codelite_cppcheck/cli/cppcheckexecutor.cpp:297:22: error: size of array ‘mytstack’ is not an integral constant-expression
  297 | static char mytstack[MYSTACKSIZE]= {0}; // alternative stack for signal handler
      |                      ^~~~~~~~~~~

The upstream fix works for me: https://github.com/eranif/codelite/commit/3a2073d76f5c9f45699c5910d07bdf43f7d6298e

juxuanu commented on 2021-06-02 11:23 (UTC) (edited on 2021-06-02 11:27 (UTC) by juxuanu)

Why does this depen on python2? I can't see it being a requirement in the Readme.md of Codelite's Github repo.

Also, pacman -Rsdd python2 from my system doesn't seem to affect CodeLite.

nfs commented on 2021-01-11 22:49 (UTC)

It would help if you could update the PKGBUILD to make the dependency 'wxgtk2' instead of 'wxgtk'. When I tried to use 'pacman -Suy' today, it refused to update wxgtk2, because it broke codelite's dependency on 'wxgtk'. When I uninstalled codelite, I was able to update 'wxgtk2', but then I couldn't install codelite until I edited the PKGBUILD dependency to read 'wxgtk2'.

uffe commented on 2020-09-17 16:55 (UTC)

@aviallon: regarding the mysql include problem - thanks for the suggestion

I'm not crazy about recommending users to modify mysql system include files. So I've disabled codelite dblayer support for mysql - for now - it is my impression that most users do not use the dbbrowsing feature in codelite anyway.

Those who use/need it - will have to modify PKGBUILD and change -DWITH_MYSQL=0

uffe commented on 2020-09-16 14:36 (UTC) (edited on 2020-09-16 14:37 (UTC) by uffe)

@aviallon: apologies - there was a typo in the wx-config name (wx-config-gtk2 is/was a homemade clone) - it should be fixed now - thanks for notifying :-)

aviallon commented on 2020-09-15 13:45 (UTC)

If the package fails to build, try to change the header files like described in https://bugs.archlinux.org/task/67896

aviallon commented on 2020-08-24 00:47 (UTC)

No functional wx_config script was found in your PATH. Message got both on normal Arch PC and inside clean container.

uffe commented on 2020-07-27 18:24 (UTC)

To those that are interested: I have added new "codelite-unstable" package to AUR that follows the weekly/latest builds from the codelite project (currently v14.0.2)

uffe commented on 2020-05-13 16:15 (UTC) (edited on 2020-05-13 16:16 (UTC) by uffe)

@AirMH: this a system specific customization - and that is not something that should be hardcoded into individual packages. It would for sure totally kill one of my older laptops - and for another of my systems -j 128 would be more suitable - you'll never find a setting that fits all :-) You should put that kind of system specific customizations into your local makepkg.conf

Try:

man makepkg
man makepkg.conf

AirMH commented on 2020-05-13 15:58 (UTC) (edited on 2020-05-13 15:59 (UTC) by AirMH)

In function build(), use make -j4 instead of make for faster build speed.