Code Monkey home page Code Monkey logo

Comments (14)

hjqcalm avatar hjqcalm commented on September 27, 2024 1

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

Which DLL are you missing?

There's a good chance your problem is caused by using VS2015. As the readme says:

Build process depends on using the correct compiler, that's v12 (VS2013)

from cgal_straightskeleton_wrapper.

caglaraydin avatar caglaraydin commented on September 27, 2024

CGAL_StraightSkeleton_Wrapper.dll is missing

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

Ah, well that's the output at the end of the whole build process. Literally anything could have gone wrong to cause that!

You'll have to tell me a little more about the steps you've taken to get to this point :)

from cgal_straightskeleton_wrapper.

caglaraydin avatar caglaraydin commented on September 27, 2024

I just clicked on build button, nothing more. Are you able to build it currently?

On Sep 23, 2016, at 3:47 PM, Martin Evans [email protected] wrote:

Ah, well that's the output at the end of the whole build process. Literally anything could have gone wrong to cause that!

You'll have to tell me a little more about the steps you've taken to get to this point :)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

Are you able to build it currently?

I could about six months ago, and nothing significant has changed since then in my setup. However I'm not going to try because the build process is rather complex!

It sounds like you haven't followed the instructions in the readme. Before building the wrapper you need to to run a completely independent build step for boost and then CGAL.

from cgal_straightskeleton_wrapper.

caglaraydin avatar caglaraydin commented on September 27, 2024

I will try again and update you. I may have done sth wrong.

On Sep 23, 2016, at 4:55 PM, Martin Evans [email protected] wrote:

Are you able to build it currently?

I could about six months ago, and nothing significant has changed since then in my setup. However I'm not going to try because the build process is rather complex!

It sounds like you haven't followed the instructions in the readme. Before building the wrapper you need to to run a completely independent build step for boost and then CGAL.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

from cgal_straightskeleton_wrapper.

caglaraydin avatar caglaraydin commented on September 27, 2024

So I did step by step installation according to the readme file. Everything was acting perfect until vs2013 gave an error which stated that "error C1083: Cannot open include file: 'CGAL/compiler_config.h': No such file or directory"

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

That's odd. I just did a search through the entire codebase and it doesn't mention compiler_config.h anywhere. Which file does this error come from?

Have you fully completed the guide to install CGAL (http://doc.cgal.org/latest/Manual/installation.html)? Particularly the cmake/cmake gui bit. That says it:

dynamically generates a compiler_config.h file

So if it's missing, I guess something went wrong with your initial cmake configuration.

from cgal_straightskeleton_wrapper.

hjqcalm avatar hjqcalm commented on September 27, 2024

When I directly used the CGAL_StraightSkeleton_Dotnet published in windows10/vs2019/NuGet, and I ran code of ConsoleTest/Program.cs, a runtime exception was thrown, which is "System.DllNotFoundException: Can not Load DLL CGAL_StraightSkeleton_Wrapper". Can I ask you for advice? Thank you for your reply.
1
2

from cgal_straightskeleton_wrapper.

hjqcalm avatar hjqcalm commented on September 27, 2024

I copied all the dlls downloaded by NuGet to the directory where the exe is located (under the debug directory), but still error will be reported.
3
3-1

from cgal_straightskeleton_wrapper.

hjqcalm avatar hjqcalm commented on September 27, 2024

Considering there may be a problem with "Solution Platform" of this project, I set the value to "x86" instead of "Any CPU", and I copied all the dlls downloaded by NuGet to the directory "bin\x86\Debug", including "CGAL_StraightSkeleton_Wrapper.dll", but the exception was still thrown.
4

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

Unfortunately the DllNotFoundException isn't very helpful since it doesn't tell you which DLL is missing. Instead it just indicates that something in the entire dependency tree is missing. In your case since you have the directly required DLLs it must be a system dependency missing.

My only guess is perhaps try installing a few older versions of the vcredist - since I worked on this project 6 years ago perhaps try the 2015 and 2017 versions.

from cgal_straightskeleton_wrapper.

martindevans avatar martindevans commented on September 27, 2024

(Deleted comment was an automated out-of-office reply)

from cgal_straightskeleton_wrapper.

Related Issues (2)

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.