Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 100)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#136 worksforme Commit r3052 makes kmk crash on OS/2 dmik
Description

To reproduce: git clone https://github.com/bitwiseworks/libcx.git and kmk in the root. The crash log is attached.

#135 fixed commit 3169 breaks build with gcc on Linux Fedora 26 + Sérgio Monteiro Basto Sérgio Monteiro Basto
Description

http://trac.netlabs.org/kbuild/changeset/3169/trunk/src/kmk/kmkbuiltin.c

#define BUILTIN_ENTRY(a_fn, a_sz, a_uFnSignature, fMpSafe, fNeedEnv) \
{  { { sizeof(a_sz) - 1, a_sz, } }, \
       (uintptr_t)a_fn, a_uFnSignature,   fMpSafe, fNeedEnv }
, } } ,

?!??

#134 fixed last versions doesn't compile at Linux Sérgio Monteiro Basto
Description

Still got this compile errors

kBuild/src/kmk/kmkbuiltin/redirect.c:913:108: error: 'papszEnvVars' undeclared (first use in this function)

kBuild/src/kmk/kmkbuiltin/redirect.c:1579:37: error: 'fdSource' undeclared (first use in this function)

Makefile:1265: recipe for target 'redirect.o' failed

after apply this patch:

Index: src/kmk/Makefile.am
===================================================================
--- ./src/kmk/Makefile.am   (revision 3025)
+++ ./src/kmk/Makefile.am   (working copy)
@@ -86,7 +86,7 @@
        kmkbuiltin/strlcpy.c \
        kmkbuiltin/osdep.c \
        kmkbuiltin/kbuild_protection.c \
-       kmkbuiltin/kbuild_version.c
+       ../lib/kbuild_version.c
 
 kmk_redirect_SOURCES = kmkbuiltin/redirect.c
 
@@ -171,7 +171,7 @@
    -DCONFIG_WITH_KMK_BUILTIN \
     @DEFS@
 
-AM_CPPFLAGS =  $(GLOBINC) -I$(srcdir)/../lib
+AM_CPPFLAGS =  $(GLOBINC) -I$(srcdir)/../lib -I$(srcdir)/../lib/kStuff/include/
 # Only process if target is MS-Windows
 if WINDOWSENV
     AM_CPPFLAGS += $(W32INC)
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.