Package Details: qtcreator-prerelease 15.0.0beta2-1

Git Clone URL: https://aur.archlinux.org/qtcreator-prerelease.git (read-only, click to copy)
Package Base: qtcreator-prerelease
Description: Qt Creator prerelease/latest
Upstream URL: http://qt.io/ide
Licenses: GPL
Conflicts: qtcreator
Provides: qtcreator
Submitter: sirspudd
Maintainer: sirspudd (jakepetroules)
Last Packager: sirspudd
Votes: 4
Popularity: 0.003684
First Submitted: 2016-03-25 23:15 (UTC)
Last Updated: 2024-11-11 20:58 (UTC)

Dependencies (20)

Required by (27)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

sirspudd commented on 2020-05-10 00:05 (UTC)

Fixed

sirspudd commented on 2020-04-30 20:57 (UTC)

This package is currently looking green around the gills; will debug it when I get a chance

sirspudd commented on 2020-04-30 19:58 (UTC)

Thanks for the heads up, addressed

arojas commented on 2020-04-30 18:31 (UTC)

Needs the same patch as the stable version for clang 10

MikeD commented on 2020-04-30 18:21 (UTC) (edited on 2020-04-30 18:22 (UTC) by MikeD)

Hello, I'm getting linker errors:

clang++ -ccc-gcc-name g++ -Wl,-z,origin '-Wl,-rpath,$ORIGIN:$ORIGIN/../:$ORIGIN/.' -Wl,--exclude-libs,ALL -shared -Wl,-soname,libClangFormat.so -o libClangFormat.so .obj/release-shared/clangformatbaseindenter.o .obj/release-shared/clangformatconfigwidget.o .obj/release-shared/clangformatindenter.o .obj/release-shared/clangformatplugin.o .obj/release-shared/clangformatsettings.o .obj/release-shared/clangformatutils.o .obj/release-shared/moc_clangformatconfigwidget.o .obj/release-shared/moc_clangformatplugin.o  -L/home/mike/.cache/yay/qtcreator-prerelease/src/qt-creator-opensource-src-4.12.0-rc1/lib/qtcreator -L/home/mike/.cache/yay/qtcreator-prerelease/src/qt-creator-opensource-src-4.12.0-rc1/lib/qtcreator/plugins -lCppTools -lProjectExplorer -lCppEditor -lCore -lTextEditor -lQtcSsh -lCPlusPlus -lAggregation -lExtensionSystem -lUtils -lKSyntaxHighlighting -L/usr/lib -lclangFormat -lclangToolingInclusions -lclangToolingCore -lclangRewrite -lclangLex -lclangBasic -lLLVM-10 /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Concurrent.so /usr/lib/libQt5Network.so /usr/lib/libQt5Core.so -lGL -lpthread

/usr/bin/ld: cannot find -lclangFormat
/usr/bin/ld: cannot find -lclangToolingInclusions
/usr/bin/ld: cannot find -lclangToolingCore
/usr/bin/ld: cannot find -lclangRewrite
/usr/bin/ld: cannot find -lclangLex
/usr/bin/ld: cannot find -lclangBasic

arojas commented on 2019-07-13 07:35 (UTC)

@sirspudd regardless of this being qtcreator-prerelease, the version number is wrong. The version number must specify exactly what is being installed. You didn't even bump the pkgrel in the last update so users won't get notified there's a newer version.

The usual solution for the hyphen problem is to either replace it with an allowed character or remove it and call it 4.10.0beta2

sirspudd commented on 2019-07-11 18:33 (UTC)

@arojas:

https://wiki.archlinux.org/index.php/PKGBUILD#Version

"It can contain letters, numbers, periods and underscores, but not a hyphen (-)."

because 4.10.0-beta2 is an invalid version number; you are aware this is qtcreator-prerelease and not qtcreator, right?

arojas commented on 2019-07-11 18:24 (UTC)

Why is this called 4.10.0 when it is actually 4.10.0-beta2?

sirspudd commented on 2019-06-20 22:47 (UTC)

@txtsd: My apologies for responding so later, I was oblivious to this comment.

If you want to get Qt Creator compiling against clang-svn, we can share maintenance and you can patch it accordingly; that said, this is currently just a build of the packaged qt-creator source packages, so this would be quite a departure for this recipe

txtsd commented on 2018-07-27 20:59 (UTC) (edited on 2018-07-27 21:39 (UTC) by txtsd)

@sirspudd is there a way to get this working with clang-svn?

source/clangtranslationunitupdater.cpp:185:12: error: use of undeclared identifier 'CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles'
         | CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles
           ^
1 error generated.