Getting around the RH9 build errors, .net is still baffling me..

Date: Tue, 28 Oct 2003 09:50:14 -0600

Okay.. so I'm still having build issues everyone..

I've tried VS .net, VS 6 and now RH 9.1 (Shrike)

I have enabled all backward compatibility for both version 2_2 and 2_4


All have issues building.. I don't have the VS 6 errors at the current moment, but I have the .NET and RH errors:

.NET:
c:\Projects\M\include\MInterface.cpp(149): error C2065: 'MDialog_YesNoDialog' : undeclared identifier
c:\Projects\M\include\MInterface.cpp(202): error C2027: use of undefined type 'ASMailFolder'
        c:\Projects\M\include\miscutil.h(18) : see declaration of 'ASMailFolder'
c:\Projects\M\include\MInterface.cpp(202): error C2065: 'OpenFolder' : undeclared identifier
c:\Projects\M\include\MInterface.cpp(123): error C2065: 'MDialog_Message' : undeclared identifier

RH9:
.src/gui/wxSubfoldersDialog.cpp: In member function `virtual void
   wxSubfoldersTree::OnListFolder(const String&, char, long int)':
.src/gui/wxSubfoldersDialog.cpp:486: `delim' undeclared (first use this
   function)
.src/gui/wxSubfoldersDialog.cpp:486: (Each undeclared identifier is reported
   only once for each function it appears in.)
make[1]: *** [gui/wxSubfoldersDialog.o] Error 1
make[1]: Leaving directory `/home/dave/programming/M/mybuild/src'
make: *** [all] Error 2

Reply via email to