Re: compiling on Mac OSX 10.5.3

2008-06-24 Thread Shachar Shemesh
Philippe Niquille wrote: > Compiling worked after adding some mmap includes (see patch)! But the > strange thing now is, that the actual build doesn't seem to work. It > outputs strange errors which I can't interpret. It still seems to have > problems with mmap?! Hi Philippe, I'm a bit at a los

Re: Re: compiling on Mac OSX 10.5.3

2008-06-22 Thread Philippe Niquille
Compiling worked after adding some mmap includes (see patch)! But the strange thing now is, that the actual build doesn't seem to work. It outputs strange errors which I can't interpret. It still seems to have problems with mmap?! * Lena:test fluppel$ rsyncrypto UniSG/ ./crypt/ ~/ ~/.rsyncryp

Re: compiling on Mac OSX 10.5.3

2008-06-21 Thread Shachar Shemesh
Philippe Niquille wrote: > Hmm I applied your patch and I still get the following: > > make all-am > g++ -DHAVE_CONFIG_H -I. -I../openssl-0.9.8h//include > -I../argtable2-9/src -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c > -o main.o main.cpp > autommap.h: In constructor 'autommap::automma

Re: compiling on Mac OSX 10.5.3

2008-06-19 Thread Philippe Niquille
Hmm I applied your patch and I still get the following: make all-am g++ -DHAVE_CONFIG_H -I. -I../openssl-0.9.8h//include -I../argtable2-9/src -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp autommap.h: In constructor 'autommap::autommap(void*, size_t, int, int, int, off_t)':

Re: compiling on Mac OSX 10.5.3

2008-06-18 Thread Shachar Shemesh
Philippe Niquille wrote: Hi With the attached patch, the program compiles just fine on my system - Mac Mini PowePC with Mac OS X 10.4.11. It should be noted that while rsyncrypto compiles just fine, it cannot run properly because the system has no gzip with --rsyncable support. If you have a

Re: compiling on Mac OSX 10.5.3

2008-06-17 Thread Shachar Shemesh
Philippe Niquille wrote: > Hi > > I was wondering how I could compile rsyncrypto on mac systems. I tried > forcing a compile by deleting the # if define(__UNIX__) or altering it > to __APPLE__ but I result with this output: > I have a mac system, but I haven't got around to testing rsyncrypto th

compiling on Mac OSX 10.5.3

2008-06-17 Thread Philippe Niquille
Hi I was wondering how I could compile rsyncrypto on mac systems. I tried forcing a compile by deleting the # if define(__UNIX__) or altering it to __APPLE__ but I result with this output: Lena:rsyncrypto-1.10 fluppel$ make make all-am g++ -DHAVE_CONFIG_H -I. -I../openssl-0.9.8h//include -I../