~lattis

Eastern US

https://mochiro.moe

Trackers

~lattis/muon

Last active 14 hours ago

#90 Problem with generated pkg-config (.pc) files - libdir 7 hours ago

Comment by ~lattis on ~lattis/muon

So it appears the problem is that muon is not smart enough to clean up your options for you. Does everything work if you specify libdir relative to prefix e.g. -Dlibdir=lib64?

#88 'warn libcurl not enabled' when building doc 8 days ago

Comment by ~lattis on ~lattis/muon

This warning means muon was compiled without libcurl support, but a function requiring libcurl was called. It is unrelated to whether or not libcurl was found via dependency(). In your specific case, you probably compiled muon without libcurl (if you just did ./bootstrap.sh, then this is always the case), then tried to configure muon with docs enabled, which in turn tried to get the meson-docs wrap via curl and failed, printing the warning you mentioned.

REPORTED RESOLVED CLOSED

#87 In-place formatting empties out target files on any error 11 days ago

Comment by ~lattis on ~lattis/muon

This should be fixed now. Since we already have the original file contents in memory, I implemented this by just rewriting those original contents to the file if an error occurs.

I also found out that fmt -i -q meson.build will truncate the file, and fixed that by erroring if both -i and -q are passed.

REPORTED RESOLVED FIXED

#85 `__attribute__(format)` does not exist with msvc 11 days ago

Comment by ~lattis on ~lattis/muon

This has been created

REPORTED RESOLVED IMPLEMENTED

#86 Muon + TCC (TinyCC) can't find 'rt' library 18 days ago

Comment by ~lattis on ~lattis/muon

Right now muon gets the list of dirs to search through via cc --print-search-dirs, which isn't posix. There should maybe be a fallback like get_option('prefix') / get_option('libdir')?

#86 Muon + TCC (TinyCC) can't find 'rt' library 18 days ago

Comment by ~lattis on ~lattis/muon

When you say meson can, what to you mean? I thought meson didn't support tinycc.

#84 muon analyze complaining about `invalid kwarg cpp_pch` 19 days ago

Comment by ~lattis on ~lattis/muon

This kwarg isn't implemented in muon. I have just pushed a commit that stubs it out however, so that should make it work with the analyzer just fine.

REPORTED RESOLVED FIXED

#74 path.c: on Windows, separator is either '/' or '\\' 21 days ago

Comment by ~lattis on ~lattis/muon

REPORTED RESOLVED CLOSED

#69 Build QEMU a month ago

Comment by ~lattis on ~lattis/muon

~xvilka I have implemented a basic compatibility layer. Can you test and see how far you get building qemu? I'm wondering if it is possible without machine-file support.

#80 remove warning in libpkgconf.c a month ago

Comment by ~lattis on ~lattis/muon

REPORTED RESOLVED CLOSED