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
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
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
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)':
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
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
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../