← Back to team overview

yade-dev team mailing list archive

Re: [Bug 640401] Re: Yade-qt4 does not launch

 

Thanks for this idea, it works !

jduriez@c1solimara-l:~$ sudo add-apt-repository ppa:yade-users/ppa
Password:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring 
--secret-keyring /etc/apt/secring.gpg --trustdb-name 
/etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring 
/etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 
CBF93524A4CE26CFAF1AFACBFC5C537F6D76D006
gpg: requête de la clé 6D76D006 du serveur hkp keyserver.ubuntu.com
gpg: clé 6D76D006: « Launchpad PPA for yade-users » n'a pas changé
gpg: Quantité totale traitée: 1
gpg:              inchangée: 1

jduriez@c1solimara-l:~$ sudo apt-get update
.....

jduriez@c1solimara-l:~$ sudo apt-get install yade-bzr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés :
   libsvga1 mencoder mplayer
Paquets suggérés :
   mplayer-doc
Les NOUVEAUX paquets suivants seront installés :
   libsvga1 mencoder mplayer yade-bzr
....

And no problem finally :

jduriez@c1solimara-l:~$ yade-bzr
Welcome to Yade bzr
TCP python prompt on localhost:9000, auth cookie `easycd'
XMLRPC info provider on http://localhost:21000
[[ ^L clears screen, ^U kills line. F12 controller, F11 3d view, F10 
both, F9 generator, F8 plot. ]]
Yade [1]: yade.qt.Controller();
Yade [2]: quit()

But what does this all mean ?? And where are the sources of yade with 
this package installation ? Nowhere ?

Jerome

-- 
Yade-qt4 does not launch
https://bugs.launchpad.net/bugs/640401
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Incomplete

Bug description:
Since updates executed on 15/09/10, (from a long-time non updated state), I can not launch yade with qt4.

If I compile with 

PREFIX = '/home/3S-LAB/jduriez/YADE'
exclude = 'none'
features = 'gts,log4cxx,opengl,openmp,qt4,vtk'
version = 'trunk'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC']

I get a segmentation fault at the launch : 
jduriez@c1solimara-l:~/YADE/bin$ ./yade-trunk
Welcome to Yade bzr2438
Erreur de segmentation

Whereas, if I compile with :

PREFIX = '/home/3S-LAB/jduriez/YADE'
exclude = 'none'
features = 'gts,log4cxx,opengl,openmp,vtk'
version = 'trunk'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC']

I have no problem:
jduriez@c1solimara-l:~/YADE/bin$ ./yade-trunk-ssqt4
Welcome to Yade bzr2438
TCP python prompt on localhost:9000, auth cookie `aukesy'
XMLRPC info provider on http://localhost:21000
[[ ^L clears screen, ^U kills line. F8 plot. ]]
Yade [1]:

I'll try to compile on debug mode to have more information (not sure it is possible on my PC)





Follow ups

References