Search found 20076 matches

by wmayer
Sun Mar 13, 2011 9:37 am
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

I guess the sources in the debian git repository are the original sources and all the patches are in a separate folder at http://git.debian.org/?p=debian-science/packages/opencascade.git;a=tree;f=debian/patches;h=0d970655a6bbfff4d8312554b3f378b5b6d2fce7;hb=HEAD So, simply go through the files there ...
by wmayer
Sun Mar 13, 2011 1:16 am
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

Today I have compiled the new OCC 6.5 from scratch following the instructions at https://mail.gna.org/public/pythonocc-users/2011-03/msg00022.html Then when it came to OpenGl_FontMgr.cxx the compilation failed. I have found the solution here http://www.opencascade.org/org/forum/thread_20128/ and ins...
by wmayer
Sat Mar 12, 2011 8:14 pm
Forum: Help on using FreeCAD
Topic: help with Python import path
Replies: 4
Views: 1306

Re: help with Python import path

No. sys.path.append("/home/richard/.wine/drive_c/Program Files/FreeCAD0.10/bin") makes only sure that Python knows where to find the Python module. But since this is a Python extension module, i.e. o normal DLL (or .so file) Windows/Wine must also know where to load this DLL. So, you have ...
by wmayer
Sat Mar 12, 2011 5:56 pm
Forum: Help on using FreeCAD
Topic: help with Python import path
Replies: 4
Views: 1306

Re: help with Python import path

Make sure that the path where FreeCAD.pyd is located is in your system path because otherwise it may have troubles to load the DLL files.
by wmayer
Sat Mar 12, 2011 12:56 pm
Forum: Forum in Deutsch
Topic: [EXPORT] in aktueller 32-bit kein dxf ??
Replies: 5
Views: 2412

Re: [EXPORT] in aktueller 32-bit kein dxf ??

Interessant! Bei mir Linux/Windows funktioniert es bestens. Laut Fehlerbericht scheint die Zeile schuld daran zu sein:

Code: Select all

print "wire verts: ",points # Zeile 753
Wenn Du diese auskommentierst (mit #), geht's dann?
by wmayer
Sat Mar 12, 2011 12:43 pm
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

OK, thanks for the link. I'll try it today to build OCC 6.5 on my Linux box...
by wmayer
Sat Mar 12, 2011 12:38 pm
Forum: Install / Compile
Topic: openSuse 11.3 / which cmake version
Replies: 1
Views: 679

Re: openSuse 11.3 / which cmake version

On my Windows box I'm using cmake 2.6.4 and on Linux (ubuntu Lucid) it's 2.8.0. I'm not sure if the cmake build system was completely done with FreeCAD-0.1.3729. So, if you find some .vcproj files there then it was definitely not fully done because those were removed once cmake was working. Maybe yo...
by wmayer
Sat Mar 12, 2011 12:30 pm
Forum: Help on using FreeCAD
Topic: Mesh export settings
Replies: 3
Views: 1662

Re: Mesh export settings

The better way is to first create explicitly a mesh object and export this one as .obj file. In the mesh menu you'll find the item "Create mesh from shape". In the dialog you can define edge length and deviation. Maybe you have to play a bit to get a good value. BTW, there is another item ...
by wmayer
Sat Mar 12, 2011 12:11 pm
Forum: Help on using FreeCAD
Topic: To embed in Other Application
Replies: 16
Views: 3720

Re: To embed in Other Application

Here I have added a short example how to embed FreeCAD into a native Win32 application: http://free-cad.svn.sourceforge.net/viewvc/free-cad/trunk/src/Tools/embedded/Win32/FreeCAD_widget/ (See file FreeCAD_widget.cpp from line 211 on.) Porting to wxWidgets should be straightforward because the whole ...
by wmayer
Fri Mar 11, 2011 11:08 am
Forum: Install / Compile
Topic: Problem installing FreeCAD on ArchLinux x86_64
Replies: 23
Views: 3669

Re: Problem installing FreeCAD on ArchLinux x86_64

As said before I first have to built it on my own -- maybe this weekend...