Search found 135 matches

by PMac
Wed Jun 21, 2023 7:27 pm
Forum: Install / Compile
Topic: (solved: unknown) Shiboken2 fail in Release build
Replies: 6
Views: 1899

Re: (solved: unknown) Shiboken2 fail in Release build

Hi freman, At the time of reporting that issue, I was having nothing but trouble with Boost and Shiboken after trying to manually update my version of Python. A lot of water under the bridge since but if I remember correctly I had to fully delete everything in the build folder. I do note you're usin...
by PMac
Fri Apr 21, 2023 1:27 am
Forum: Install / Compile
Topic: [SOLVED]Compiling FreeCAD daily on Kubuntu 22.04 LTS
Replies: 5
Views: 710

Re: Compiling FreeCAD daily on Kubuntu 22.04 LTS

Hi jkv, I notice there is a doubled folder separator in your reported failure which might suggest a possible cause: cannot find /usr/lib/x86_64-linux-gnu//libQt5Core.so Normally you do not see double ups like that - maybe a (user-entered ?) compiler prefix string had a trailing separator which hasn'...
by PMac
Thu Apr 20, 2023 5:08 am
Forum: Install / Compile
Topic: [solved] Multiple issues compiling on Linux
Replies: 7
Views: 953

Re: [solved] Multiple issues compiling on Linux

I have the same problem building freecad from the scratch. I found no dangling links (used "find /usr/ -xtype f" to find some) I already reinstalled all the boost-dev-packets It does not solve the linking error. Hi tuxtrainer, Can I take it you are having build issues with boost files rat...
by PMac
Mon Apr 17, 2023 11:26 pm
Forum: Install / Compile
Topic: [solved] Multiple issues compiling on Linux
Replies: 7
Views: 953

Re: [solved] Multiple issues compiling on Linux

An update: Now compiling / building / running OK. Without Addon Manager as is separately known for Ubuntu 22.04. Make processing is smooth and error-free. ps when running ./FreeCAD I encountered the old Coin3D favourite ably described here - https://forum.freecad.org/viewtopic.php?t=46740. Easily fi...
by PMac
Mon Apr 17, 2023 6:19 pm
Forum: Install / Compile
Topic: [solved] Multiple issues compiling on Linux
Replies: 7
Views: 953

Re: Multiple issues compiling on Linux

Looks like I have resolved this longstanding build issue - should have posted the issue much earlier. As user1234 suggested the problems did indeed lie with libboost. A close inspection revealed that the Boost1.74 install at /usr/lib/x86_64-linux-gnu was corrupted with multiple non-functional symbol...
by PMac
Mon Apr 17, 2023 2:46 am
Forum: Install / Compile
Topic: [solved] Multiple issues compiling on Linux
Replies: 7
Views: 953

Re: Multiple issues compiling on Linux

... miss the dependency libboost-filesystem-dev (or similar) on your system. Thanks for your prompt reply user1234. Tried installing libboost-filesystem-dev yet again, even did a manual re-install to force an update of the currently installed library. Had been generally working through / following ...
by PMac
Sun Apr 16, 2023 9:04 pm
Forum: Install / Compile
Topic: [solved] Multiple issues compiling on Linux
Replies: 7
Views: 953

[solved] Multiple issues compiling on Linux

I continue to have multiple issues with compiling from scratch on LinuxMint with the make failing at 65% complete. Have not been able to complete a compile / make for some weeks now. First report at 47% in SMESH whilst linking DiverGMF.cpp - a reported deprecation but maybe needs fixing? Make contin...
by PMac
Fri Dec 16, 2022 9:42 am
Forum: Install / Compile
Topic: [solved] Follow on FreeCAD run error after re-compile
Replies: 1
Views: 755

Re: Follow on FreeCAD run error after re-compile

Well that was a rabbit hole I never wish to see again. How I got in there initially I'll never know. This is a long one, but the process may be helpful to others. 2 months plus later, hours wasted downloading and recompiling and still the crashes continued - always involving SoType bad assert. Nothi...
by PMac
Tue Nov 29, 2022 7:18 pm
Forum: Install / Compile
Topic: [solved] Follow on FreeCAD run error after re-compile
Replies: 1
Views: 755

[solved] Follow on FreeCAD run error after re-compile

Subsequent to the build error seen and fixed earlier https://forum.freecadweb.org/viewtopic.php?p=644515#p644515 I am now seeing a new run error as detailed below: This is already fixed in master, please update your master and recompile. So I cleared out the release build folder, did git pull and re...
by PMac
Tue Nov 29, 2022 5:57 pm
Forum: Install / Compile
Topic: [fixed] Build error for 95f647b9edbdef3f816c2f27d75a8aea94050191
Replies: 4
Views: 698

Re: Build error for 95f647b9edbdef3f816c2f27d75a8aea94050191

Can confirm am seeing same build errors re boost::math during latest pull/build this morning on LinuxMint.