tags 750972 + patch
thanks

On Mon, Jun 09, 2014 at 05:23:33PM +1200, Olly Betts wrote:
> Currently nautic FTBFS in unstable - the patch in #713547 fixes this and
> looks good to me.
> 
> I notice you're also the upstream for nautic - have you done any work on
> porting it to wxwidgets 3.0?

With the patch from #713547 applied, I only need the attached one line
change to get nautic to build with wxwidgets3.0.

However, the application throws up a lot of assertions at run-time.
Passing -DNDEBUG to the compiler will silence these (which is what
happens in a standard wx2.8 build), but it would be better to try
to actually address them.

Cheers,
    Olly
Description: Fix to build with wxWidgets 3.0
 Should still build with wxWidgets 2.8, but not tested.
Author: Olly Betts <[email protected]>
Bug-Debian: https://bugs.debian.org/750972
Last-Update: 2014-03-21

--- nautic-1.5.orig/main.h
+++ nautic-1.5/main.h
@@ -25,7 +25,7 @@
 #define __main__
 
 // main wxWidgets header file
-#include <wx-2.8/wx/wx.h>
+#include <wx/wx.h>
 #include <wx/defs.h>
 #include <wx/file.h>
 #include <wx/dir.h>

Reply via email to