GithubHelp home page GithubHelp logo

Unable to load PROJ.4 library about camp HOT 2 CLOSED

shujaatak avatar shujaatak commented on August 17, 2024
Unable to load PROJ.4 library

from camp.

Comments (2)

rolker avatar rolker commented on August 17, 2024 1

This is on Windows I presume? I normally develop on Linux (currently Ubuntu 17.04) but I have tested building and running on Windows 10 a while ago. I documented loosely how I did it in the README.md file. Does your environment match what I have documented there? Particularly, which version of GDAL are you using and how was it built and installed? You error message seems to suggest that GDAL is having a problem loading the proj4 library's DLL.

from camp.

shujaatak avatar shujaatak commented on August 17, 2024

No worries, I solved it.
It would be much appreciable if you include the following "Building PROJ4" instructions in your reademe file:

Building PROJ4

  • Download PROJ4 - https://github.com/OSGeo/proj.4
  • Unzip it.
  • In the source directory, edit nmake.opt modifiying INSTDIR to desired install/build location
  • Run "VS2015 x64 Native Tools Command Prompt" for VS 2015
  • Change directory to PROJ4 source directory
  • Run these commands one after other:
    • nmake /f makefile.vc MSVC_VER=1910 WIN64=1
    • nmake /f makefile.vc MSVC_VER=1910 WIN64=1 install-all
  • After completion, you will find the compiled PROJ4 lib, include and bin folders in your specified install/build location, From bin folder, copy proj.dll to the AutonomousMissionPlanner.exe folder. Done!

from camp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.