pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

www/firefox on NetBSD sparc



I'm tryhing to build firefox on sparc, but the fuild fails

nsStreamTransportService.cpp:213: error: integer constant is too large 
for 'unsigned long' type
nsStreamTransportService.cpp:415: error: integer constant is too large 
for 'unsigned long' type

Looking at

mozilla/netwerk/base/src/nsStreamTransportService.cpp

the error seems to be on this line:

            if (mOffset != LL_MAXUINT) {

earlier mOffset is declared as nsUint64, and on 32-bit sparc unsigned long is 
32-bit wide. Anyone knows a proper way to fix this?


Home | Main Index | Thread Index | Old Index