Hi there,

tried to compile the current trunk (rev. 5545) for Windows, but stumble
over:

    Compiling oodMessaging.cpp
        cl /EHsc /nologo /D:_X86_ /DWIN32 -DORX_VER=4 -DORX_REL=0 -DORX_MOD=0 
-DOOREXX_BLD=5545 -DOOREXX_COPY_YEAR=\""2005-2009"\" /W3 
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE -c  -O2 /Gr /DNDEBUG /Gs 
/FAcs /FaF:\work\svn\oorexx\main\trunk\Win32Rel\ASM\oodMessaging.asm  /DNULL=0 
/MT /FoF:\work\svn\oorexx\main\trunk\Win32Rel\oodMessaging.obj 
-IF:\work\svn\oorexx\main\trunk\lib\ -IF:\work\svn\oorexx\main\trunk\common\ 
-IF:\work\svn\oorexx\main\trunk\common\platform\windows\ 
-IF:\work\svn\oorexx\main\trunk\api\ 
-IF:\work\svn\oorexx\main\trunk\api\platform\windows\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\classes\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\classes\support\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\runtime\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\behaviour\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\concurrency\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\execution\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\memory\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\package\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\expression\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\instructions\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\parser\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\platform\windows\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\streamLibrary\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\messages\ 
-IF:\work\svn\oorexx\main\trunk\platform\windows\ 
-IF:\work\svn\oorexx\main\trunk\rexutils\windows 
-IF:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\ -I\ 
-IF:\work\svn\oorexx\main\trunk\extensions\platform\windows\ole\ 
-IF:\work\svn\oorexx\main\trunk\extensions\platform\windows\orxscrpt\ 
-IF:\work\svn\oorexx\main\trunk\interpreter\messages\  
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp
    oodMessaging.cpp
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(616)
 : error C2065: 'MCMV_MONTH' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(617)
 : error C2065: 'MCMV_YEAR' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(618)
 : error C2065: 'MCMV_DECADE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(619)
 : error C2065: 'MCMV_CENTURY' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1062)
 : error C2065: 'MCN_VIEWCHANGE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1062)
 : error C2051: case expression not constant
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1064)
 : error C2065: 'LPNMVIEWCHANGE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1064)
 : error C2146: syntax error : missing ';' before identifier 'pViewChange'
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1064)
 : error C2065: 'pViewChange' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1064)
 : error C2065: 'LPNMVIEWCHANGE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1064)
 : error C2146: syntax error : missing ';' before identifier 'lParam'
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1066)
 : error C2065: 'pViewChange' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1066)
 : error C2227: left of '->dwNewView' must point to class/struct/union/generic 
type
            type is ''unknown-type''
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1067)
 : error C2065: 'pViewChange' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1067)
 : error C2227: left of '->dwOldView' must point to class/struct/union/generic 
type
            type is ''unknown-type''
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1693)
 : error C2065: 'MCN_VIEWCHANGE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1693)
 : error C2051: case expression not constant
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(1713)
 : error C2065: 'MCN_VIEWCHANGE' : undeclared identifier
    
F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodMessaging.cpp(2735)
 : error C2065: 'MCN_VIEWCHANGE' : undeclared identifier
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.
      

Any hints appreciated!

---rony

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to