sunxfancy / whefs

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

duplicate/broken decls in whio headers #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i've fixed and committed this problem no less than 3 times already, and for
fuck's sake i'm tired of fixing it...

gmake -C src
gmake[1]: Entering directory `/home/ex72539/src/libwhefs-20090704/src'
gmake[1]: Leaving directory `/home/ex72539/src/libwhefs-20090704/src'
gmake[1]: Entering directory `/home/ex72539/src/libwhefs-20090704/src'
cc -std=c99 -pedantic -Wall -Wimplicit-function-declaration -g -I.
-I../include -UNDEBUG -DDEBUG=1 -DWHEFS_CONFIG_ENABLE_STATIC_MALLOC=0
-DWHEFS_CONFIG_ENABLE_BITSET_CACHE=1 -DWHEFS_CONFIG_ENABLE_FCNTL=1
-DWHEFS_CONFIG_ENABLE_STRINGS_HASH_CACHE=1  -c -o whefs_block.o whefs_block.c
cc -std=c99 -pedantic -Wall -Wimplicit-function-declaration -g -I.
-I../include -UNDEBUG -DDEBUG=1 -DWHEFS_CONFIG_ENABLE_STATIC_MALLOC=0
-DWHEFS_CONFIG_ENABLE_BITSET_CACHE=1 -DWHEFS_CONFIG_ENABLE_FCNTL=1
-DWHEFS_CONFIG_ENABLE_STRINGS_HASH_CACHE=1  -c -o whefs.o whefs.c
In file included from whefs_encode.h:10,
                 from whefs_details.c:30,
                 from whefs_block.c:1:
../include/wh/whio/whio_encode.h:400: error: conflicting types for
âwhio_dev_size_t_encodeâ
../include/wh/whio/whio_encode.h:190: error: previous declaration of
âwhio_dev_size_t_encodeâ was here
In file included from whefs_encode.h:10,
                 from whefs_details.c:30,
                 from whefs.c:89:
../include/wh/whio/whio_encode.h:400: error: conflicting types for
âwhio_dev_size_t_encodeâ
../include/wh/whio/whio_encode.h:190: error: previous declaration of
âwhio_dev_size_t_encodeâ was here

Original issue reported on code.google.com by sgbeal@googlemail.com on 18 Dec 2009 at 11:28

GoogleCodeExporter commented 8 years ago
Doh, this is fixed in SVN, but was in the last release tarball. Time to make a 
new 
release.

Original comment by sgbeal@googlemail.com on 18 Dec 2009 at 5:43