Mac OS X 10.4.5 - rsyncrypto 0.17
Brought to you by:
thesun
From: Mikael F. <sp...@gm...> - 2006-02-19 13:38:25
|
Hello! I'm experiencing difficulties installing rsyncrypto under Mac OS X (10.4.5). I have installed argtable2 from source with out problems, and the ./configure of the rsyncrpyto 0.17 runs smoothly (with the gzip --rsyncable missing, not needed for make according to the ./ configure script). When I issue the make i get this reply: ~/rsyncrypto-0.17 root# make g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c main.cpp In file included from main.cpp:32: rsyncrypto.h:33:2: error: #error Unsupported platform rsyncrypto.h:199:2: error: #error Unsupported platform crypto.h:41: error: expected ',' or '...' before '&' token crypto.h:41: error: ISO C++ forbids declaration of 'autofd' with no type crypto.h:47: error: 'autofd' has not been declared crypto.h:47: error: 'autofd' has not been declared crypto.h:48: error: 'autofd' has not been declared crypto.h:48: error: 'autofd' has not been declared main.cpp: In function 'int main(int, char**)': main.cpp:129: error: 'autofd' has not been declared main.cpp:129: error: 'combine_paths' was not declared in this scope main.cpp:130: error: 'autofd' has not been declared main.cpp:150: error: 'autofd' has not been declared main.cpp:150: error: 'combine_paths' was not declared in this scope main.cpp:151: error: 'autofd' has not been declared make: *** [main.o] Error 1 Any ideas? Mikael Forsgren sp...@gm... |