On Tue, Mar 04, 2003 at 09:11:38PM -0700, Adam McDaniel wrote:
> On Tue, Mar 04, 2003 at 09:03:38PM -0600, Eugene Y. Vasserman wrote:
>> paldev-prep is aware of all three sdks: 4, 5, and sony.
>> $ palmdev-prep.exe
>> Checking SDKs in /PalmDev
>> sdk-4         headers in 'include', libraries in 'lib'
>> sdk-5         headers in 'include', libraries in 'lib'
>> sdk-sony      headers in 'include', no libraries
>>
>> When GCC is given no -palmos options, SDK 'sony' will be used by default
>> Writing SDK details to target specs files...done
> 
> There's your problem. The Sony SDK cannot be a default sdk, only one
> of the Palm SDKs can. The Sony one is only meant as an extention to
> the Palm SDK.

Yep.  What Eugene really wants to do is to install the Sony headers that
are currently in sdk-sony/include under /PalmDev/include/Sony instead.
(Adjust the word "Sony" to taste :-).)  Then palmdev-prep will say

        Checking SDKs in /PalmDev
          sdk-4         headers in 'include', libraries in 'lib'
          sdk-5         headers in 'include', libraries in 'lib'
          and material in /PalmDev used regardless of SDK choice
            (common)    headers in 'include', no libraries

and the Sony headers will be available regardless of your choice of
Palm OS SDK with -palmosN.

Or to configure plucker with --with-sony=/wherever, which will
presumably kick Plucker's fix_sdk.pl script into action (?).

(BTW if I ever finish the feature, palmdev-prep will be able to fix up
the sysLibTrapCustom enums in the Sony headers automatically.)

> I think that the
> program is attempting to search for all sdk-* directories and
> automatically selects as the default the latest one, alphanumerically.

Well, that's what the documentation says it's doing, anyway...

    John
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to