This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Mingw build failed


I tried a quick mingw cross the other day, based on 3.3 sources.

I was happy to see that gcc and libstdc++ compile easily without problems.

Libjava is another story:

In file included from ../../../libjava/prims.cc:12:
include/platform.h:93: error: type specifier omitted for parameter
`socklen_t'
include/platform.h:93: error: parse error before `*' token
include/platform.h: In function `int _Jv_accept(...)':
include/platform.h:95: error: `fd' undeclared (first use this function)
include/platform.h:95: error: (Each undeclared identifier is reported only
once
   for each function it appears in.)
include/platform.h:95: error: `addr' undeclared (first use this function)
include/platform.h:95: error: `addrlen' undeclared (first use this
function)
../../../libjava/prims.cc: In function `void catch_segv(int)':
../../../libjava/prims.cc:120: warning: unused parameter `int _dummy'
../../../libjava/prims.cc: In function `void catch_fpe(int)':
../../../libjava/prims.cc:130: warning: unused parameter `int _dummy'

Besides that, gctest.exe aborts quickly.  That concerns me a bit; I'd
thought changes to boehm-gc have been relatively stable for a while.

Jeff


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