mbuild icon indicating copy to clipboard operation
mbuild copied to clipboard

python-based build system used for building XED

Results 6 mbuild issues
Sort by recently updated
recently updated
newest added

Hi there, I just tryed to build `xed` on a Windows 10 machine with Visual Studio 2022 (v17.4.1): ``` [MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting....

`optparse` has been deprecated since 2011.

I am currently working on a project where we are using xed to decode x86 binaries. Now we are trying to expand our support to RISC-V (as host architecture). But...

On Microsoft Windows with VC 11.0, **msvs.py** assumes **cl.exe** is in the following directory: *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64* However, things changed on VC 11.0 and now compiler binaries...

I am building xed as part of a cmake project. I build xed during the configuration time so that the headers are available for the IDE to provide auto-completion. Other...