pkgsrc-Users archive

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

Re: firefox 19.0.1 from pkgscrc fails to build



On Friday, May 03, 2013 16:34:23 Antonio Olivares wrote:
> Dear folks,
> 
> Using dragonfly bsd newest one here, updated pkgsrc using directions in
> 
> 
> http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/
> 
> typed
> bmake install clean
> 
> and I get eror:
> 
> /usr/pkgsr/www/firefox/work.buildlink/lib/xulrunner/include/nsStringAPI.h:10
> 87:3: error: static assertion failed: size of wchar_t must be 2

This is the file included by /usr/include/wchar.t on DFly:
less /usr/include/sys/stdint.h

 * ANSI specifies ``int'' as argument for the is*() and to*() routines.
 * Keeping wchar_t and rune_t as ``int'' instead of the more natural
 * ``long'' helps ANSI conformance. ISO 10646 will most likely end up
 * as 31 bit standard and all supported architectures have
 * sizeof(int) >= 4.
 */
#ifndef __cplusplus
typedef int             __wchar_t;
#endif

I have previously built Firefox on DFly; that was several quarters ago.

Pierre
-- 
When a barnacle settles down, its brain disintegrates.
Já não percebe nada, já não percebe nada.



Home | Main Index | Thread Index | Old Index