Apres compilation sur Ubuntu10.04, FreeCAD ne démarre pas

Forum destiné aux questions et discussions en français
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
YannUbuntu

Apres compilation sur Ubuntu10.04, FreeCAD ne démarre pas

Post by YannUbuntu »

après avoir compilé (https://sourceforge.net/apps/mediawiki/ ... rmic_Koala), FreeCAD ne démarre pas:
yyy@yyy-laptop:~/freecad/bin$ ./FreeCAD -t 0
FreeCAD 0.11, Libs: 0.11R3419
© Juergen Riegel, Werner Mayer 2001-2010
##### #### ### ####
# # # # # #
# ## #### #### # # # # #
#### # # # # # # # ##### # #
# # #### #### # # # # #
# # # # # # # # # ## ## ##
# # #### #### ### # # #### ## ## ##
'str' object is not callable


Détail: la commande "cmake ." me donne ce warning (au mileu des autres lignes):
-- SWIG was not found. Please specify Swig executable location
SWIG was not found, build no SWIG binding for pivy

Je n'ai pas repéré d'autres anomalies durant la compilation.
wmayer
Founder
Posts: 20300
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Apres compilation sur Ubuntu10.04, FreeCAD ne démarre pas

Post by wmayer »

yyy@yyy-laptop:~/freecad/bin$ ./FreeCAD -t 0
This does some self-tests but doesn't start the application. Just omit the -t 0 parameter and it will work.
Détail: la commande "cmake ." me donne ce warning (au mileu des autres lignes):
-- SWIG was not found. Please specify Swig executable location
SWIG was not found, build no SWIG binding for pivy
Very likely you'll run into problems especially with the Draft module if SWIG is not installed on your system. You're recommended to install the package and rebuild the sources to make sure everything works fine.
Post Reply