Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 100)

Ticket Resolution Summary Owner Reporter
#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)
#7 fixed objects listed in SOURCES is incorrectly deleted bird bird
Description

title says it all.

#67 fixed qt4.kmk: missing cleanups bird bird
Description

Check that everything is cleaned up properly, apparently the qtmoc, qtuic, qtrcc and qtnls directories aren't cleaned up.

Note: See TracQuery for help on using queries.