Hi all,

I am new to trying to work with deal II and have had trouble getting it 
working. I currently have been able to compile the deal ii libraries but 
when I try to build either the first tutorial (step-1) or my own code which 
is just creating a simple grid mesh similar to that found in step-1 one I 
get the following error: 

1>deal_II.g.lib(data_out_base.obj) : error LNK2019: unresolved external 
symbol _compress2 referenced in function "void __cdecl dealii::`anonymous 
namespace'::write_compressed_block<unsigned char>(class 
std::vector<unsigned char,class std::allocator<unsigned char> > const 
&,struct dealii::DataOutBase::VtkFlags const &,class 
std::basic_ostream<char,struct std::char_traits<char> > &)" 
(??$write_compressed_block@E@?A0xd9bac495@dealii@@YAXABV?$vector@EV?$allocator@E@std@@@std@@ABUVtkFlags@DataOutBase@1@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z)
1>deal_II.g.lib(data_out_base.obj) : error LNK2019: unresolved external 
symbol _compressBound referenced in function "void __cdecl 
dealii::`anonymous namespace'::write_compressed_block<unsigned char>(class 
std::vector<unsigned char,class std::allocator<unsigned char> > const 
&,struct dealii::DataOutBase::VtkFlags const &,class 
std::basic_ostream<char,struct std::char_traits<char> > &)" 
(??$write_compressed_block@E@?A0xd9bac495@dealii@@YAXABV?$vector@EV?$allocator@E@std@@@std@@ABUVtkFlags@DataOutBase@1@AAV?$basic_ostream@DU?$char_traits@D@std@@@3@@Z)

I have google extensively for similar problems but am unable to come up 
with any solutions. Any help would be greatly appreciated.

Please let me know if you need any more information.

Thanks,
Michael

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to