[M3devel] using interface compiler in m3core/Grisu?
    Jay K 
    jay.krell at cornell.edu
       
    Sun Jul 31 10:25:57 CEST 2016
    
    
  
Why can't I say this?
C:\dev2\cm3.2\m3-libs\m3core\src\float\Common\grisu\Grisu.m3
IMPORT Compiler;
PROCEDURE FastDtoa(v : LONGREAL;..    (* temporarily disable for NT386 until problems investigated *)    IF Compiler.ThisPlatform = Compiler.Platform.NT386 THEN RETURN FALSE END;
new source -> compiling Grisu.m3
Fatal Error: bad version stamps: Grisu.m3
missing export: Compiler.Platform imported by Grisu.m3missing export: Compiler.ThisPlatform imported by Grisu.m3 *** execution of [<function _BuildGlobalFunction at 0x0227F930>, <function _ShipFunction at 0x023600F0>] failed ***
 ?
I know how to workaround in an ugly way -- via m3makefile chosing a different file..
Thank you, - Jay
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20160731/44e653c9/attachment-0001.html>
    
    
More information about the M3devel
mailing list