Benjamin Nauck

Results 240 comments of Benjamin Nauck

If you don't need 32-bit support you can disable it with the `--disable-ltr-32lib-on-x86` flag: `./configure --disable-ltr-32lib-on-x86`

I had the same issue on centos7. I fixed it by using qt5 instead: 1. $ sudo yum install qt5-qttools-devel 2. in [configure.ac +46](https://github.com/uglyDwarf/linuxtrack/blob/master/configure.ac#L46), add change `qmake qmake-qt4` to `qmake...

I've tested this with 1.0.0RC2 and the latest versions of a2plus and fasteners and I don't get the py-exception. I do only see the missing file errors that was discussed...

The initial error cannot be reproduced. Whatever it was causing the issue, it must have been resolved since. I think we can close this issue now.

I just tried it on main branch head. I get an error, but not a crash: ``` 20:12:59 pyException: Traceback (most recent call last): File "/Users/nauck/projects/freecad/build-debug/Mod/Measure/MeasureCOM.py", line 114, in parseSelection...

@sasobadovinac seems like someone did it for me now, thanks who ever it was

There's a lot of code removal in libarea. Has anyone checked that nothing in cam's python code uses this?

@AjinkyaDahale I see a lot of commits, do you want to clean them up a bit (there are WIP commits etc.) or should I squash them?

I'll look at this after the merge meeting