Guest User

Untitled

a guest
Nov 9th, 2012
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. ------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
  2. Build started 11/9/2012 1:51:56 PM.
  3. InitializeBuildStatus:
  4. Creating "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
  5. FinalizeBuildStatus:
  6. Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
  7. Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
  8.  
  9. Build succeeded.
  10.  
  11. Time Elapsed 00:00:01.59
  12. ------ Build started: Project: CGAL, Configuration: Release Win32 ------
  13. Build started 11/9/2012 1:51:58 PM.
  14. InitializeBuildStatus:
  15. Touching "CGAL.dir\Release\CGAL.unsuccessfulbuild".
  16. CustomBuild:
  17. All outputs are up-to-date.
  18. ClCompile:
  19. all_files.cpp
  20. ResourceCompile:
  21. All outputs are up-to-date.
  22. Link:
  23. Creating library C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL-vc100-mt-4.1.lib and object C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL-vc100-mt-4.1.exp
  24. CGAL.vcxproj -> C:\Program Files (x86)\CGAL-4.1\bin\Release\CGAL-vc100-mt-4.1.dll
  25. PostBuildEvent:
  26. 1 file(s) copied.
  27. 1 file(s) copied.
  28. FinalizeBuildStatus:
  29. Deleting file "CGAL.dir\Release\CGAL.unsuccessfulbuild".
  30. Touching "CGAL.dir\Release\CGAL.lastbuildstate".
  31.  
  32. Build succeeded.
  33.  
  34. Time Elapsed 00:00:06
  35. ------ Build started: Project: CGAL_Core, Configuration: Release Win32 ------
  36. Build started 11/9/2012 1:52:04 PM.
  37. InitializeBuildStatus:
  38. Touching "CGAL_Core.dir\Release\CGAL_Core.unsuccessfulbuild".
  39. CustomBuild:
  40. All outputs are up-to-date.
  41. ClCompile:
  42. all_files.cpp
  43. ResourceCompile:
  44. All outputs are up-to-date.
  45. Link:
  46. Creating library C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL_Core-vc100-mt-4.1.lib and object C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL_Core-vc100-mt-4.1.exp
  47. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_set referenced in function ___gmpz_abs
  48. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_set referenced in function ___gmpq_neg
  49. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_clear referenced in function "public: __thiscall CORE::BigIntRep::~BigIntRep(void)" (??1BigIntRep@CORE@@QAE@XZ)
  50. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_get_si referenced in function "public: int __thiscall CORE::BigInt::intValue(void)const " (?intValue@BigInt@CORE@@QBEHXZ)
  51. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_get_d referenced in function "public: double __thiscall CORE::BigInt::doubleValue(void)const " (?doubleValue@BigInt@CORE@@QBENXZ)
  52. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_cmp referenced in function "int __cdecl CORE::cmp(class CORE::BigInt const &,class CORE::BigInt const &)" (?cmp@CORE@@YAHABVBigInt@1@0@Z)
  53. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_scan1 referenced in function "unsigned long __cdecl CORE::getBinExpo(class CORE::BigInt const &)" (?getBinExpo@CORE@@YAKABVBigInt@1@@Z)
  54. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_sizeinbase referenced in function "int __cdecl CORE::bitLength(class CORE::BigInt const &)" (?bitLength@CORE@@YAHABVBigInt@1@@Z)
  55. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_clear referenced in function "public: __thiscall CORE::BigRatRep::~BigRatRep(void)" (??1BigRatRep@CORE@@QAE@XZ)
  56. all_files.obj : error LNK2019: unresolved external symbol __imp____gmp_randinit referenced in function "struct __gmp_randstate_struct (* __cdecl CORE::getRandstate(void))[1]" (?getRandstate@CORE@@YAPAY00U__gmp_randstate_struct@@XZ)
  57. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(void)" (??0BigIntRep@CORE@@QAE@XZ)
  58. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init_set referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(class CORE::BigIntRep const &)" (??0BigIntRep@CORE@@QAE@ABV01@@Z)
  59. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init_set_si referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(signed char)" (??0BigIntRep@CORE@@QAE@C@Z)
  60. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init_set_ui referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(unsigned char)" (??0BigIntRep@CORE@@QAE@E@Z)
  61. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init_set_d referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(float)" (??0BigIntRep@CORE@@QAE@M@Z)
  62. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_init_set_str referenced in function "public: __thiscall CORE::BigIntRep::BigIntRep(char const *,int)" (??0BigIntRep@CORE@@QAE@PBDH@Z)
  63. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_init referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(void)" (??0BigRatRep@CORE@@QAE@XZ)
  64. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_set_si referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(int)" (??0BigRatRep@CORE@@QAE@H@Z)
  65. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_set_str referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(char const *)" (??0BigRatRep@CORE@@QAE@PBD@Z)
  66. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_canonicalize referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(struct __mpz_struct const *,struct __mpz_struct const *)" (??0BigRatRep@CORE@@QAE@PBU__mpz_struct@@0@Z)
  67. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_get_str referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl CORE::io_write(class std::basic_ostream<char,struct std::char_traits<char> > &,struct __mpz_struct const *)" (?io_write@CORE@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV23@PBU__mpz_struct@@@Z)
  68. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_get_str referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl CORE::io_write(class std::basic_ostream<char,struct std::char_traits<char> > &,struct __mpq_struct const *)" (?io_write@CORE@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV23@PBU__mpq_struct@@@Z)
  69. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_add referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator+=(class CORE::BigInt const &)" (??YBigInt@CORE@@QAEAAV01@ABV01@@Z)
  70. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_sub referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator-=(class CORE::BigInt const &)" (??ZBigInt@CORE@@QAEAAV01@ABV01@@Z)
  71. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_mul referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator*=(class CORE::BigInt const &)" (??XBigInt@CORE@@QAEAAV01@ABV01@@Z)
  72. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_tdiv_q referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator/=(class CORE::BigInt const &)" (??_0BigInt@CORE@@QAEAAV01@ABV01@@Z)
  73. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_tdiv_r referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator%=(class CORE::BigInt const &)" (??_1BigInt@CORE@@QAEAAV01@ABV01@@Z)
  74. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_and referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator&=(class CORE::BigInt const &)" (??_4BigInt@CORE@@QAEAAV01@ABV01@@Z)
  75. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_ior referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator|=(class CORE::BigInt const &)" (??_5BigInt@CORE@@QAEAAV01@ABV01@@Z)
  76. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_xor referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator^=(class CORE::BigInt const &)" (??_6BigInt@CORE@@QAEAAV01@ABV01@@Z)
  77. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_mul_2exp referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator<<=(unsigned long)" (??_3BigInt@CORE@@QAEAAV01@K@Z)
  78. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_tdiv_q_2exp referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator>>=(unsigned long)" (??_2BigInt@CORE@@QAEAAV01@K@Z)
  79. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_add_ui referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator++(void)" (??EBigInt@CORE@@QAEAAV01@XZ)
  80. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_sub_ui referenced in function "public: class CORE::BigInt & __thiscall CORE::BigInt::operator--(void)" (??FBigInt@CORE@@QAEAAV01@XZ)
  81. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_set_str referenced in function "public: int __thiscall CORE::BigInt::set_str(char const *,int)" (?set_str@BigInt@CORE@@QAEHPBDH@Z)
  82. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_tdiv_qr referenced in function "void __cdecl CORE::div_rem(class CORE::BigInt &,class CORE::BigInt &,class CORE::BigInt const &,class CORE::BigInt const &)" (?div_rem@CORE@@YAXAAVBigInt@1@0ABV21@1@Z)
  83. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_add referenced in function "class CORE::BigRat __cdecl CORE::operator+(class CORE::BigRat const &,class CORE::BigRat const &)" (??HCORE@@YA?AVBigRat@0@ABV10@0@Z)
  84. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_sub referenced in function "class CORE::BigRat __cdecl CORE::operator-(class CORE::BigRat const &,class CORE::BigRat const &)" (??GCORE@@YA?AVBigRat@0@ABV10@0@Z)
  85. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_mul referenced in function "class CORE::BigRat __cdecl CORE::operator*(class CORE::BigRat const &,class CORE::BigRat const &)" (??DCORE@@YA?AVBigRat@0@ABV10@0@Z)
  86. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_div referenced in function "class CORE::BigRat __cdecl CORE::operator/(class CORE::BigRat const &,class CORE::BigRat const &)" (??KCORE@@YA?AVBigRat@0@ABV10@0@Z)
  87. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_set_z referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(struct __mpz_struct const *)" (??0BigRatRep@CORE@@QAE@PBU__mpz_struct@@@Z)
  88. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_remove referenced in function "void __cdecl CORE::getKaryExpo(class CORE::BigInt const &,class CORE::BigInt &,int &,unsigned long)" (?getKaryExpo@CORE@@YAXABVBigInt@1@AAV21@AAHK@Z)
  89. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_set_d referenced in function "public: __thiscall CORE::BigRatRep::BigRatRep(double)" (??0BigRatRep@CORE@@QAE@N@Z)
  90. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpz_set_ui referenced in function "class std::basic_istream<char,struct std::char_traits<char> > & __cdecl CORE::io_read(class std::basic_istream<char,struct std::char_traits<char> > &,struct __mpz_struct *)" (?io_read@CORE@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV23@PAU__mpz_struct@@@Z)
  91. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_get_d referenced in function "public: double __thiscall CORE::BigRat::doubleValue(void)const " (?doubleValue@BigRat@CORE@@QBENXZ)
  92. all_files.obj : error LNK2019: unresolved external symbol __imp____gmpq_cmp referenced in function "int __cdecl CORE::cmp(class CORE::BigRat const &,class CORE::BigRat const &)" (?cmp@CORE@@YAHABVBigRat@1@0@Z)
  93. C:\Program Files (x86)\CGAL-4.1\bin\Release\CGAL_Core-vc100-mt-4.1.dll : fatal error LNK1120: 46 unresolved externals
  94.  
  95. Build FAILED.
  96.  
  97. Time Elapsed 00:00:02.84
  98. ------ Build started: Project: CGAL_ImageIO, Configuration: Release Win32 ------
  99. Build started 11/9/2012 1:52:07 PM.
  100. InitializeBuildStatus:
  101. Touching "CGAL_ImageIO.dir\Release\CGAL_ImageIO.unsuccessfulbuild".
  102. CustomBuild:
  103. All outputs are up-to-date.
  104. ClCompile:
  105. all_files.cpp
  106. c:\program files (x86)\gnuwin32\include\zconf.h(289): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  107.  
  108. Build FAILED.
  109.  
  110. Time Elapsed 00:00:00.28
  111. ------ Build started: Project: CGAL_Qt4, Configuration: Release Win32 ------
  112. Build started 11/9/2012 1:52:07 PM.
  113. InitializeBuildStatus:
  114. Touching "CGAL_Qt4.dir\Release\CGAL_Qt4.unsuccessfulbuild".
  115. CustomBuild:
  116. All outputs are up-to-date.
  117. ClCompile:
  118. all_files.cpp
  119. moc_GraphicsViewNavigation.cxx
  120. moc_DemosMainWindow.cxx
  121. moc_GraphicsItem.cxx
  122. moc_GraphicsViewInput.cxx
  123. qrc_CGAL.cxx
  124. qrc_Input.cxx
  125. qrc_File.cxx
  126. qrc_Triangulation_2.cxx
  127. Generating Code...
  128. ResourceCompile:
  129. All outputs are up-to-date.
  130. Link:
  131. Creating library C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL_Qt4-vc100-mt-4.1.lib and object C:/Program Files (x86)/CGAL-4.1/lib/Release/CGAL_Qt4-vc100-mt-4.1.exp
  132. CGAL_Qt4.vcxproj -> C:\Program Files (x86)\CGAL-4.1\bin\Release\CGAL_Qt4-vc100-mt-4.1.dll
  133. PostBuildEvent:
  134. 1 file(s) copied.
  135. 1 file(s) copied.
  136. FinalizeBuildStatus:
  137. Deleting file "CGAL_Qt4.dir\Release\CGAL_Qt4.unsuccessfulbuild".
  138. Touching "CGAL_Qt4.dir\Release\CGAL_Qt4.lastbuildstate".
  139.  
  140. Build succeeded.
  141.  
  142. Time Elapsed 00:00:10.57
  143. ------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
  144. Build started 11/9/2012 1:52:18 PM.
  145. InitializeBuildStatus:
  146. Creating "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified.
  147. CustomBuild:
  148. Build all projects
  149. FinalizeBuildStatus:
  150. Deleting file "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
  151. Touching "Win32\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
  152.  
  153. Build succeeded.
  154.  
  155. Time Elapsed 00:00:00.10
  156. ========== Build: 4 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment