Search found 136 matches

by zbigg
Sat Jul 21, 2018 6:08 am
Forum: Install / Compile
Topic: New libpacks for Windows with VTK and OCCT7 by sgrogan
Replies: 41
Views: 21711

Re: New libpacks for Windows with VTK and OCCT7 by sgrogan

Hi, Just trying to build w/msvc2017 community (and FC libpack ver. 11.5.3) but so far cant move forward with some error-such as: 1. at beginning of compilation some FC scripts cant obviously find msvc command line building tools: (...) 4>Generating moc_Debugger.cpp 3>LINK : fatal error LNK1181: <tra...
by zbigg
Thu Jul 05, 2018 7:00 am
Forum: Help on using FreeCAD
Topic: v.18 & opening height
Replies: 2
Views: 623

Re: v.18 & opening height

phpBB [video]
by zbigg
Wed Jul 04, 2018 8:45 am
Forum: Help on using FreeCAD
Topic: v.18 & opening height
Replies: 2
Views: 623

v.18 & opening height

hello, Ive noticed strange behaviour: when creating an opening /eg door/ I need to declare a height because a door is window height by default. And if I dont type units /eg CM/ after a number - I get height in milimeters and not the units have been set in PREFERENCES ??. In other words: I always set...
by zbigg
Sun Jul 01, 2018 6:06 am
Forum: Install / Compile
Topic: 0.18 buidling...
Replies: 5
Views: 744

Re: 0.18 buidling...

CMakeFiles/FreeCADBase.dir/Interpreter.cpp.o: In function `bool boost::regex_match<char const*, std::allocator<boost::sub_match<char const*> >, char, boost::regex_traits<char, boost::cpp_regex_traits<char> > >(char const*, char const*, boost::match_results<char const*, std::allocator<boost::sub_mat...
by zbigg
Tue Jun 26, 2018 12:31 pm
Forum: Install / Compile
Topic: 0.18 buidling...
Replies: 5
Views: 744

Re: 0.18 buidling...

yes, i ve built boost 1.67 myself and installed /linux mint tara x64/ and then rebuilt libarea and installed.

PS. Above build log has been inserted here AFTER disabling FEM module in cmake-gui so the errors do not refer to FEM anymore.
by zbigg
Mon Jun 25, 2018 5:07 pm
Forum: Install / Compile
Topic: 0.18 buidling...
Replies: 5
Views: 744

Re: 0.18 buidling...

do you need the fem module otherwise compile without fem cmake errors: CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/F...
by zbigg
Mon Jun 25, 2018 2:56 pm
Forum: Install / Compile
Topic: 0.18 buidling...
Replies: 5
Views: 744

0.18 buidling...

Hi, trying to build with boost 1.67 but have issues with libarea in cmake and compilation stops at FEM module ?
by zbigg
Mon Jun 25, 2018 6:49 am
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31591

Re: ShortCuts

Hi, I just thought of such functionality that eg Blender has: you can toggle between EDIT and OBJECT mode with TAB key. In FC it could be also *ORTHO and PERSP mode for example, reduced number of possible key combinations w/out limiting functionality I think SPACE works in such mode already afaik. *...
by zbigg
Wed Jun 20, 2018 12:07 pm
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31591

Re: ShortCuts

Hi,

Ve been trying to define some shortcuts BUT:
Is it possible in FC to assign same key(s) for two different commands?
I.e. to toggle switch between Ortho and Persp mode?
by zbigg
Mon Jun 18, 2018 7:06 am
Forum: Python scripting and macros
Topic: ShortCuts
Replies: 105
Views: 31591

Re: ShortCuts

OK, thanks , just corrected ))