Squeak VM for Darwin/X11R6 for PPC?

John M McIntosh johnmci at smalltalkconsulting.com
Wed Mar 13 08:06:12 UTC 2002


At 2:27 PM -0600 3/9/02, Aaron J Reichow wrote:

>File plugin dies with:
>../platforms/unix/misc/../../../platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c:258:
>invalid type argument of `->'
>

Say I wonder if we've a disconnect here on some #ifdefs.

in sqPlatformSpecific.h for the mac at the point of

     #if defined(__MWERKS__) & !TARGET_API_MAC_CARBON
         #include <stat.h>
         #define fseeko fseek
         #define ftello ftell

could you add an #error foo

I'm wonder if the wrong #ifdef is being executed here. which leads to 
the error for ->
-- 
--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================



More information about the Squeak-dev mailing list