pombreda / libarchive

Automatically exported from code.google.com/p/libarchive
Other
0 stars 0 forks source link

Failure to build with Visual Studio 2008 #412

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run cmake-gui, open libarchive source, configure to use Visual Studio 9 
generator.
2. Leave all options by default and generate Visual Studio 2008 project.
3. Open the generated solution file with Visual Studio 2008 and rebuild it.
4. See a lot of compilation errors.

What version are you using?
libarchive-3.1.2, cmake-3.1.3, visual studio 2008 SP1

On what operating system?
Windows 8.1 x64

What compiler or development environment (please include version)?
Those installed with Visual Studio 2008 SP1.

The build log file is attached.

Original issue reported on code.google.com by pugach.y...@gmail.com on 17 Feb 2015 at 2:34

Attachments:

GoogleCodeExporter commented 9 years ago
I just pushed fixes for most of these warnings.

I still need to research the issue with the bcrypt macros, though.

Original comment by kientzle@gmail.com on 21 Feb 2015 at 5:45