Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Problems making CGAL demos - libQtOpenGL - on Ubuntu 11.10
  • Date: Tue, 24 Apr 2012 09:28:03 +0200

Hi,

I use also ubuntu 11.10 64 bits. I have exactly the same result for apt-file find libQtOpenGL.so than you, and CGAL and demo compile without any problem.

You problem probably comes from your duplicated entries...

Guillaume


Hi Sebastien, thanks for pointing out apt-file find, that did shed some
light.

It turned out that I had a duplicate entry in sources.list for
http://archive.canonical.com/ubuntu/ oneiric/partner, one for amd64 and one
for i386.

After removing the i386 entry, I uninstalled CGAL and re-installed. Also I
tried to uninstall all libQtOpenGL related stuff, but then didn't, because
it would have meant to uninstall loads of other stuff that depends on it.

Apt-file find showed that my libQtOpenGL.so isn't in /usr/lib/ , but instead
I have :

$ apt-file find libQtOpenGL.so
libqt4-dbg: /usr/lib/debug/usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4.7.4
libqt4-opengl: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4
libqt4-opengl: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4.7
libqt4-opengl: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4.7.4
libqt4-opengl-dev: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so

I tried apt-get install on those libs, it turned out that they are already
installed.

I wonder now if this different location of those libs is because I'm on 64
bit or because I had the duplicate entry in the sources.list ?

If necessary, I'll uninstall and re-install the libQtOpenGL libs, but at the
moment I'm not sure if those files will really show up in /usr/lib/ if I do,
and it would mean to uninstall lots of other stuff.

Thanks for the help!!




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problems-making-CGAL-demos-libQtOpenGL-on-Ubuntu-11-10-tp4579052p4582252.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.26.62 Fax: +33 (0)4.72.43.15.36
Mail:

Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================




Archive powered by MHonArc 2.6.16.

Top of Page