This fails to build with MySQL support enabled if libmysqlclient>=8 is installed.
Search Criteria
Package Details: codelite 17.0.0-0
Package Actions
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.000328 |
First Submitted: | 2008-08-01 09:11 (UTC) |
Last Updated: | 2024-07-12 13:32 (UTC) |
Dependencies (21)
- hunspell (hunspell-gitAUR)
- libedit
- libssh (libssh-gitAUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-lts-libs)
- ncurses (ncurses-gitAUR)
- uchardet (uchardet-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – compiler
- cscope (optional) – CScope Integration for CodeLite
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (optional) – compiler
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (optional) – debugger
- graphviz (optional) – callgraph visualization
- lldb (llvm-rocm-gitAUR, llvm-gitAUR) (optional) – debugger
- php (optional) – language
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (optional) – language
- Show 1 more dependencies...
Required by (3)
- unreal-engine (optional)
- unreal-engine-4 (optional)
- unreal-engine-git (optional)
Sources (6)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 17 Next › Last »
mimagind commented on 2018-08-18 19:50 (UTC)
sankasan commented on 2018-02-04 09:45 (UTC)
Is there a way to get an older clang version compatible as well?
Clang 5.0 doesn't cut it for all projects and codelite (and codelite-bin) now depend on it. It would be useful if clang35 (and potentially clang39) would be accepted as valid alternatives.
guzzard commented on 2017-10-27 21:22 (UTC)
I'm unable to find wxCrafter anywhere? Seems like the plugin is not working?
jmscaramal commented on 2017-08-10 17:08 (UTC)
Rebuilding it, as mentioned by schnedan, solves the problem with wx****lib errors.
schnedan commented on 2017-08-02 20:01 (UTC)
After suffering the same problems (wx stuff lib errors) and the same with clang, I just rebuild codelite,
compiled without errors,
installed the package
and
the good news: it works!
uffe commented on 2017-06-12 11:49 (UTC)
NOTE: recent updates of wxgtk2 and wxgtk-common results in the following error when starting codelite:
undefined symbol: _ZTV15wxWebViewWebKit
undefined symbol: vtable for wxWebViewWebKit
libwx_gtk2u_webview-3.0.so: undefined reference to `vtable for wxWebViewWebKit'
[2017-06-12 10:19] [ALPM] upgraded wxgtk-common (3.0.3.1-4 -> 3.0.3.1-5)
[2017-06-12 10:19] [ALPM] upgraded wxgtk2 (3.0.3.1-4 -> 3.0.3.1-5)
Downgrading to these version is a temporary workaround:
wxgtk2-3.0.3.1-4-x86_64.pkg.tar.xz
wxgtk-common-3.0.3.1-4-x86_64.pkg.tar.xz
I've filed a bug report on wxgtk2 here: https://bugs.archlinux.org/task/54419
zza commented on 2016-12-16 06:51 (UTC)
use symlink to old library temporarily:
sudo ln -s /usr/lib/libclang.so.3.9 /usr/lib/libclang.so.3.8
zerophase commented on 2016-11-17 20:15 (UTC)
Doesn't work with clang 3.9
duckbrain commented on 2016-11-13 14:48 (UTC)
I am now getting this error:
codelite: error while loading shared libraries: libclang.so.3.8: cannot open shared object file: No such file or directory
It looks like clang updated to 3.9.
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.