Andy Ross wrote:

>A big heads up.  I just updated the Nasal interpreter to sync it with
>Nasal CVS:
>
>  
>
>This almost certainly broke something, somewhere.  Please be on the
>lookout for anything that looks like it might be an interpreter bug or
>new behavior.  Likewise, let me know if any platform builds broke --
>at the very least, MSVC project files are going to need to be updated
>for the new files.
>
>Andy
>
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>Flightgear-devel mailing list
>Flightgear-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>
>  
>
------ Début de la génération : Projet : SimGear, Configuration : Debug 
Win32 ------

Compilation...
thread-win32.c
string.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
parse.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
misc.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
mathlib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
lib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
lex.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
iolib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
hash.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
gc.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
codegen.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
code.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
bitslib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\naref.h(19) : fatal error 
C1189: #error :  Unrecognized CPU architecture
Génération de code en cours...
Compilation en cours...
vector.cxx
Génération de code en cours...

Does not compile on VC 7.1
adding || defined(WIN32) worked, then

mathlib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(29) : error C2065: 
'__func__' : identificateur non déclaré
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(29) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(38) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(47) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(56) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(65) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(75) : warning 
C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux 
d'indirection
lib.c
f:\dvlp\osgfg\SimGear\source\simgear\nasal\lib.c(25) : error C2065: 
'__func__' : identificateur non déclaré

// Toss a runtime error for any NaN or Inf values produced.  Note that
// this assumes an IEEE 754 format.
#define VALIDATE(r) (valid(r.num) ? (r) : die(c, __func__+2))

Harald.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to