chrisidefix / cgal-bindings

Automatically exported from code.google.com/p/cgal-bindings
Boost Software License 1.0
0 stars 0 forks source link

CGAL_Kernel.dll, unresolved external symbol, Windows #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Visual Studio 2010 Professional
2. Building CGAL_Kernel

What is the expected output? What do you see instead?

2>------ Build started: Project: CGAL_Kernel, Configuration: Release x64 ------
2>Build started 11.12.2012 09:45:59.
2>InitializeBuildStatus:
2>  Touching "CGAL_Kernel.dir\Release\CGAL_Kernel.unsuccessfulbuild".
2>CustomBuild:
2>  All outputs are up-to-date.
2>ClCompile:
2>  All outputs are up-to-date.
2>Link:
2>     Creating library 
C:/data/builds/swig/build-java/lib/Release/CGAL_Kernel.lib and object 
C:/data/builds/swig/build-java/lib/Release/CGAL_Kernel.exp
2>CGAL_KernelJAVA_wrap.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class Vector_2 __cdecl Point_2::operator-(struct 
Origin const &)" (__imp_??GPoint_2@@QEAA?AVVector_2@@AEBUOrigin@@@Z) referenced 
in function Java_CGAL_Kernel_CGAL_1KernelJNI_Point_12_1minus_1_1SWIG_12
2>CGAL_KernelJAVA_wrap.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class Vector_3 __cdecl Point_3::operator-(struct 
Origin const &)" (__imp_??GPoint_3@@QEAA?AVVector_3@@AEBUOrigin@@@Z) referenced 
in function Java_CGAL_Kernel_CGAL_1KernelJNI_Point_13_1minus_1_1SWIG_12
2>C:\data\builds\swig\build-java\lib\Release\CGAL_Kernel.dll : fatal error 
LNK1120: 2 unresolved externals
2>
2>Build FAILED.

What version of the product are you using? On what operating system?

CGAL-4.1 (zlib-1.2.7, boost 1.51)
cgal-bindings-198195ece239
swigwin 2.0.8
cmake 2.8.10.2
Windows 7 (64-bit) as well as on Windows XP (32-bit)

Please provide any additional information below.

Everything else runs smoothly.

Original issue reported on code.google.com by weil....@gmail.com on 11 Dec 2012 at 10:09

GoogleCodeExporter commented 9 years ago

Original comment by sloriot...@gmail.com on 11 Dec 2012 at 12:53

GoogleCodeExporter commented 9 years ago

Original comment by sloriot...@gmail.com on 11 Dec 2012 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by sloriot...@gmail.com on 12 Dec 2012 at 10:52