Search found 5538 matches

by adrianinsaval
Thu Apr 18, 2024 12:31 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 9
Views: 395

Re: Sketcher_restoreInternal tool discussion

That could make sense too but I would not want that unless we add some more smartness to the constraint tools to not loose convenience. Without the line dimmensioning or making the ellipse vertically/horizontally aligned will be a PITA because you have to select two points instead of just a line
by adrianinsaval
Thu Apr 18, 2024 12:24 am
Forum: Install / Compile
Topic: freecadpip not found in freecad 0.21.2 via apt-get install
Replies: 2
Views: 285

Re: freecadpip not found in freecad 0.21.2 via apt-get install

I believe this is a tool that was added to the snap package. It is not something we ship by default with regular freecad. However there might be some value in shipping a similar tool, @chennes what do you think?
by adrianinsaval
Thu Apr 18, 2024 12:06 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 9
Views: 395

Re: Sketcher_restoreInternal tool discussion

Fair, but I'd still like to know what the value of ever exposing the internal geometry to the user is. There may very well be a good reason, but I most certainly cannot think of it. The answer to this question would be a reasonable driver for a following decision on the behavior. Yes? Simplest exam...
by adrianinsaval
Wed Apr 17, 2024 11:50 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 4
Views: 227

Re: FreeCAD build requires gtest (googletest), but the build system does not check for it

if you are not developing you could just disbale developer tests and you won't need it anymore
by adrianinsaval
Wed Apr 03, 2024 2:51 pm
Forum: Open discussion
Topic: Dev issue, single Pad does not show error as it used to
Replies: 6
Views: 545

Re: Dev issue, single Pad does not show error as it used to

please create an issue on github for this
by adrianinsaval
Wed Mar 27, 2024 5:09 pm
Forum: Developers corner
Topic: Debug build fails : Libpack faulty
Replies: 13
Views: 6298

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: 6298

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: 6298

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: 9
Views: 763

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...