Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] FEX compile errors

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] FEX compile errors


Chronological Thread 
  • From: Steven Corman <steve.corman AT asu.edu>
  • To: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: [Illinois-ml-nlp-users] FEX compile errors
  • Date: Tue, 10 May 2011 12:26:54 -0700
  • Accept-language: en-US
  • Acceptlanguage: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Greetings.  I am trying to compile the FEX library and am getting the following:

 

[root@stats fex]# gmake

/usr/bin/g++ -O2 -c -DLINUX  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -o Fex.o Fex.cpp

/usr/bin/g++ -O2 -c -DLINUX  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -o FexParams.o FexParams.cpp

FexParams.cpp: In function ‘bool ProcessParam(int, const char*, FexGlobalParams&)’:

FexParams.cpp:113:47: error: ‘atoi’ was not declared in this scope

FexParams.cpp:128:37: error: ‘strcmp’ was not declared in this scope

FexParams.cpp:149:47: error: ‘atof’ was not declared in this scope

FexParams.cpp:183:34: error: ‘strcmp’ was not declared in this scope

FexParams.cpp:209:30: error: ‘strcmp’ was not declared in this scope

 

What to do?

 

TIA…

 

Steve

 

 




Archive powered by MHonArc 2.6.16.

Top of Page