cairo-traps.c error in FreeBSD Ports

cairo-traps.c: In function `_cairo_traps_init’:
cairo-traps.c:62: `INT32_MAX’ undeclared (first use in this function)
cairo-traps.c:62: (Each undeclared identifier is reported only once
cairo-traps.c:62: for each function it appears in.)
cairo-traps.c:63: `INT32_MIN’ undeclared (first use in this function)

Define below, in header file.

#define INT32_MIN (-0x7fffffff-1)
#define INT32_MAX 0x7fffffff

Related posts:

  1. PCRE Error on PHP 5.2.x Recent upgrade to PHP 5.2.8 and PHP 5.2.9 have given...
  2. How To Fix php5-pcre Ignored Package in FreeBSD Ports I guess most of the FreeBSD users having problem to...
  3. FreeBSD Ports PHP with Suhosin Just found out FreeBSD Ports ported Suhosin. When you install...
  4. FreeBSD Port: Error Upgrading Perl 5.8.9 Usually I perform portupgrade daily on some of my FreeBSD...
  5. Setup Sendmail Smart Relay in FreeBSD It’s good that to route all your outgoing email to...
  6. Cacti Spine Source Installation Error on FreeBSD Just noticed FreeBSD’s port still using old version of spine,...

2 Responses to “cairo-traps.c error in FreeBSD Ports”

  1. Anonymous Says:

    This leads to the following error:

    cairo-traps.c: In function `_cairo_traps_init’:
    cairo-traps.c:62: syntax error before character 0327
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:62: nondigits in number and not hexadecimal
    cairo-traps.c:63: syntax error before character 0327
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    cairo-traps.c:63: nondigits in number and not hexadecimal
    *** Error code 1

    Any idea?

  2. click Says:

    I like your website; I will share this with friends

Leave a Reply