Open trevorwatkins1129 opened 3 months ago
And if I try to compile the x11 target, I get this error:
➜ godot-2-3ds git:(master) scons platform=x11 target=release llvm=yes scons: Reading SConscript files ... Package xi was not found in the pkg-config search path. Perhaps you should add the directory containing `xi.pc' to the PKG_CONFIG_PATH environment variable Package 'xi', required by 'virtual:world', not found xi not found.. cannot build with touch. Aborting.
Why are you passing llvm=yes ? The 3ds toolchain relies on gcc so llvm is not a correct parameter here. For x11, you are missing installed libraries. The error message indicates you miss the package libxi-dev if you're on ubuntu, you'll have to see the equivalent for your distribution
Le jeu. 1 août 2024 à 01:59, TheDuckDev @.***> a écrit :
And if I try to compile the x11 target, I get this error:
*➜ godot-2-3ds git:(master*) scons platform=x11 target=release llvm=yes scons: Reading SConscript files ... Package xi was not found in the pkg-config search path. Perhaps you should add the directory containing `xi.pc' to the PKG_CONFIG_PATH environment variable Package 'xi', required by 'virtual:world', not found xi not found.. cannot build with touch. Aborting.
— Reply to this email directly, view it on GitHub https://github.com/SeleDreams/godot-2-3ds/issues/3#issuecomment-2261679979, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4UF4MIOKUOCOV35RAE623ZPF26HAVCNFSM6AAAAABLZOGZ4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRRGY3TSOJXHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Ah just used to using llvm. I use Fedora so I will have to check