Re: cannot find -lX11

2015-03-16 Thread Sérgio Basto
-lhbssl -lhbqtcore -lhbqtgui -lhbqtnetwork -lhbqtwebkit -Wl,--end-group -lQt5Core -lQt5Gui -lQt5Network -lQt5WebKit -lQt5XmlPatterns -lQt5PrintSupport -lQt5WebKitWidgets -lQt5Widgets -lX11 -lX11 /usr/bin/ld: cannot find -lX11 Normally it means that you need install one devel package like

Re: cannot find -lX11

2015-03-16 Thread Chris Sorenson
-L/home/roy/marinas-ide/qt/lib -L/usr/lib There's the bad right there, libX11 must be somewhere other than /usr/lib. Find out where it is and change that entry in the Makefile. (If you really have no idea where it is, do this: find / -name libX11\* could take a while as that will search the

Re: cannot find -lX11

2015-03-16 Thread Maarten Maathuis
.2.0.23 -lhbmysql /home/roy/marinas-ide/libmysqlclient.so.16 -lhbssl -lhbqtcore -lhbqtgui -lhbqtnetwork -lhbqtwebkit -Wl,--end-group -lQt5Core -lQt5Gui -lQt5Network -lQt5WebKit -lQt5XmlPatterns -lQt5PrintSupport -lQt5WebKitWidgets -lQt5Widgets -lX11 -lX11 /usr/bin/ld: cannot find -lX11 Kind