Search found 5532 matches

by adrianinsaval
Wed Mar 27, 2024 5:09 pm
Forum: Developers corner
Topic: Debug build fails : Libpack faulty
Replies: 13
Views: 5805

Re: Debug build fails : Libpack faulty

adrianinsaval wrote: Wed Mar 27, 2024 4:47 pm So maybe we just need to add conditionals dependending on the yaml-cpp version, 20.04 is probably the only one that fails because it's using an old version of yaml-cpp
Done, looks like it works. I'll try again making a windows debug build to confirm.
by adrianinsaval
Wed Mar 27, 2024 4:47 pm
Forum: Developers corner
Topic: Debug build fails : Libpack faulty
Replies: 13
Views: 5805

Re: Debug build fails : Libpack faulty

This may be fixable in the CMake files on the FreeCAD side. Let me look into it. I reran CI for the PR I mentioned (https://github.com/FreeCAD/FreeCAD/pull/12423), looks like only ubuntu 20.04 fails. That had worked for me to make debug builds on windows. So maybe we just need to add conditionals d...
by adrianinsaval
Wed Mar 27, 2024 4:29 pm
Forum: Developers corner
Topic: Debug build fails : Libpack faulty
Replies: 13
Views: 5805

Re: Debug build fails : Libpack faulty

What are the problems with building yaml-cpp? I can build yaml-cpp with debug symbols but I think something is wrong with yaml-cpp's cmake stuff, it seems it still tries to use the release version even on a debug build, seeing that fmt works I tried using a similar syntax than it's used for it with...
by adrianinsaval
Fri Mar 22, 2024 6:53 pm
Forum: Install / Compile
Topic: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM
Replies: 6
Views: 413

Re: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM

The AppImage I have is from September 2023 and this doesn't include the gmsh executable. What it includes is the libgmsh.so but I don't know what this should be good for. The appimage bundle only ships a few executables from the conda environment it's made from, I believe that by mistake the gmsh e...
by adrianinsaval
Tue Mar 19, 2024 11:33 pm
Forum: Install / Compile
Topic: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM
Replies: 6
Views: 413

Re: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM

the appimage should already include gmsh, can you give more details about what problem you have with the ppa? what steps are you following and what errors do you get?
by adrianinsaval
Tue Mar 19, 2024 11:30 pm
Forum: Open discussion
Topic: QT 5.15.13
Replies: 1
Views: 280

Re: QT 5.15.13

Nice to know that worked. You're welcome!
by adrianinsaval
Tue Mar 19, 2024 9:10 pm
Forum: Install / Compile
Topic: [Solved]Black screen by starting first document
Replies: 52
Views: 43335

Re: [Solved]Black screen by starting first document

for the people taht have this problem, could you check if the most recent weekly still has this problem? I have updated some of the dependencies used
by adrianinsaval
Fri Mar 15, 2024 2:47 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation on Arch Linux broken
Replies: 10
Views: 1086

Re: [SOLVED] Compilation on Arch Linux broken

try installing verdict, I notice that was missing from the wiki page dependency list (I added it now). In any case the AUR package is usually a better reference than the wiki as it is more actively updated: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=freecad-git make sure you have everyth...
by adrianinsaval
Fri Mar 15, 2024 2:45 pm
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 607

Re: RPI5 build from source

Code: Select all

env QT_QPA_PLATFORM=xcb ./FreeCAD 
by adrianinsaval
Fri Mar 15, 2024 2:16 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation on Arch Linux broken
Replies: 10
Views: 1086

Re: [SOLVED] Compilation on Arch Linux broken

Mmm I'm not sure what's happening (we have same dependecies versions), could someone else try to compile FreeCAD from source and tell if it works or not and openmpi version. I prepared this cast to show what happens on my system: https://asciinema.org/a/646632 I've got: openmpi 5.0.2-6 boost 1.83.0...