Page 1 of 1

FreeCAD-0.13 for Porteus 1.2-i486 (KDE4)

Posted: 12 Aug 2012, 02:13
by wread
Although relative new, FreeCAD is a free alternative to the commercial CAD programs. It is not comparable to any DeFacto-standard program, and its interface is multi-platform (Linux-mac-win) written in qt. It accepts modules in c++ or in phyton and can be extended to handle a variety of problems that the other still cannot.

It is a big application (about 150 MB) and handle 3d objects; works natively in linux under GPL.

Make a folder FreeCAD in "modules" and download it from here:

http://www.mediafire.com/?8yn17uf7e859b

A snapshot is already posted under KDE4-32-bits discussion. There is a very good tutorial in the internet. There is also a forum where all the problems in relationship to the application are clearly exposed. I already posted about the building of FreeCAD on Porteus. If you google "freecad porteus" you will find it.

Fine Business!

Enjoy!

Re: FreeCAD-0.13 for Porteus 1.2-i486 (KDE4)

Posted: 26 Aug 2012, 14:44
by blablotin
Hi,
Thank you for building this module. I cannot launch freecad on porteus 1.2 since it is always doing:
freecad
freecad: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libboost_regex.so.1.47.0)
freecad: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libboost_signals.so.1.47.0)
freecad: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libboost_thread.so.1.47.0)
Where can I find these modules please? libstdc++6_4.7.1-2 is albready activated but it seem that it is the wrong version. (and there are too many different versions with same name and numbers for same distrib.

Re: FreeCAD-0.13 for Porteus 1.2-i486 (KDE4)

Posted: 26 Aug 2012, 21:44
by wread
@blabotin
You need libstdc++.so.6.0.16, which is included in gcc-4.6.2. You don't need to update your gcc if you installed my last 005-kdeapps4.xzm (21.2 MB). It should be this one:

http://www.mediafire.com/?4a8m8pbfdoptdfn

Good luck!