← Back to team overview

yade-users team mailing list archive

Re: [Question #277994]: Yade on Ubuntu 15.10

 

Question #277994 on Yade changed:
https://answers.launchpad.net/yade/+question/277994

Anton Gladky posted a new comment:
You cannot use QT4 for Ubuntu 15.10, because your libqglviewer
was compiled against Qt5 (see warning on installation Yade page).

So you need to add -DUSE_QT5=1 option into cmake-command
and do not modify Yade source code by this way, it is wrong to
use absolut path.

Cheers


Anton

2016-02-05 8:13 GMT+01:00 Diego Sotro <question277994@xxxxxxxxxxxxxxxxxxxxx>
:

> Question #277994 on Yade changed:
> https://answers.launchpad.net/yade/+question/277994
>
> Diego Sotro posted a new comment:
> Anton,
> i installed all dependencies (for trunk), but QGLViewer have a problem
> whith command #include <>, always scritps need complete route.
> for example /usr/include/qt4/QtGui/qfontinfo.h contain
>
> #include <QtGui/qfont.h>
> #include <QtCore/qsharedpointer.h>
>
> and this is a fatal error, if i replace it for
>
> #include </usr/include/qt4/QtGui/qfont.h>
> #include </usr/include/qt4/QtCore/qsharedpointer.h>
>
> fatal error disappear, but there are about three thousand files in
> library. I need repair this problem and try with make again.
>
> about yadedaily i didn't understand what you say.
> i try to install python-yadedaily and  libyadedaily, but terminal said me
> this packet won't install.
>
> thanks Anton
> Regards
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to     : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users
> More help   : https://help.launchpad.net/ListHelp
>

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.