gcode-mirror / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 1 forks source link

"BYTE_ORDER undefined" on Mac OS X Mountain Lion (10.8.2) #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use Mac OS X Mountain Lion (10.8.2) and "gcc version 4.2.1 (Based on Apple 
Inc. build 5658) (LLVM build 2336.11.00)".

To intall TrueCrack v2 (uploaded on 17/01/2013), I executed (in this order)

sh autogen.sh
./configure --enable-cpu
make

and got this as output:

macbookpro:truecrack lukas$ make
make  all-recursive
Making all in src
gcc -c -I./Common/ -I./Crypto/ -I./Cuda/ -I./Main/ -I./ -lm -O3  Common/Crc.c 
-o Crc.o
In file included from Common/Crc.c:33:
./Common/Endian.h:71:5: error: #error Byte order cannot be determined 
(BYTE_ORDER undefined)
make[2]: *** [Crc.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
macbookpro:truecrack lukas$

I googled a lot, but cannot find any hints or solutions how to successfully 
compile it under Mac OS X 10.8 Mountain Lion, do you have any clues?

Original issue reported on code.google.com by lukasrae...@googlemail.com on 18 Jan 2013 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by luck87 on 21 Jan 2013 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by luck87 on 23 Aug 2013 at 12:55

GoogleCodeExporter commented 9 years ago
Same issue on Kali Linux 1.0.6 (Debian).
Any news on this?

Original comment by markus.h...@gmail.com on 11 Apr 2014 at 8:16