Search found 448 matches

by fcaduser
Thu Apr 11, 2024 10:13 am
Forum: Install / Compile
Topic: [SOLVED] Compilation failure with Debian Bookworm.
Replies: 2
Views: 329

Re: Compilation failure with Debian Bookworm.

Thank you, I dit it now. There should be no more problems.
by fcaduser
Thu Apr 11, 2024 8:33 am
Forum: Install / Compile
Topic: [SOLVED] Compilation failure with Debian Bookworm.
Replies: 2
Views: 329

[SOLVED] Compilation failure with Debian Bookworm.

Hello FC team. CMakeLists.txt is missing in "tests/lib". -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detect...
by fcaduser
Wed Mar 06, 2024 8:07 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

Re: Compilation failed (Debian 12 - bookworm).

There is no problem with the "c++20" flag.

OK, thank you all for your help.
by fcaduser
Sun Mar 03, 2024 8:09 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

Re: Compilation failed (Debian 12 - bookworm).

OK, so the compilation went fine but after "make install" I got this error : No error until this... (...) -- Set runtime path of "/home/mainuser/software/freecad_2024-03-01/lib/WebGui.so" to "/home/mainuser/software/freecad_2024-03-01/lib" -- Installing: /home/mainuser/...
by fcaduser
Fri Mar 01, 2024 2:48 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

Re: Compilation failed (Debian 12 - bookworm).

Which version : mainuser@station1:~/software/freecad_source$ git log -n 1 commit 6c8ee5964521a99e01c8d33cbf9aac8a19273ef3 (HEAD -> main, origin/main, origin/HEAD) Author: Chris Hennes <chennes@pioneerlibrarysystem.org> Date: Thu Feb 29 21:43:14 2024 -0600 Part: Add BRepOffsetAPI_MakeFilling.hxx to O...
by fcaduser
Fri Mar 01, 2024 1:09 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

Re: Compilation failed (Debian 12 - bookworm).

An inconsistency is detected in the code. [ 0%] Built target fmt [ 0%] Automatic UIC for target SMDS [ 0%] Built target SMDS_autogen [ 1%] Built target SMDS [ 1%] Automatic UIC for target Driver [ 1%] Built target Driver_autogen [ 1%] Built target Driver [ 1%] Automatic UIC for target DriverSTL [ 1%...
by fcaduser
Fri Mar 01, 2024 10:46 am
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

Re: Compilation failed (Debian 12 - bookworm).

@Syres

Oh... yes ! I remove this and try again.
by fcaduser
Fri Mar 01, 2024 9:14 am
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 1057

[SOLVED] Compilation failed (Debian 12 - bookworm).

Hello everyone. Usefull informations : -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- De...
by fcaduser
Mon Dec 25, 2023 11:31 am
Forum: Install / Compile
Topic: Compilation failure.
Replies: 3
Views: 4825

Re: Compilation failure.

Changes have been made to the directories. For example, concerning the first error : "/usr/bin/ld : can't find -lTKIGES" mainuser@station1:~/software$ find -iname '*iges*' -type d | grep _source | grep -i tk | grep -v build | sort ./occt-cec1ecd_source/src/TKIGES ./occt-cec1ecd_source/src/...
by fcaduser
Mon Dec 18, 2023 11:00 am
Forum: Install / Compile
Topic: Compilation failure.
Replies: 3
Views: 4825

Re: Compilation failure.

Yes, I know. For the record, the previous official version (OCCT 7.7.2) compiles without a problem. I use it with the latest FC code without any problem. I don't know whether the current FC code requires a very minor adjustment to fit OCCT 7.8.0 or a more major overhaul.