Opened 7 years ago
Closed 6 years ago
#135 closed defect (fixed)
commit 3169 breaks build with gcc on Linux Fedora 26 +
Reported by: | Sérgio Monteiro Basto | Owned by: | Sérgio Monteiro Basto |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | kBuild | Version: | |
Keywords: | Cc: |
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 }
, } } ,
?!??
Attachments (2)
Change History (5)
by , 7 years ago
Attachment: | missing-makefile.patch added |
---|
comment:1 by , 7 years ago
now build ends with :
kmkbuiltin/getopt_r.h:29:0: warning: "_GETOPT_H" redefined # define _GETOPT_H "getopt.h was included already"
I hope that can help you
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
seems fixed testing with version of today
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
debian patch more 2 patches