Search found 85 matches

by detlet
Thu Sep 26, 2013 9:37 am
Forum: Developers corner
Topic: Bug in sketcher constraint solver
Replies: 4
Views: 1950

Bug in sketcher constraint solver

Hi,

the attached example shows a bug in the sketcher constraint solver. The lowest horizontal line can't be set to anything else than 6.0. If you set it to 6.0 it is marked as redundant. That is obviously wrong.

Cheers, detlef
by detlet
Thu Sep 19, 2013 4:06 pm
Forum: Install / Compile
Topic: undefined symbol in Part.so
Replies: 5
Views: 2056

Re: undefined symbol in Part.so

A complete reinstall of the OS solves the problem. Strange... So topic is closes, at least for me.
by detlet
Sat Sep 14, 2013 6:48 pm
Forum: Install / Compile
Topic: undefined symbol in Part.so
Replies: 5
Views: 2056

Re: undefined symbol in Part.so

So, if a recent FreeCAD version worked then there must have been a change in the OCE code causing this error. But it could also be possible that you must build OCE from scratch because the build could be corrupted. The last time I've updated FreeCAD and OCE before the last update is about two week ...
by detlet
Sat Sep 14, 2013 10:12 am
Forum: Install / Compile
Topic: undefined symbol in Part.so
Replies: 5
Views: 2056

undefined symbol in Part.so

With the current git, the workbenches doesn't start any more. I only get the empty FreeCAD window. On the console I get the message: /home/det/Desktop/soft/free-cad-code/build/Mod/Part/Part.so: undefined symbol: _ZN19ShapeAnalysis_Shell19CheckOrientedShellsERK12TopoDS_Shapebb FreeCAD Info: OS: Debia...
by detlet
Sun Apr 21, 2013 2:30 pm
Forum: Help on using FreeCAD
Topic: How to disable grid in sketcher
Replies: 16
Views: 4625

How to disable grid in sketcher

How do I disable the grid in sketcher completely? If I disable it with the "show grid" settings in the side pane, after closing a sketch and reopen it the grid is back. That is annoying. A configuration to to get rid of the grid completely would be nice.
by detlet
Sat Feb 23, 2013 8:39 am
Forum: Forum in Deutsch
Topic: Umlaute im Build-Pfad
Replies: 8
Views: 2181

Re: Umlaute im Build-Pfad

Mehr als den obigen traceback gab es nicht. wie lautet den deine Umgebungsvariable LC_CTYPE? local LC_CTYPE=C; und in python (import sys) der wert von sys.stdout.encoding? det@datengrab:~/Arbeitsfläche/soft/freecad/build$ make [ 0%] Built target coin [ 1%] Built target soqt [ 2%] Built target Driver...
by detlet
Thu Feb 21, 2013 7:12 pm
Forum: Forum in Deutsch
Topic: Umlaute im Build-Pfad
Replies: 8
Views: 2181

Re: Umlaute im Build-Pfad

Bevor FreeCADBase gebaut wird, hat der Compiler sicherlich doch die SMESH-Sachen gebaut? Gab's da Probleme? Nein, bis hierhin lief alles einwandfrei durch. Oder auch 'somestring'.enocde('ascii','replace') um Fragezeichen statt umlauten in der ausgabe zu erhalten. Das hatte ich selbst schon ausprobi...
by detlet
Thu Feb 21, 2013 5:03 pm
Forum: Forum in Deutsch
Topic: Umlaute im Build-Pfad
Replies: 8
Views: 2181

Umlaute im Build-Pfad

Der Bau von Freecad funktioniert nicht, wenn sich nicht-ascii-Zeichen im build-Pfad befinden. Ich habe die Daten auf dem Desktop liegen (ich weiß, sowas tut man nicht...) und dieser heißt seit einiger Zeit unter xfce4 Arbeitsfläche. Hier stirbt der build mit: [ 8%] AxisPy.xml Traceback (most recent ...
by detlet
Tue Jan 01, 2013 1:33 pm
Forum: Developers corner
Topic: Strange behaviour with external references
Replies: 1
Views: 661

Strange behaviour with external references

I have detected a strange behaviour with external references. I nailed it down to the attached simple example. If you add an other circle to the sketch "Sketch", the pocket, which is connected via an external reference changes it place. On the console I get the following error message: &qu...