andriybobyr / s3backer

FUSE-based single file backing store via Amazon S3
GNU General Public License v2.0
0 stars 0 forks source link

Make Error #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
2. $ make

What is the expected output? What do you see instead?
Expected: No Errors

Actual:
make  all-recursive
Making all in debian
make[2]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I.    -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 
-I/usr/local/include/fuse   -g -O3 -pipe -Wall -Waggregate-return -Wcast-align 
-Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wno-long-long -Wparentheses 
-Wpointer-arith -Wredundant-decls -Wreturn-type -Wswitch -Wtrigraphs 
-Wuninitialized -Wunused -Wwrite-strings -Wshadow -Wstrict-prototypes 
-Wcast-qual  -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
In file included from s3backer.h:47,
                 from main.c:25:
/usr/local/include/curl/curl.h:52:23: error: osreldate.h: No such file or 
directory
make[2]: *** [main.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

What version of the product are you using? On what operating system?
s3backer: 1.3.2
Mac OS X: 10.6.7

Please provide any additional information below.

Error encountered while following instructions on the BuildAndInstall wiki page.

Original issue reported on code.google.com by wkra...@gmail.com on 14 Jul 2011 at 8:28

GoogleCodeExporter commented 8 years ago
I believe this is a problem with MacPorts, not s3backer.

See https://trac.macports.org/ticket/23952 for more details.

Original comment by archie.c...@gmail.com on 14 Jul 2011 at 10:33