python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
meson cannot find a conan package, despite setting pkg_config path?
I am trying to build on windows using meson and conan.
I installed packages for VS 2017 using conan and generated the PC files in the build directory.
Inside my conan.py I have the snippet:
meson = Me...

Makogan
Votes: 0
Answers: 1
Meson on windows cannot find llvm-lib?
I am trying to port a Linux Library to windows, the library uses meson for compilation. I have a dummy meson.build file:
project(
'Dummy',
'cpp',
version: '0.0.1',
license: 'GPL',
...

Makogan
Votes: 0
Answers: 1
Integrate picolibc into STM32 FreeRTOS
I'm trying to set up a build environment for STM32F4 with picolibc and ran into a problem:
Subprojects drivers : YES freertos : YES picolibc : YES 5 warnings
User defined options Cross files: cross f...

Unknows
Votes: 0
Answers: 1
meson syntax parser problem with ASTERISK(*) in `command` of `custom_target` - Linux
I'm having a problem running ar command on Linux with ASTERISK *.o in command of custom_target.
When running this command:
target_build_cmd = [
'ar', '-qcs', '/home/bassem/meson/lib.a', meson.pr...

Bassem Ramzy
Votes: 0
Answers: 1