Search Criteria
Package Details: codelite-git 17.10.0.r33.g4364c23ac-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/codelite-git.git (read-only, click to copy) |
---|---|
Package Base: | codelite-git |
Description: | Cross platform IDE for C, C++, Rust, Python, PHP and Node.js written in C++ |
Upstream URL: | https://codelite.org/ |
Keywords: | C C++ IDE Node.js PHP wxGtk wxWidgets |
Licenses: | GPL |
Conflicts: | codelite |
Provides: | codelite |
Submitter: | PyroDevil |
Maintainer: | uffe |
Last Packager: | uffe |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-25 08:18 (UTC) |
Last Updated: | 2024-11-04 11:07 (UTC) |
Dependencies (20)
- hunspell (hunspell-gitAUR)
- libedit
- libssh (libssh-gitAUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs)
- ncurses (ncurses-gitAUR)
- uchardet (uchardet-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (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) (optional) – language
- valgrind (valgrind-gitAUR) (optional) – debugger
Required by (3)
- unreal-engine (requires codelite) (optional)
- unreal-engine-4 (requires codelite) (optional)
- unreal-engine-git (requires codelite) (optional)
Latest Comments
1 2 3 Next › Last »
FabioLolix commented on 2023-07-24 20:53 (UTC)
Hello,
zwastik commented on 2022-10-19 15:53 (UTC)
This works for me:
zwastik commented on 2022-10-16 07:57 (UTC)
I can't fetch the sources with pikaur, is this an issue for you too?
jgmdev commented on 2019-01-30 19:58 (UTC)
@hpmachining Thanks a lot for taking the time to report it upstream!
hpmachining commented on 2019-01-28 18:28 (UTC) (edited on 2019-01-29 17:21 (UTC) by hpmachining)
@jgmdev I reported an issue upstream about the
mariadb
issue. MariaDB 10.3 breaks build when using WITH_MYSQL=1 #2215. Also, the tagging issue that caused the pkgver() error should be fixed now, as well. i'm getting a failure from git describe #2211.Update
Issue has been fixed upstream.
jgmdev commented on 2019-01-22 01:53 (UTC)
@eimis Seems that latest archlinux update of libmariadb changed the API that codelite uses. This issue has to be reported to codelite developer directly. Meanwhile you can set -DWITH_MYSQL=1 to -DWITH_MYSQL=0 to compile without MYSQL support.
SolarAquarion commented on 2019-01-21 16:24 (UTC) (edited on 2019-01-21 16:32 (UTC) by SolarAquarion)
You need to add git to "makedepends"
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: warning: tag 'v12.0.10' is really '12.0.10' here v12.0.10.r93.gb98f6878b
eimis commented on 2019-01-21 00:04 (UTC)
something broke :/
/tmp/codelite-git/src/codelite/sdk/databaselayer/src/dblayer/MysqlPreparedStatementWrapper.cpp:97:25: error: ‘MYSQL_STMT’ {aka ‘struct st_mysql_stmt’} has no member named ‘affected_rows’; did you mean ‘prefetch_rows’?
jgmdev commented on 2017-12-10 01:54 (UTC)
@Houkime
Recently I tried to build this package since latest archlinux updates broke many libraries which the codelite binaries depend on but, it seems there is an issue on the codelite git repo because the build was failing with some compile error about some undeclared gtk_* function. Since I was in a hurry of getting codelite working I did a git checkout tags/11.0 which builds fine. I will try later again to see if the issue was fixed and try to work with your suggestions.
Houkime commented on 2017-12-02 23:19 (UTC) (edited on 2017-12-02 23:20 (UTC) by Houkime)
1 2 3 Next › Last »