Package Details: qtcreator-spellchecker-plugin-git 3.6.0.r0.g5460316-1

Git Clone URL: https://aur.archlinux.org/qtcreator-spellchecker-plugin-git.git (read-only, click to copy)
Package Base: qtcreator-spellchecker-plugin-git
Description: Spell Checker plugin for the Qt Creator IDE
Upstream URL: https://github.com/CJCombrink/SpellChecker-Plugin
Keywords: qt qtcreator spellcheck
Licenses: GPL-3.0-only, LGPL-3.0-only
Groups: qt
Conflicts: qtcreator-spellchecker-plugin
Provides: qtcreator-spellchecker-plugin
Submitter: rodrigo21
Maintainer: TheBill2001
Last Packager: TheBill2001
Votes: 4
Popularity: 0.000000
First Submitted: 2015-12-02 03:01 (UTC)
Last Updated: 2024-04-09 23:56 (UTC)

Required by (0)

Sources (1)

Latest Comments

Tomatopaste commented on 2021-05-26 00:03 (UTC) (edited on 2021-05-26 00:10 (UTC) by Tomatopaste)

The gold linker throws errors when building the package with gcc 11.1.0 for qtcreator 4.15 (and after manually updating qtcreator-src to 4.15 as well).

/usr/bin/ld: cannot find -lAggregation
/usr/bin/ld: cannot find -lQtcSsh
/usr/bin/ld: cannot find -lCPlusPlus
/usr/bin/ld: cannot find -lExtensionSystem
/usr/bin/ld: cannot find -lUtils

Can you reproduce the issue? Or is it just a problem with my machine...

barrybingo commented on 2019-10-25 09:42 (UTC) (edited on 2019-10-25 09:42 (UTC) by barrybingo)

Latest commit is for Qt Creator 4.11 beta Which creates compile errors for 4.10.1

error: invalid conversion from ‘int32_t*’ {aka ‘int*’} to ‘unsigned int*’ [-fpermissive]

Simplest fix is to use the last 4.10 working commit for the source in PKGBUILD

source=("$pkgname"::git+<https://github.com/CJCombrink/SpellChecker-Plugin.git#tag=v2.0.3>)