Package Details: qtcreator-git 10.0.0.beta2.r124.gd8dc1c7f0f-1

Git Clone URL: https://aur.archlinux.org/qtcreator-git.git (read-only, click to copy)
Package Base: qtcreator-git
Description: Lightweight, cross-platform integrated development environment
Upstream URL: https://www.qt.io
Licenses: LGPL
Conflicts: qtcreator
Provides: qtcreator
Submitter: delor
Maintainer: None
Last Packager: sr.team
Votes: 32
Popularity: 0.000000
First Submitted: 2009-04-12 14:35 (UTC)
Last Updated: 2023-03-02 14:51 (UTC)

Dependencies (25)

Required by (34)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Ravenclaw commented on 2018-08-17 18:18 (UTC)

The compiling issue mentioned by txtsd still persists. Btw, at least I'm using clang and llvm(-libs) built from svn aur packages.

txtsd commented on 2018-07-27 20:20 (UTC)

/home/txtsd/.cache/yay/qtcreator-git/src/qt-creator/src/tools/clangbackend/source/clangtranslationunitupdater.cpp: In static member function ‘static uint ClangBackEnd::TranslationUnitUpdater::defaultParseOptions()’:
/home/txtsd/.cache/yay/qtcreator-git/src/qt-creator/src/tools/clangbackend/source/clangtranslationunitupdater.cpp:185:12: error: ‘CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles’ was not declared in this scope
          | CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.cache/yay/qtcreator-git/src/qt-creator/src/tools/clangbackend/source/clangtranslationunitupdater.cpp:185:12: note: suggested alternative: ‘CXTranslationUnit_SkipFunctionBodies’
          | CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            CXTranslationUnit_SkipFunctionBodies

fasked commented on 2018-01-11 10:08 (UTC)

The QBS repository URL is invalid. It seems it should be "qbs/qbs.git/".

rodrigo21 commented on 2017-10-14 20:38 (UTC)

Just build in a clean chroot with no errors. llvm-libs already is a dependency for clang and llvm packages.

Fincer commented on 2017-10-14 18:41 (UTC)

Please add llvm-libs to makedepends. Failed to compile on my system due to missing llvm-libs package (missing libraries).

hunger commented on 2017-07-24 20:34 (UTC)

@newmentos: The URL work for me:-/ Maybe the upstream servers were down when you tried that? @rodrigo21: Sorry, my CI has not picked up your latest change:-/ Master branch does *NOT* work with any Qbs but the one from git, so system qbs is not an option here. The build currently fails due to that for me. Qt5-webengine is not recommended. The qtcreator package should ideally also drop that: It is huge and serves no real purpose (and leads to Creator jumping to the wrong places). I'll push patches once my CI confirms things work again.

newmentos commented on 2017-06-15 19:15 (UTC)

fatal: unable to connect to code.qt.io: code.qt.io[0: 34.253.52.112]: errno=Connection refused

tdy commented on 2017-01-21 09:48 (UTC)

makedepends on [extra]llvm (for /usr/bin/llvm-config)

hunger commented on 2016-04-22 07:45 (UTC)

Just a short heads-up: I switched the package back to the master branch. The RC is out, which means the 4.0 branch will only get fixes backported, so master is again the more interesting target to track.

hunger commented on 2016-03-07 13:45 (UTC)

OK, for the time being qtcreator-git is tracking the 4.0 branch now (and qbs 1.5). I will switch back to master for both Qt Creator and qbs once that is again where most work happens.