tsmithe / anic

Automatically exported from code.google.com/p/anic
0 stars 0 forks source link

Build on OSX Leopard Fail #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone the repository 
2. enter the directory and run make

What is the expected output? What do you see instead?
anic ANI Compiler Makefile

Building version controller...
Building lexer structure generator...
Generating lexer structures...
Compiling lexer structure object...
Building parser structure generator...
Building parser table generator...
Constructing parser table...
Generating parser structures...
Stamping version...
./bld/getChecksumProgram.sh: line 6: type: sha256sum: not found
Version stamp is 0.74.1.15809891
Building main executable...
src/types.cpp: In member function ‘TypeStatus::operator uintptr_t() const’:
src/types.cpp:1514: error: cast from ‘Type*’ to ‘unsigned int’ loses 
precision
make: *** [anic] Error 1

What version of the product are you using? On what operating system?
OS X Leopard 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by saptarsh...@gmail.com on 14 Nov 2010 at 5:52

GoogleCodeExporter commented 9 years ago
duplicate of issue #9

Original comment by dkers...@gmail.com on 17 Nov 2010 at 7:38