On Sun, Mar 02, 2003 at 11:01:43PM -0600, Eugene Y. Vasserman wrote:
> OK, some problems resolved, but new problems come up.
> I try to build using Sony sdk (which configure recognizes), but it bombs
> when tested. here is what config.log says:
[..]
>       /PalmDev/sdk-sony/include/System/SonyChars.h:23:
>       warning: `vchrSonyMin' redefined

Since Sony only intended their SDK to work under codewarrior, we need to
hack it around a bit to make it work under gcc. This is handled by a
script I wrote that lives in viewer/scripts/fix_sdk.pl

Just becuase you got this error in the config.log doesn't mean the end
of the world... watch the output of configure itself.. you should see
something like this:

---
checking --with-sony argument... /usr/local/palmdev/sony
checking if Sony SDK works... no
checking if it is fixable... yes
---

If it says yes on that fixable line then the script worked properly
and everything is clean, and you should be able to build a viewer with
it.  However, if it says that it wasn't able to fix it, then the
fix_sdk.pl script failed somewhere on cygwin and might need to be
updated.

Another thing to try is run configure w/o the --with-sony parameter,..
does everything else work OK?

-- 
Adam McDaniel
Array.org
Calgary, AB, Canada
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to