Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Qt on alonside with Cgal
- Date: Mon, 12 Jun 2017 12:02:53 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:c1VOeREuEBzU7ZEKhOpOG51GYnF86YWxBRYc798ds5kLTJ7yp8WwAkXT6L1XgUPTWs2DsrQf2rWQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOT4n/m/KhMJ+j6VbrxCvpxNwzIDbfJqYNOZnfq7HYd8WWXZNUttXWidcAo28dYwPD+8ZMOpWqYfyvUYOrQGgCgmqGOPk1yNGhn7w3aIkyeshDBzN0Ag+EtwPrHnaqs75OqYMXuCyyanH0ynDb+lW2Dn98ofHbgwhofaWXbNwdMbdx1QkGgTBjlqKtIzlJS2a1uIRs2SB9epgVOSvhHA9pAFsuTWg2sgshZPNho4PzVDE7yp5zZ8zKNalRkB7ZtukH4FRtyGcL4Z5XswiTHtsuCogzb0Go5G7cDAFyJs5wB7fbuKIc5SS4hPjWuaeOyt3hG5ieLKlhxe+61Svyur5VsSyzV1ErTJFn8HDu30MzRDf99SLR/tn8kqj1juDzR7f5v9GLEwsmqfWKoQtzqMzm5cdq0jOESv7lF/rgKKYeUgp/PWj5f79bbX8vJCcMpd5igHgPaQqncyyGec1PhILX2ic5Oix1r7u8Vf8QLpQj/02lrDVsJfHJcQHvKK5BBFV0oY55xa5ETimzMwUnXgBLF1bZBKKl4fkNlDULPzlEfuyg06gnTVkyvzcILHtHJfAImDGkLj7fLZ970BcyBA0zdBa/59UDqsOIO/pWkDvstzYEgU1Mxa1w+bhFtpyzJ4eVHmTDa+WKqzStUWE5uU1I+mDfIMVoiryK+A55/7yin80gUMSfaaz0psTcXy3A/VmI16FbnrxmdcBCnwHvhE+TezvkF2NSyRfZ3e0X6Im5zE0EpiqDYnZRtPlvLvU1yiyGthaZ3tNF0uXOXbubYSNHfkWOwyIJco02BgNSKKsTZNp7xCouQbng/pMAcPwvQIVspfuyMJkyeTYiRYo5H0+R5CZ2nyXQmdo2HkJQTI/wYh0rkV5jFCZ3v4r0LRjCdVP6qYRAU8BPpnGwrkiBg==
- Organization: GeometryFactory
Le Saturday, June 10, 2017 6:53:48 AM CEST Sukhraj Singh a écrit :
> Continuing the discussion.
>
> I found AABB_tree easy to use, as it had a QT UI file and looked simple.
> In order to make a CGAL-QT project I took this as a template code, and
> copied it out side the CGAL source.
> Did a CMAKE, provided paths to CGAL, QT and QGLViewer.
> It build successfully.
> But when I run I got following error.
>
> ./AABB_demo: /home/sukhraj/Qt5.6.2/5.6/gcc_64/lib/libQt5Core.so.5: version
> `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libQt5Svg.so.5)
That message shows that you have at least two versions of Qt5 installed on
that machine:
- one in your $HOME directory, at /home/sukhraj/Qt5.6.2/ (that seems to be
Qt-5.6.2)
- and one installed by the system (seems to be a Debian/Ubuntu), in /usr/,
that is probably Qt-5.7.x.
Probably you configured your build of the application to use the version in /
home/sukhraj/Qt5.6.2/ but, at run-time, the way the dynamic linker searches
for shared library makes it find the file /usr/lib/x86_64-linux-gnu/
libQt5Svg.so.5. You should specify the environment variable LD_LIBRARY_PATH,
to point it to "/home/sukhraj/Qt5.6.2/5.6/gcc_64/lib/", so that the dynamic
linker can see that `libQt5Svg.so.5` can be found in that directory, before
looking in the standard directories of the system.
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- Re: [cgal-discuss] Qt on alonside with Cgal, Sukhraj Singh, 06/10/2017
- Re: [cgal-discuss] Qt on alonside with Cgal, Sukhraj Singh, 06/10/2017
- Re: [cgal-discuss] Qt on alonside with Cgal, Laurent Rineau (CGAL/GeometryFactory), 06/19/2017
Archive powered by MHonArc 2.6.18.