You are not logged in.

#1 2017-03-24 23:23:05

Scriptor
Member
Registered: 2011-01-16
Posts: 144

[SOLVED]UniversalIndentGui qscintilla2

Hello,

I have been trying to install universalindentgui-svn from the AUR repo. Unfortunately without any success because it's complaining about -lqscintilla2.

So my question is, which package should I install ?

Thank you very much in advance

Last edited by Scriptor (2017-03-25 21:54:26)

Offline

#2 2017-03-24 23:58:28

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED]UniversalIndentGui qscintilla2

The library that build is looking for is called qscintilla2_qt4 (whether or not this is an Arch specific thing or not, I'm not sure). Edit the PKGBUILD's prepare statement, adding a line that modifies the UniversalIndentGUI.pro file to look for the qscintilla2_qt4 library instead.

Something like

sed -i 's:qscintilla2:qscintilla2_qt4:' UniversalIndentGUI.pro

should do the trick.

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2017-03-25 17:42:09

Scriptor
Member
Registered: 2011-01-16
Posts: 144

Re: [SOLVED]UniversalIndentGui qscintilla2

Thank you very much for your answer, but unfortunately, it didn't work.

Thank you very much in advance for any response.

Offline

#4 2017-03-25 20:48:34

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED]UniversalIndentGui qscintilla2

"It didn't work" is not helpful.

Please post the edited PKGBUILD you used, along with the error(s) you got.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2017-03-25 21:48:33

Scriptor
Member
Registered: 2011-01-16
Posts: 144

Re: [SOLVED]UniversalIndentGui qscintilla2

Thank you very much for your answer. I found the problem, the line

sed -i 's:qscintilla2:qscintilla2_qt4:' UniversalIndentGUI.pro

I didn't put it on the right line. It was in the prepare section of the PKGBUILD, but not after

 cd "$srcdir/$_svnmod" 

Thank you very much again

Last edited by Scriptor (2017-03-25 21:54:02)

Offline

Board footer

Powered by FluxBB