Ir ao conteúdo
  • Cadastre-se

CGAL e seus includes


mrpriest

Posts recomendados

Olá, pessoal!

Estou tentando executar um dos exemplos da biblioteca CGAL, mais especificamente, o exemplo do voronoi bidimensional.

Na primeira compilação, houve diversos erros, indicando a ausência de arquivos como basic.h.

Procurei pela internet esses arquivos e fui conseguindo um a um. Mas agora tive os seguintes erros:

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(36) : error C2065: 'is_same' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(36) : error C2065: 'T' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(36) : error C2065: 'U' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2078: too many initializers

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2146: syntax error : missing ';' before identifier 'BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1'

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2899: typename cannot be used outside a template declaration

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2065: 'T' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2065: 'is_same' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2065: 'T' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(37) : error C2065: 'T' : undeclared identifier

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(38) : warning C4067: unexpected tokens following preprocessor directive - expected a newline

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(38) : warning C4067: unexpected tokens following preprocessor directive - expected a newline

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(97) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(97) : error C2078: too many initializers

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(97) : error C2143: syntax error : missing ';' before '}'

1>c:\program files\cgal-3.4\include\cgal\boost\type_traits\is_same.hpp(99) : fatal error C1083: Cannot open include file: 'boost/type_traits/detail/bool_trait_undef.hpp': No such file or directory

1>Build log was saved at "file://c:\Users\mrp\Documents\Visual Studio 2008\Projects\TesteCGAL\Debug\BuildLog.htm"

1>TesteCGAL - 15 error(s), 2 warning(s)

Se alguém puder me ajudar, estou aguardando.

Obrigado!! :)

Link para o comentário
Compartilhar em outros sites

  • 2 semanas depois...

Oi, pessoal!

A CGAL foi instalada, assim como o cmake, o QT, a Boost... Mas ainda não consigo compilar os exemplos em que tenho interesse, que o do Voronoi.

Compilei apenas um pequeno exemplo que mostra uma janela. O do Voronoi eu não consigo compilar.

Se alguém tiver alguma sugestão para resolver os erros a seguir, envie-me.

Obrigado!

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(54) : error C2065: 'mpZ' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(54) : error C3861: 'mpz_clear': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2146: syntax error : missing ',' before identifier 'z'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C2535: 'CGAL::Gmpz::Gmpz(const int)' : member function already defined or declared

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : see declaration of 'CGAL::Gmpz::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C2143: syntax error : missing ';' before '&'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : warning C4183: 'mpz': missing return type; assumed to be a member function returning 'int'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C2143: syntax error : missing ';' before '&'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : warning C4183: 'mpz': missing return type; assumed to be a member function returning 'int'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(79) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(79) : error C3861: 'mpz_init': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C2065: 'z' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(82) : error C3861: 'mpz_init_set': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(85) : error C3861: 'mpz_init_set_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(88) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(88) : error C3861: 'mpz_init_set_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(91) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(91) : error C3861: 'mpz_init_set_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(94) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(98) : error C3861: 'mpz_init_set_d': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(101) : error C2758: 'CGAL::Gmpz::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : see declaration of 'CGAL::Gmpz::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(101) : error C3861: 'mpz_init_set_str': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(126) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpz_rep'

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(45) : see declaration of 'CGAL::Gmpz_rep'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(127) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpz_rep'

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(45) : see declaration of 'CGAL::Gmpz_rep'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(138) : error C2065: 'mp_bits_per_limb' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(138) : error C3861: 'mpz_size': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(146) : error C3861: 'mpz_cmp': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(151) : error C3861: 'mpz_cmp': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(158) : error C3861: 'mpz_cmp_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(163) : error C3861: 'mpz_cmp_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(168) : error C3861: 'mpz_cmp_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(182) : error C3861: 'mpz_neg': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(192) : error C3861: 'mpz_add': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(203) : error C3861: 'mpz_add_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(205) : error C3861: 'mpz_sub_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(215) : error C3861: 'mpz_sub': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(226) : error C3861: 'mpz_sub_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(228) : error C3861: 'mpz_add_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(238) : error C3861: 'mpz_mul': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(248) : error C3861: 'mpz_mul_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(259) : error C3861: 'mpz_tdiv_q': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(271) : error C3861: 'mpz_tdiv_q_ui': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(283) : error C3861: 'mpz_tdiv_r': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(292) : error C3861: 'mpz_get_d': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(297) : error C3861: 'mpz_sgn': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(302) : error C3861: 'mpz_sizeinbase': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(308) : error C3861: 'mpz_sizeinbase': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(309) : error C3861: 'mpz_get_str': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(366) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(381) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(388) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(390) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(452) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpz_type.h(453) : error C2582: 'operator =' function is unavailable in 'CGAL::Gmpz'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C2146: syntax error : missing ';' before identifier 'mpZ'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(58) : error C3861: 'mpz_clear': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : error C2143: syntax error : missing ';' before '&'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(100) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(102) : warning C4183: 'man': missing return type; assumed to be a member function returning 'int'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(104) : error C2143: syntax error : missing ';' before '&'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(105) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(107) : warning C4183: 'man': missing return type; assumed to be a member function returning 'int'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : error C2146: syntax error : missing ',' before identifier 'z'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(141) : error C2535: 'CGAL::Gmpzf::Gmpzf(const int)' : member function already defined or declared

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(125) : see declaration of 'CGAL::Gmpzf::Gmpzf'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(200) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(200) : error C2143: syntax error : missing ',' before '*'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(101) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpzf_rep'

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(49) : see declaration of 'CGAL::Gmpzf_rep'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(106) : error C2039: 'mpZ' : is not a member of 'CGAL::Gmpzf_rep'

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(49) : see declaration of 'CGAL::Gmpzf_rep'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(119) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(120) : error C3861: 'mpz_init': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(127) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(128) : error C2065: 'z' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(128) : error C3861: 'mpz_init_set': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(135) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(136) : error C3861: 'mpz_init_set': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(143) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(144) : error C3861: 'mpz_init_set_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(150) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(151) : error C3861: 'mpz_init_set_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(155) : error C2758: 'CGAL::Gmpzf::mpz_t' : must be initialized in constructor base/member initializer list

1> c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(99) : see declaration of 'CGAL::Gmpzf::mpz_t'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(159) : error C3861: 'mpz_init': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(167) : error C3861: 'mpz_init_set_d': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(224) : error C3861: 'mpz_neg': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2143: syntax error : missing ';' before '*'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(235) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(236) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(236) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(237) : error C3861: 'mpz_add': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2143: syntax error : missing ';' before '*'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(254) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(255) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(255) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(256) : error C3861: 'mpz_sub': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(272) : error C3861: 'mpz_mul': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(283) : error C3861: 'mpz_mul_si': identifier not found

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2143: syntax error : missing ';' before '*'

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(299) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : error C2065: 'a_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : error C2065: 'b_aligned' : undeclared identifier

1>c:\cgal\cgal-3.4\include\cgal\gmp\gmpzf_type.h(300) : fatal error C1003: error count exceeds 100; stopping compilation

1>Build log was saved at "file://c:\Users\mrp\Documents\Visual Studio 2008\Projects\CGAL_t\Vteste\Debug\BuildLog.htm"

1>Vteste - 120 error(s), 5 warning(s)

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Link para o comentário
Compartilhar em outros sites

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...