[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile broken by recent check-in
From: |
Doug Simons |
Subject: |
compile broken by recent check-in |
Date: |
Fri, 21 May 2010 14:04:49 -0600 |
Is anyone else experiencing this problem? It seems to be caused by the change
to base/Source/ObjectiveC2/runtime.h in r30438. Reverting that one change
enables the build to proceed. I'm seeing this problem on both Windows and Linux:
$ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
Making all in Source...
Making all in ObjectiveC2...
Making all for subproject ObjectiveC2...
Compiling file runtime.c ...
In file included from runtime.c:1:
.././ObjectiveC2/runtime.h:116: error: expected declaration specifiers or '...'
before 'uint8_t'
runtime.c:145: error: expected declaration specifiers or '...' before 'uint8_t'
runtime.c: In function 'class_addIvar':
runtime.c:181: error: 'alignment' undeclared (first use in this function)
runtime.c:181: error: (Each undeclared identifier is reported only once
runtime.c:181: error: for each function it appears in.)
make[4]: *** [obj/runtime.c.o] Error 1
make[3]: *** [internal-subproject-all_] Error 2
make[2]: *** [ObjectiveC2.all.subproject.variables] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
It would be nice if this could be corrected (or reverted) soon. Thanks!
Doug
- compile broken by recent check-in,
Doug Simons <=