~lattis

Eastern US

https://mochiro.moe

Trackers

~lattis/muon

Last active 3 months ago

#86 Muon + TCC (TinyCC) can't find 'rt' library 3 months ago

Comment by ~lattis on ~lattis/muon

Changed to pass -print-search-dirs. ~xvilka, can you confirm this fixes the tcc issue?

#97 muon unable to configure pkgconf 1.9.5 3 months ago

Comment by ~lattis on ~lattis/muon

REPORTED RESOLVED NOT_OUR_BUG

#98 Support building in remote out-of-tree directories 3 months ago

Comment by ~lattis on ~lattis/muon

REPORTED RESOLVED CLOSED

#98 Support building in remote out-of-tree directories 3 months ago

Comment by ~lattis on ~lattis/muon

~firasuke, did you test the latest master? It should now work even with .. in the path.

#99 assembly files do not inherit compiler arguments 3 months ago

Ticket created by ~lattis on ~lattis/muon

.S files are internally handled as a separate language.
In meson, they are treated the same as either C or C++ if there are no C sources. This means that in meson c_args gets applied to .S files, while in muon it does not.

#95 muon test: CFLAGS/LDFLAGS are ignored 3 months ago

Comment by ~lattis on ~lattis/muon

Okay, so at this point I'm a little confused what this thread is about. libucontext works fine for me. I am going to make another todo about .S files not getting correct arguments. If you have another issue that is hopefully more specific, feel free to create a new todo.

REPORTED RESOLVED CLOSED

#94 Problem with commands in subdirs 3 months ago

Comment by ~lattis on ~lattis/muon

REPORTED RESOLVED CLOSED

#98 Support building in remote out-of-tree directories 3 months ago

Comment by ~lattis on ~lattis/muon

This issue should be fixed in 34953adc.

As to why you need to use muon -C ../build_dir install, this is because muon does not create a build target named install to run this command for you. When using meson, all samu -C ../build_dir install does is run meson install -C ../build_dir for you. In general, it is better to run the command yourself since you then can pass arguments, so I omitted the shorthand version from muon. There is also the worry of accidentally running samu with superuser privileges causing it to corrupt the build directory.

#94 Problem with commands in subdirs 3 months ago

Comment by ~lattis on ~lattis/muon

Are you correctly bootstrapping muon? (I.e. building it twice). You can refer to the readme for more information.

#95 muon test: CFLAGS/LDFLAGS are ignored 3 months ago

Comment by ~lattis on ~lattis/muon

Okay, I fixed it in 6cdf0848 I think. It was grabbing cpp_args instead of cpp_link_args (which LDFLAGS gets put into).

Stone