On Sunday 30 Mar 03, [EMAIL PROTECTED] writes: > I tried compiling latest cvs sources for Palm viewer under cygwin > (prc-tools 2.2, pilrc2.9p5, SDK 5.0). > > I described my struggle here: > http://blog.kowalczyk.info/archives/000341.html#000341 > > Executive summary is: > > 1. viewer doesn't compile if newest version of automake/autoconf is used. > The following patch forces using "stable" (according to cygwin > terminology) version of automake (v1.4-p5) and autoconf (2.13). This fix > shouldn't have adverse effects on other platforms. > > Index: configure.in > =================================================================== > RCS file: /cvs/plucker/plucker_src/viewer/configure.in,v > retrieving revision 1.91 > diff -u -r1.91 configure.in > --- configure.in 21 Mar 2003 13:00:11 -0000 1.91 > +++ configure.in 30 Mar 2003 22:51:24 -0000 > @@ -14,7 +14,7 @@ > > AC_SUBST(PACKAGE) > > - > +AC_PREREQ(2.13) > > dnl ============================== > dnl Path to source directories
Yes, Cygwin does require this patch. I made the same suggestion: <http://lists.rubberchicken.org/pipermail/plucker-dev/2003-February/001815.html>. > 2. for some reason, when Palm OS headers include <Font.h>, header file > from viewer sources is picked up. Looks like -I with this particular > combination of tools gives precedence for the include path over -isystem. > I've hacked it like this: See <http://lists.rubberchicken.org/pipermail/plucker-dev/2003-February/001846.html> for the solution to this. It is a problem with case insensitivity in Cygwin. Hope this helps. Regards, David _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
