abadona / qsimscan

Automatically exported from code.google.com/p/qsimscan
MIT License
13 stars 2 forks source link

Compile error on MacOSX. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://qsimscan.googlecode.com/svn/trunk/ qsimscan-read-only
2. cd qsimscan-read-only
3. make

What is the expected output? What do you see instead?

Expected a clean compile. However:

maasha@cletus:~/qsimscan-read-only$ make
make --directory=common/
uname: illegal option -- i
usage: uname [-amnprsv]
mkdir ../lib
g++  -g0 -O2  -D__x86__ -I.  -c -o ParametersSection.o ParametersSection.cpp
g++  -g0 -O2  -D__x86__ -I.  -MM -MG ParametersSection.cpp
>ParametersSection.dep
g++  -g0 -O2  -D__x86__ -I.  -c -o common_errors.o common_errors.cpp
g++  -g0 -O2  -D__x86__ -I.  -MM -MG common_errors.cpp >common_errors.dep
g++  -g0 -O2  -D__x86__ -I.  -c -o fileutils.o fileutils.cpp
fileutils.cpp: In constructor 'LineReader::LineReader(const char*)':
fileutils.cpp:350: error: 'open64' was not declared in this scope
fileutils.cpp: In constructor 'BufferedWriter::BufferedWriter(const char*,
bool)':
fileutils.cpp:481: error: 'open64' was not declared in this scope
fileutils.cpp: In member function 'bool BufferedWriter::open(const char*,
bool)':
fileutils.cpp:493: error: '::open64' has not been declared
make[1]: *** [fileutils.o] Error 1
make: *** [lib/libseq.a] Error 2

What version of the product are you using? On what operating system?

revision 24

System Version: Mac OS X 10.5.7 (9J61)
Kernel Version: Darwin 9.7.0

Please provide any additional information below.

Original issue reported on code.google.com by martinah...@gmail.com on 11 Jul 2009 at 1:17

GoogleCodeExporter commented 9 years ago
GCC on Mac OSX does not have 64-bit file access extensions. Need to figure out 
how to
access long files on Mac. Will do as get hold of working Mac with OSX

Original comment by dkaznad...@gmail.com on 13 Jul 2009 at 4:18