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'.
Search Criteria
Package Details: codelite 14.0-2
Git Clone URL: | https://aur.archlinux.org/codelite.git (read-only, click to copy) |
---|---|
Package Base: | codelite |
Description: | Cross platform C/C++/PHP and Node.js IDE written in C++ |
Upstream URL: | http://www.codelite.org/ |
Keywords: | C++ Editor IDE |
Licenses: | |
Submitter: | None |
Maintainer: | uffe |
Last Packager: | uffe |
Votes: | 168 |
Popularity: | 2.23 |
First Submitted: | 2008-08-01 09:11 |
Last Updated: | 2021-01-12 11:40 |
Dependencies (19)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git)
- curl (curl-git, curl-minimal-git)
- libedit
- libssh (libssh-git, libssh-gnutls)
- lldb (lldb38, swift-lldb-development, llvm-toolchain-nightly-bin, llvm-git)
- mariadb-libs (mariadb-libs-git, mariadb103-libs, libmysqlclient)
- ncurses (ncurses-nohex, ncurses-git)
- python2
- wget (wget-git)
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- xterm (jbxvt-git, xterm-git)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git) (make)
- cmake (cmake-git) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git) (optional) – compiler
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (optional) – compiler
- gdb (gdb-git, gdb-ibuclaw-git, gdb-trunk, gdb-mini) (optional) – debugger
- graphviz (optional) – callgraph visualization
- valgrind (valgrind-git) (optional) – debugger
Required by (1)
- unreal-engine (optional)
Sources (2)
nfs commented on 2021-01-11 22:49
uffe commented on 2020-09-17 16:55
@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
@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
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
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
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
@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
In function build()
, use make -j4
instead of make
for faster build speed.
ryanw commented on 2020-05-03 06:12
@uffe: yes, full upgraded. Thanks, it works
uffe commented on 2020-04-29 09:32
@ryanw: I just did a rebuild of codelite without any problems. Is your system fully upgraded ?
MySql is only needed for the Database Explorer plugin - rest of CodeLite will work without it... An an experiment you could try to take out MySql by editing PKGBUILD - look for "-DWITH_MYSQL=1"
Pinned Comments
uffe commented on 2016-09-26 11:42
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.