aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Compilation fail fedora 21 #32

Open MalcolmMielle opened 9 years ago

MalcolmMielle commented 9 years ago

Hello,

This is what I have on fedora 21 when trying to compile :

/usr/bin/ld: cannot find -lqt5scintilla2

But every qscintilla library is installed :

[root@localhost ~]# yum list *scintilla*
Loaded plugins: langpacks
Installed Packages
qscintilla.x86_64                              2.8.4-1.fc21                @fedora
qscintilla-devel.x86_64                        2.8.4-1.fc21                @fedora
qscintilla-python.x86_64                       2.8.4-1.fc21                @fedora
qscintilla-python-devel.noarch                 2.8.4-1.fc21                @fedora

I don't really why the flag isn't working here.

Best,

fokse commented 8 years ago

how did you solved this problem?