polarbearzoo / maidsafe-dht

Automatically exported from code.google.com/p/maidsafe-dht
0 stars 0 forks source link

Dones not compile on windows #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout 
2. build
3. compile any udt linked library 

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

Undefined references in lib

Please use labels and text to provide additional information.

Original issue reported on code.google.com by irvine.d...@gmail.com on 10 May 2009 at 1:57

GoogleCodeExporter commented 9 years ago
This has something to do with the libraries linked in the code. We require the 
WINNT
setting on the compiler but it would appear the libraries also require LEGACY 
mode
which would indicate were using an incorrect library for linking. 

Original comment by irvine.d...@gmail.com on 10 May 2009 at 4:34

GoogleCodeExporter commented 9 years ago
Code changed now compiles and runs in mingw compiler all ok. 

Original comment by irvine.d...@gmail.com on 11 May 2009 at 11:11