seandepagnier / celestial_navigation_pi

celestial navigation plugin for opencpn
17 stars 21 forks source link

Debug Inline with Opencpn Compile produces no DLL #14

Closed rgleason closed 7 years ago

rgleason commented 7 years ago

I "cleaned" my OPencpn Debug setup. Git cloned cel-nav into source\plugins Made sure I had all the binaries in buildwin and the dlls in source\build Copied the cel-nav DATA to source\build\plugins\celestial_navigation_pi\ Then run cmake -T v120_xp .. Now the proper directories are not setup in C:\Users..\GitHub\obeta\OpenCPN\build\plugins\celestial_navigation_pi

I checked C:\Users..\OpenCPN\plugins\celestial_navigation_pi for CMakeLists.txt and it does exist. Why isn't it making the setup?

When I run the other commands the setup is not created under source\build\plugin\celestial_nav_pi I should be seeing Debug and Release directories.

Either I am doing something wrong or the CMake file isn't doing something.

rgleason commented 7 years ago

Now a dll is produced and package made, but when installed the second fix crashes O. This was fixed before by Povl Fixed bug when reloading Sight XML https://github.com/seandepagnier/celestial_navigation_pi/pull/9 and Sean merged the commit 18 days ago. seandepagnier merged commit ebe6ab9 into seandepagnier:master 16 days ago

Why is this cropping up again?

rgleason commented 7 years ago

Closing this. Old.