Git Product home page Git Product logo

Comments (4)

tmdiv avatar tmdiv commented on September 23, 2024

I set all the linker settings so the paths are correct now. The only last thing that remain is octovis-shared linker error so octovis.dll is not generated. 7 errors connected with the same QObject class. For example:

SelectionBox.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall QObject::event(class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)

The project has in include SelectionBox.h
Is this some QGLViewer library problem ?

from octomap.

ahornung avatar ahornung commented on September 23, 2024

Yes, there is a problem linking Qt. These instructions should detail the compilation and a few fixes needed for VC++: https://github.com/OctoMap/octomap/tree/devel/octovis#microsoft-visual-studio-2010

If you find that additional steps are needed, just update the instructions via pull request.

from octomap.

tmdiv avatar tmdiv commented on September 23, 2024

Despite the instructions there are still problems with release and debug folders, lib names octomap and octomath produces lib in /bin folder while other subprojects search for lib in /lib directory.
After changing filenames and copying files to different folders manually, all exe files work.

from octomap.

ahornung avatar ahornung commented on September 23, 2024

Fixed now, the CMake config for windows now drops the Release and Debug path prefixes and puts the .lib files for linking into the exported CMake configs.

from octomap.

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.