/usr/ports/devel/icu does not compile
Frank Pfabigan
frank.pfabigan at gmail.com
Thu Nov 21 08:35:03 UTC 2013
i modified /usr/includes/stdint.h as described yesterday late evening and
compiled /usr/ports/devel/icu again... now it worked! ^^
since yesterday evening the little old one compiles xfce4 with all its
dependencies, i am very curious if it will compile this time ;-)
even if not, i learned some new things from you all. thank you very much
for your hints.
if xfce4 compilation is ever ready i'll post the result again ^^
2013/11/20 Andreas Tobler <andreast-list at fgznet.ch>
> On 20.11.13 19:25, Luciano Mannucci wrote:
> > On Wed, 20 Nov 2013 15:59:23 +0100
> > Frank Pfabigan <frank.pfabigan at gmail.com> wrote:
> >
> >> /usr/include/stdint.h:68:68: error: missing binary operator before
> token "("
> > Yes, standard 9.2 stdint.h does'nt work on 32 bit PPCs.
> > I've modified mine by commenting out the offending lines and adding a
> > #define __WORDSIZE 32
> > which, of course, is correct on my machine (and yours too I presume :).
> > The End of my stdint.h looks like that now:
> >
> > /* GNU and Darwin define this and people seem to think it's portable @/
> > #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX ==
> UINT64_MAX)
> > #define __WORDSIZE 64
> > #else
> > #define __WORDSIZE 32
> > #endif
> > */
> >
> > #define __WORDSIZE 32
> >
> > #endif /* !_SYS_STDINT_H_ */
> >
>
> I think the below is the fix:
>
> http://svnweb.freebsd.org/base?view=revision&revision=229494
>
> Andreas
> _______________________________________________
> freebsd-ppc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ppc
> To unsubscribe, send any mail to "freebsd-ppc-unsubscribe at freebsd.org"
>
--
Frank Pfabigan
Holstenstraße 9
23552 Lübeck
Tel. 0451 / 70 20 358
Mobil 0151 / 22 655 432
frank.pfabigan at gmail.com
More information about the freebsd-ppc
mailing list