This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Errors while compiling some software


The attached errors are from attempts to compile jade.  I receive similar 
errors when compiling zsh-4.0.1 though, as well as a few other applications.

make[1]: Entering directory `/usr/home/syjef/download/jade-1.2.1'
make[2]: Entering directory `/usr/home/syjef/download/jade-1.2.1/lib'
echo 'LT_OBJS='`echo Allocator.o Link.o IListBase.o TypeId.o assert.o 
CharsetInfo.o EntityCatalog.o EntityDecl.o EntityManager.o Hash.o 
InputSource.o Location.o Message.o MessageArg.o UnivCharsetDesc.o 
entmgr_inst.o LiteralStorage.o URLStorage.o RewindStorageObject.o 
ErrnoMessageArg.o OffsetOrderedList.o DescriptorManager.o 
ExtendEntityManager.o PosixStorage.o StdioStorage.o NotationStorage.o 
StorageManager.o CodingSystem.o IdentityCodingSystem.o UTF8CodingSystem.o 
Fixed2CodingSystem.o UnicodeCodingSystem.o EUCJPCodingSystem.o 
SJISCodingSystem.o TranslateCodingSystem.o Big5CodingSystem.o 
XMLCodingSystem.o CodingSystemKit.o SearchResultMessageArg.o 
SOEntityCatalog.o OutputByteStream.o xentmgr_inst.o ContentState.o 
ParserState.o parser_inst.o parseSd.o Parser.o parseInstance.o parseMode.o 
parseAttribute.o LinkProcess.o Lpd.o parseDecl.o ShortReferenceMap.o 
parseParam.o parseCommon.o SgmlParser.o Entity.o Attribute.o OpenElement.o 
Notation.o ParserOptions.o Dtd.o Undo.o Param.o TokenMessageArg.o Group.o 
CharsetDecl.o CharsetRegistry.o ExternalId.o TrieBuilder.o Sd.o Syntax.o 
Partition.o ModeInfo.o Recognizer.o Markup.o Text.o ContentToken.o 
ElementType.o Event.o InternalInputSource.o OutputState.o ParserMessages.o 
SdText.o NumericCharRefOrigin.o Id.o StringVectorMessageArg.o 
ErrorCountEventHandler.o MessageEventHandler.o MessageFormatter.o 
MessageReporter.o MessageTable.o OutputCharStream.o ConsoleOutput.o 
CmdLineApp.o EntityApp.o ParserApp.o app_inst.o ArcEngine.o arc_inst.o 
ParserEventGeneratorKit.o SGMLApplication.o EventGenerator.o 
GenericEventHandler.o |sed 's/\.o/.lo/g'` >Makefile.lt
make[2]: Leaving directory `/usr/home/syjef/download/jade-1.2.1/lib'
make[2]: Entering directory `/usr/home/syjef/download/jade-1.2.1/lib'
c++ -O2 -fno-implicit-templates -I. -I./../include -I./../generic 
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -Dsig_atomic_t=int 
-DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_HAVE_GETTEXT=1 
-DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -c Allocator.cxx -o Allocator.o
echo timestamp > Allocator.lo
c++ -O2 -fno-implicit-templates -I. -I./../include -I./../generic 
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -Dsig_atomic_t=int 
-DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_HAVE_GETTEXT=1 
-DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -c Link.cxx -o Link.o
echo timestamp > Link.lo
c++ -O2 -fno-implicit-templates -I. -I./../include -I./../generic 
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -Dsig_atomic_t=int 
-DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_HAVE_GETTEXT=1 
-DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -c IListBase.cxx -o IListBase.o
echo timestamp > IListBase.lo
c++ -O2 -fno-implicit-templates -I. -I./../include -I./../generic 
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -Dsig_atomic_t=int 
-DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_HAVE_GETTEXT=1 
-DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -c TypeId.cxx -o TypeId.o
echo timestamp > TypeId.lo
c++ -O2 -fno-implicit-templates -I. -I./../include -I./../generic 
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_ST_BLKSIZE=1 -Dsig_atomic_t=int 
-DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1 -DSP_HAVE_GETTEXT=1 
-DSP_ANSI_CLASS_INST=1 -DSP_MULTI_BYTE=1 -c assert.cxx -o assert.o
In file included from /usr/include/stdlib.h:19,
                  from assert.cxx:5:
/usr/include/sys/reent.h:114: warning: `__cdecl__' attribute directive ignored
/usr/include/sys/reent.h:114: parse error before `('
/usr/include/sys/reent.h:115: warning: `__cdecl__' attribute directive ignored
/usr/include/sys/reent.h:115: parse error before `('
assert.cxx: In function `void exit(int)':
assert.cxx:9: parse error before `__attribute__'
assert.cxx:9: ANSI C++ forbids declaration `__THROW' with no type
assert.cxx:9: warning: `__noreturn__' attribute ignored
assert.cxx:9: confused by earlier errors, bailing out
make[2]: *** [assert.lo] Error 1
make[2]: Leaving directory `/usr/home/syjef/download/jade-1.2.1/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/usr/home/syjef/download/jade-1.2.1'
make: *** [all] Error 2

My cygwin version is 1.3.2-1.  My skills with C have deteriorated, can 
anyone provide any guidance or is there a fix of this file somewhere?

The errors for zsh-4.0.1 are:
make[2]: Entering directory `/usr/home/syjef/download/zsh-4.0.1/Src'
gcc -c -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes 
-O2  -o builtin.o builtin.c
In file included from /usr/include/signal.h:8,
                  from system.h:95,
                  from zsh.mdh:13,
                  from builtin.c:30:
/usr/include/sys/signal.h:19: warning: empty declaration
/usr/include/sys/signal.h:162: parse error before `thread'
In file included from system.h:135,
                  from zsh.mdh:13,
                  from builtin.c:30:
/usr/include/stdlib.h:59: parse error before `('
make[2]: *** [builtin.o] Error 1
make[2]: Leaving directory `/usr/home/syjef/download/zsh-4.0.1/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/usr/home/syjef/download/zsh-4.0.1/Src'
make: *** [all] Error 1

Thanks for the help.

******************************************************************************
Jonathan Fosburgh                       |       Certified AIX Administrator
Software Systems Spec. III              |       ICQ: 32742908
Communications and Computer Services    |       MSN: syjef@hotmail.com
UT MD Anderson Cancer Center            |       Jabber: syjef@jabber.org
Houston, TX                             |       Yahoo: jefosburgh
******************************************************************************


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]