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
Search Criteria
Package Details: pyqglviewer 0.11-4
Package Actions
| Package Base: | pyqglviewer |
|---|---|
| Description: | Python binding for libQGLViewer C++ library |
| Upstream URL: | http://pyqglviewer.gforge.inria.fr/wiki/doku.php |
| Category: | lib |
| Licenses: | |
| Submitter: | gian |
| Maintainer: | gian |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2011-03-10 22:46 |
| Last Updated: | 2013-07-02 20:11 |
Dependencies (6)
Required by (0)
Sources
Latest Comments
Comment by gian
Comment by Alister.Hood
Hi, I still think it needs to conflict with libqglviewer.
Comment by gian
Hi Alister,
I will look into the matter and I will add the line you suggest.
Thanks
Comment by Alister.Hood
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
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
qt needs to become qt4
Comment by Alister.Hood
But it needs to say that it conflicts with libqglviewer
Comment by Alister.Hood
Thanks, it works now
Comment by gian
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
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