On Fri, 6 Dec 2002 00:55:16 +0100 (CET) Michele Ravani <[EMAIL PROTECTED]> 
wrote:

MR> latest CVS gives me compilation errors

 You're unlucky -- the cvs was perfectly stable during the last 2 months
and I just started working on M again a few days ago. So there are quite a
few changes now...

MR> .src/gui/ClickURL.cpp: In method `void ClickableURL::OpenInBrowser 
MR> (int) const':
MR> .src/gui/ClickURL.cpp:351: call of overloaded `wxString(MOptionValue)' 
MR> is ambiguous

 Nerijus has already fixed this.

MR> .src/gui/ClickURL.cpp:369: aggregate `stat statbuf' has incomplete type 
MR> and cannot be initialized

 And maybe this as well -- if not adding this:

#ifdef OS_UNIX
        #include <sys/types.h>
        #include <sys/stat.h>
        #include <unistd.h>
#endif

should help.

MR> I thought to update my wxWindows, but I get a failed cvs login

 wxWin cvs has moved a month or so ago -- look at the cvs page on
wxwindows.org for the new address.

 Bye,
VZ



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to