Search found 253 matches

by falviani
Sat Mar 12, 2022 7:37 pm
Forum: Path/CAM
Topic: Possible CMakeLists error?
Replies: 10
Views: 2432

Re: Possible CMakeLists error?

Hi Russell, Odd. I just looked at both my local source - pulled via TortoiseGit - and the GitHub repo. It was indeed in the repo, but NOT in the local source. I just tried again and it's STILL not in my local source. I wonder what is going on with TortoiseGit. When I just deleted the local files, gi...
by falviani
Sat Mar 12, 2022 4:01 pm
Forum: Path/CAM
Topic: Possible CMakeLists error?
Replies: 10
Views: 2432

Possible CMakeLists error?

Hi All, I did a pull on master at 10AM CST. When I ran CMake Gui, the generate phase returned the following error: CMake Error at src/Mod/Path/CMakeLists.txt:301 (ADD_CUSTOM_TARGET): Cannot find source file: E:/Dev/FreeCAD19_Source/FreeCAD/src/Mod/Path/Tools/Shape/v-bit.fcstd Tried extensions .c .C ...
by falviani
Wed Mar 09, 2022 8:02 pm
Forum: Install / Compile
Topic: Is this a CMake Error?
Replies: 2
Views: 1001

Is this a CMake Error?

Here is the about info for the version of FreeCAD I just built: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.20.27990 (Git) Build type: Debug Branch: master Hash: c596c2fe3de933a00ba4245931e8e7bc3093832d Python 3.8.6+, Qt 5.15.2, Coin 4.0.1, OCC 7.5.3 Locale: English/United St...
by falviani
Sun Mar 06, 2022 5:20 pm
Forum: Install / Compile
Topic: Latest GIT Build - cannot load PartDesignGui
Replies: 9
Views: 1782

Re: Latest GIT Build - cannot load PartDesignGui

Hello All, I still am having intermittant problems with building from Git Master. The about info is: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.20.27946 (Git) Build type: Debug Branch: master Hash: bd58a7373157af021eb0becb565f6d0c9a547c6e Python 3.8.6+, Qt 5.15.2, Coin 4.0.1...
by falviani
Sat Feb 26, 2022 6:17 pm
Forum: Install / Compile
Topic: Latest GIT Build - cannot load PartDesignGui
Replies: 9
Views: 1782

[Fixed] Re: Latest GIT Build - cannot load PartDesignGui

Hi,

I deleted the entire build folder and rebuilt. PartDesign now works. I have NO idea what was wrong, because there were no messages in either the report log or the VS error panel.

I guess that will be my default approach when other attempts fail.

-Frank
by falviani
Thu Feb 24, 2022 7:00 pm
Forum: Path/CAM
Topic: How to create path job solely from script?
Replies: 3
Views: 827

Re: How to create path job solely from script?

Hi,

Thanks for the suggestion - I'll do that.

-Frank
by falviani
Thu Feb 24, 2022 4:59 pm
Forum: Path/CAM
Topic: How to create path job solely from script?
Replies: 3
Views: 827

How to create path job solely from script?

Hi all, I am working on a workbench where the final output should be a set of gcode scripts for a CNC router. I haven't seen anything in the documentation about how I could create a job solely from a script and then set its properties programmatically (it's not easy to follow). Can I also create ope...
by falviani
Wed Feb 23, 2022 6:14 pm
Forum: Install / Compile
Topic: Latest GIT Build - cannot load PartDesignGui
Replies: 9
Views: 1782

Re: Latest GIT Build - cannot load PartDesignGui

Hi, The document I attached included the entire output window from VS. There's nothing at all about DLLs. It always just does a rebuild first: Build started... 1>------ Build started: Project: fc_version, Configuration: Debug x64 ------ 1>Generating version_check 1>git 1>E:/Dev/FreeCAD19_Output/src/...
by falviani
Wed Feb 23, 2022 4:05 pm
Forum: Install / Compile
Topic: Latest GIT Build - cannot load PartDesignGui
Replies: 9
Views: 1782

Re: Latest GIT Build - cannot load PartDesignGui

Hi WMayer, I followed your instructions for setting the execution target and they worked as described. I have attached a text file with the VS output panel when actually launching FreeCAD from within VS and the contents of the report window. How do I check for DLLs being loaded and unloaded? Nothing...
by falviani
Tue Feb 22, 2022 10:40 pm
Forum: Install / Compile
Topic: Latest GIT Build - cannot load PartDesignGui
Replies: 9
Views: 1782

Re: Latest GIT Build - cannot load PartDesignGui

Dear WMayer, I have never launched FreeCAD from within VS - I always use a link to the exe file in the output build directory. I am investigating to see if and how I can specify an executable to launch using the 'launch without debugging' VS menu command. Until then I'm afraid I can't track the info...