[Gambas-user] Installing Gambas without Qt4 on a Raspberry Pi 3
Zach Smith
zachsmith022 at gmail.com
Mon Nov 25 23:40:29 CET 2019
I'm having trouble installing Gambas on a Raspberry Pi 3 (armv7) running
Arch. I have Qt5 installed and there isn't a Qt4 Arch/AUR package
available for armv7. I downloaded git updates and ran reconfig-all.
Running './configure --enable-qt5 --disable-qt4' results in:
||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.db.sqlite2
|| - gb.qt4
|| - gb.qt4.ext
|| - gb.qt4.opengl
|| - gb.qt4.webkit
||
I ran 'make' without error.
I then ran 'su -c "make install"' which resulted in many Qt errors. For
example:
error.gbi3: ERROR: Cannot load shared library: libQtSvg.so.4: cannot
open shared object file: No such file or directory
The Qt5 packages installed libQt5Svg.so* files but not libQtSvg.so.4.
See attached log file.
Can I install Gambas with only Qt5 installed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20191125/a8a6caa0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gambas_output2.tar.gz
Type: application/gzip
Size: 34160 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20191125/a8a6caa0/attachment-0001.gz>
More information about the User
mailing list