Search found 5525 matches

by adrianinsaval
Fri Mar 15, 2024 2:47 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation on Arch Linux broken
Replies: 10
Views: 994

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

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

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...
by adrianinsaval
Fri Mar 15, 2024 2:04 pm
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 557

Re: RPI5 build from source

Would that be a cmake option? not it's just an environment variable, in terminal run env QT_QPA_PLATFORM=xcb FreeCAD and if you want to use the menu/desktop shortcut edit org.freecad.FreeCAD.desktop and change the Exec= line be Exec=env QT_QPA_PLATFORM=xcb FreeCAD - --single-instance %F
by adrianinsaval
Fri Mar 15, 2024 12:19 am
Forum: Install / Compile
Topic: site.getsitepackages() incorrect inside FreeCAD
Replies: 43
Views: 1961

Re: site.getsitepackages() incorrect inside FreeCAD

When you start writing the mention you have to wait for the popup list that shows the users you can @ and then lick or hit enter to confirm then it will who up as something like this: [mention]wmayer[/mention] You could also manually write that in the message and it should work. This is like this be...
by adrianinsaval
Thu Mar 14, 2024 2:46 pm
Forum: Install / Compile
Topic: Download attempt: Dangerous Virus detected
Replies: 5
Views: 2821

Re: Download attempt: Dangerous Virus detected

google search says this is a common false positive. Which file exactly is detected as "infected"?
by adrianinsaval
Thu Mar 14, 2024 5:04 am
Forum: UX/UI Design
Topic: A new take on the UI. FreeCAD Nut.
Replies: 108
Views: 195437

Re: A new take on the UI. FreeCAD Nut.

I will try to work next week on writing better instructions
by adrianinsaval
Thu Mar 14, 2024 5:00 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 557

Re: RPI5 build from source

aarch64=arm64 Wayland is certainly the future, but we're lagging behind a little on FreeCAD. I don't think anyone is working on porting it. I'm trying to move to wayland too so I might do some work but at this moments I just don't think it's ready. I don't know how to witch to x11 session on raspber...
by adrianinsaval
Wed Mar 13, 2024 2:07 am
Forum: Install / Compile
Topic: site.getsitepackages() incorrect inside FreeCAD
Replies: 43
Views: 1961

Re: site.getsitepackages() incorrect inside FreeCAD

@chennes @wmayer any clue why this happens?
by adrianinsaval
Wed Mar 13, 2024 2:04 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 557

Re: RPI5 build from source

Have you tried the aarch64 appimages? I wouldn't recommend running in wayland at this time