luamake icon indicating copy to clipboard operation
luamake copied to clipboard

Results 11 luamake issues
Sort by recently updated
recently updated
newest added

As your `luamake` is used in many other LUA project might you consider looking into BSD (FreeBSD, NetBSD) support? If it's not possible because of missing build (or development) machine...

❯ ninja -f ninja/linux.ninja [0/3] cd 3rd/bee.lua && ninja -f ninja/linux.ninja [2/2] build/linux/bin/bootstrap test/test.lua FAILED: build/linux/_/test build/linux/bin/bootstrap test/test.lua OS: Linux Arch: 64 Compiler: GCC 10.1.0 CRT: libstdc++ 20200507 DEBUG: false...

When trying to use this command: `ninja -f ninja/linux.ninja` It gives following error. ``` [0/3] cd 3rd/bee.lua && ninja -f ninja/linux.ninja ninja: error: loading 'ninja/linux.ninja': No such file or directory...

Here is such a error: ``` 8/96] Compile C++ build/obj/source_bee/subprocess_posix.obj FAILED: build/obj/source_bee/subprocess_posix.obj clang -MMD -MT build/obj/source_bee/subprocess_posix.obj -MF build/obj/source_bee/subprocess_posix.obj.d -std=c++17 -O2 -Wall -Werror -fvisibility=hidden -mmacosx-version-min=10.15 -I3rd/bee.lua -DNDEBUG -Wunguarded-availability -o build/obj/source_bee/subprocess_posix.obj -c...

lm.arch currently has a value only in the Window. Now, expose the arch variable from Bee on the macOS.

I traced down the actual build command to `ninja -f ./compile/ninja/openbsd.ninja`, which generated the same message as mentioned in the title. Then the ninja build file was reviewed to see...

I maintain the lua_ls port in FreeBSD, and I have to do some patching every time luamake is updated. It'd be nice if some of the changes were merged in...

Tried it shortly to install, but so far, this is hard/not packageable whichout headache. luamake should search a compile time defined path for lua scripts it ships. Those need to...