pombreda / libarchive

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

Watcom libarchive build failures #273

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. untar libarchive
2. mkdir buildwc
3. cd buildwc
4. cmake -DCMAKE_BUILD_TYPE=Release -G "Watcom WMake" ..
5. wmake

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

o. many redefinitions within 'archive_windows.h', examples
    S_ISUID, S_ISGID, S_IRxxx ...

o. redefinitions errors of functions referencing mode_t

What version are you using?

current cmake and libarchive (3.0.4)

On what operating system?
Windows 7

How did you build?  (cmake, configure, or pre-packaged binary)
cmake

What compiler or development environment (please include version)?

Please provide any additional information below.

Original issue reported on code.google.com by ada...@gmail.com on 18 Jul 2012 at 1:08

GoogleCodeExporter commented 9 years ago
What compiler or development environment (please include version)?
o Open Watcom C32 Optimizing Compiler Version 1.9

Original comment by ada...@gmail.com on 18 Jul 2012 at 1:27

GoogleCodeExporter commented 9 years ago
There was a little effort about two years ago to make libarchive
work better with Watcom compilers, but there don't seem to be
many people using it.

Patches eagerly solicited.

Original comment by kientzle@gmail.com on 18 Jul 2012 at 3:42