bug-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnucap] cto* methods source code


From: Rui Tavares
Subject: [Bug-gnucap] cto* methods source code
Date: Thu, 8 Dec 2005 10:55:51 -0000

Hi All,

 

I've downloaded "gnucap-0.31.tar.gz" to compile it with Borland's C++Builder
6.0, specifying the following additional conditional defines:
_DEBUG;WIN32;__WIN32__. I found some errors:

 

            ERROR: [C++ Error] md.h(212): E2268 Call to undefined function
'floor'

            MY SOLUTION: included the math.h header

 

            ERROR: [C++ Error] md.h(217): E2171 Body has already been
defined for function 'std::abs(double)' 

            MY SOLUTION: commented the line "#define ABS_IS_BROKEN"

 

ERROR: [Linker Error] Unresolved external 'CS::ctoi()' referenced from
D:\GNUCAP-0.31\SRC\E_COMPON.OBJ

MY SOLUTION: ???

 

ERROR: [Linker Error] Unresolved external 'CS::ctof()' referenced from
D:\GNUCAP-0.31\SRC\AP_GET.OBJ

MY SOLUTION: ???

 

ERROR: [Linker Error] Unresolved external 'CS::ctos(const
_STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> >&,
char, char)' referenced from D:\GNUCAP-0.31\SRC\E_COMPON.OBJ

MY SOLUTION: ???

 

ERROR: [Linker Error] Unresolved external 'CS::ctostr(char *, int, const
_STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> >&)'
referenced from D:\GNUCAP-0.31\SRC\FINDBR.OBJ

MY SOLUTION: ???

 

ERROR: [Linker Error] Unresolved external 'CS::ctoo()' referenced from
D:\GNUCAP-0.31\SRC\AP_GET.OBJ

MY SOLUTION: ???

 

ERROR: [Linker Error] Unresolved external 'CS::ctox()' referenced from
D:\GNUCAP-0.31\SRC\AP_GET.OBJ

MY SOLUTION: ???

 

For the last six errors, I looked in the file "ap_convert.cc" but didn't
found the source code missing . Can anyone help me?

 

 

Thanks in advance,

 

            



reply via email to

[Prev in Thread] Current Thread [Next in Thread]