shawn246 / redis_client

a redis client supports cluster
71 stars 42 forks source link

Compiling for ARM-linux #1

Open gcperrin opened 8 years ago

gcperrin commented 8 years ago

Compiling the module for ARM-linux, I get the following.

ERROR = internal compiler error : in tsubst_copy, at cp/pt.c:1135

Confirmed this is not with hiredis, as I've run and compiled the tests as well as used the shared object in another project. This is using gcc/g++ 4.6.3. Your test makefile also uses the flag '-m64'. Is this module only designed to work with 64-bit operating systems? If so please add to the README, happy to run more tests if you need.

Best, G

shawn246 commented 8 years ago

Thank you for your suggestion. Sorry for the delay reply since i am busy on the work stuff these days. I will improve it.