cowelld / tackandlay_pi

Tack and Lay lines for sailors
1 stars 4 forks source link

Build failure #include "ocpnDC.h" not found #2

Closed rgleason closed 9 years ago

rgleason commented 9 years ago

Cowelld, can you help me out. Trying to compile under Windows7

Cannot find the ocpnDC.h in this line 34

include "ocpnDC.h"

Build FAILED.

"C:\Data-Dart\Up-Soft\Navigation\o-plugin\tackandlay_pi\build\ALL_BUILD.vcxproj" (default target) (1) -> "C:\Data-Dart\Up-Soft\Navigation\o-plugin\tackandlay_pi\build\tackandlay_pi.vcxproj" (default target) (3) -> (ClCompile target) ->

c:\data-dart\up-soft\navigation\o-plugin\tackandlay_pi\src\tackandlay_pi.h(34) : fatal error C1083: Cannot open include file: 'ocpnDC.h': No such file or direc tory [C:\Data-Dart\Up-Soft\Navigation\o-plugin\tackandlay_pi\build\tackandlay_pi .vcxproj] 0 Warning(s) 1 Error(s)

rgleason commented 9 years ago

I guess that line is supposed to be // #include "ocpnDC.h"

include "ocpn_plugin.h"

because it compiles now.

cowelld commented 9 years ago

Actually there is a header file in OCPN but it's "ocpndc.h". Visual C++ Express didn't seem to care about the change in DC. I'm still working on the Tack and Lay program and unfortunately it doesn't do much yet. Hopefully, it'll be right for Christmas.

----- Original Message ----- From: "Rick Gleason" notifications@github.com To: "cowelld/tackandlay_pi" tackandlay_pi@noreply.github.com Sent: Wednesday, December 24, 2014 8:33 AM Subject: Re: [tackandlay_pi] Build failure #include "ocpnDC.h" not found (#2)

I guess that line is supposed to be // #include "ocpnDC.h"

include "ocpn_plugin.h"


Reply to this email directly or view it on GitHub: https://github.com/cowelld/tackandlay_pi/issues/2#issuecomment-68062415