-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

10.5.8/i386
Xcode 3.1.4
Xquartz 2.4

I get the following failure:
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib   -Wno-long-double
- -I/sw/include  -g -O2 -DLOCALEDIR=\"/sw/share/locale\"
- -DBUILD_PREFIX='"'/sw'"' -c io-motif.c
io-motif.c: In function 'MotifCreatePrintDialog':
io-motif.c:2169: warning: 'cupsGetPrinters' is deprecated (declared at
/usr/include/cups/cups.h:156)
io-motif.c: At top level:
io-motif.c:5726: error: syntax error before numeric constant

The source file in question has the following near that line:


int
io_col_to_input_pos (int c)
{
#if 1
  Debug(__FILE__, "io_col_to_input_pos\n");
  return 0;
#else
  struct input_view * iv = &thePort->input_view;
  char * prompt = (iv->expanded_keymap_prompt
                   ? iv->expanded_keymap_prompt
                   : (iv->prompt ? iv->prompt : ""));
  int prompt_wid = iv->prompt_metric (prompt, strlen(prompt));

  c -= prompt_wid;
  {
    int cpos;
    int max = iv->visibility_end - iv->visibility_begin + 1;
    for (cpos = 1; cpos <= max; ++cpos)
      if (iv->input_metric (iv->input_area->buf + iv->visibility_begin,
cpos)
          >= c)
        break;
    return iv->visibility_begin + cpos - 1;
  }
#endif
}

- -- 
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt58msACgkQB8UpO3rKjQ/UEACdGb0BI1daxe0aPHXygA4rxlcT
wYEAnRyVRoGB1HuewLo4Lytm8iL4Bgsk
=kJX7
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to