Package Details: pyqglviewer 0.11-4

Package Base: pyqglviewer
Description: Python binding for libQGLViewer C++ library
Upstream URL: http://pyqglviewer.gforge.inria.fr/wiki/doku.php
Category: lib
Licenses: GPL2 GPL3 custom
Submitter: gian
Maintainer: gian
Last Packager: None
Votes: 0
First Submitted: 2011-03-10 22:46
Last Updated: 2013-07-02 20:11

Latest Comments

Comment by gian

2013-07-14 21:49

Alister,

probably you are right, but I'd like to avoid to have pyqglviewer to conflict with libqglviewer since I need both of them installed.

As far as I know, at least for now, the library from the python package is compatible with the upstream release. I will look into the matter anyway

bye
Gianluca

Comment by Alister.Hood

2013-07-03 16:13

Hi, I still think it needs to conflict with libqglviewer.

Comment by gian

2013-07-01 07:13

Hi Alister,

I will look into the matter and I will add the line you suggest.
Thanks

Comment by Alister.Hood

2013-06-30 14:47

Oh, I disabled threading by commenting out the MAKEFLAGS line, and disabled ccache, and then it build OK. I guess it needs this line added (like libqglviewer):

options=(!makeflags)

Comment by Alister.Hood

2013-06-30 09:50

It currently fails for me fails like this - does anyone have a clue?:

g++ -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1 -shared -o libqglviewerplugin.so .obj/qglviewerPlugin.Qt4.o .obj/moc_qglviewerPlugin.Qt4.o -L/usr/X11R6/lib -L/usr/lib -L/usr/lib/qt4/plugins/lib -lQGLViewer -lpthread -lGL -lGLU -lQtXml -lQtOpenGL -lQtGui -lQtCore -lQtDesigner
/usr/bin/ld: cannot find -lQGLViewer
collect2: error: ld returned 1 exit status
make[1]: *** [libqglviewerplugin.so] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-pyqglviewer/src/libQGLViewer-2.3.17-py/designerPlugin'
make: *** [sub-designerPlugin-install_subtargets-ordered] Error 2

Comment by foxcub

2013-03-01 21:43

qt needs to become qt4

Comment by Alister.Hood

2012-06-30 04:55

But it needs to say that it conflicts with libqglviewer

Comment by Alister.Hood

2012-06-30 04:10

Thanks, it works now

Comment by gian

2012-03-18 23:39

Thanks for the comment.
I am sorry, but it does not work at the moment, I am working to resolve the issue.

Comment by Alister.Hood

2012-03-16 01:12

Does this work for you at the moment?
I get this:

qglviewer.cpp: In member function ‘virtual void QGLViewer::drawLight(GLenum, float) const’:
qglviewer.cpp:771:9: error: ‘GLUquadric’ does not name a type
qglviewer.cpp:803:17: error: ‘quadric’ was not declared in this scope
qglviewer.cpp:803:158: error: ‘gluCylinder’ was not declared in this scope
qglviewer.cpp:806:15: error: ‘quadric’ was not declared in this scope
qglviewer.cpp:806:42: error: ‘gluSphere’ was not declared in this scope
qglviewer.cpp: In member function ‘virtual void QGLViewer::beginSelection(const QPoint&)’:
qglviewer.cpp:1268:89: error: ‘gluPickMatrix’ was not declared in this scope
qglviewer.cpp: In static member function ‘static void QGLViewer::drawArrow(float, float, int)’:
qglviewer.cpp:3415:9: error: ‘GLUquadric’ does not name a type
qglviewer.cpp:3423:14: error: ‘quadric’ was not declared in this scope
qglviewer.cpp:3423:94: error: ‘gluCylinder’ was not declared in this scope
make: *** [.obj/qglviewer.o] Error 1