Re: cto* methods source code
Al Davis <[email protected]> Fri, 9 Dec 2005 22:54:51 -0500
| Newsgroups | gmane.comp.gnu.gnucap.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 08 December 2005 05:55 am, Rui Tavares wrote: > 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: That is a really old version. You should get a more recent version from www.gnucap.org . There are some big differences in the development versions, so you should probably get the latest development version. > ERROR: [Linker Error] Unresolved external 'CS::ctoi()' > referenced from D:\GNUCAP-0.31\SRC\E_COMPON.OBJ > > MY SOLUTION: ??? My guess is that when you made the config for Borland, you left out the file ap_convert.cc. > 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? Obviously, it is there. You need to add it to the project. Somehow it got left out. I don't have access to Borland C++, so I can't tell you in more detail.