[GnuWin32-Users] mingw-users@lists.sourceforge.net

2005-05-05 Thread Lloyd Dupont
I'm tring to compile a very simple test program using libarchive (joined as attached file). apparently I also need libgw32c which define correct header and structure required by libarchive while developing I could download them both from there: http://gnuwin32.sourceforge.net/packages/ ==> http:/

[GnuWin32-Users] libarchive issues... (& NNTP server)

2005-05-04 Thread Lloyd Dupont
1. does anyone have been able to successfuly use libarchive on windows? I'm using gcc 3.2.3, libarchive 1.02.019 and I have trouble using it...   first the uid_t and gid_t type used in archive_entry.h are not defined on windows (on UNIXes they are user id and group id number). but I worked a

[GnuWin32-Users] libarchive problem

2005-05-02 Thread Lloyd Dupont
I have downloaded libarchive-1.02.019.exe from there: http://gnuwin32.sourceforge.net/packages/libarchive.htm   which install the required binaries and headers to use libarchive. I'm porting a software from MacOSX(10.3) to MingW gcc (gcc 3.2 on WindowsXP).   The software compiles (and runs) w