Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] SNoW 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] SNoW 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] SNoW compile errors
  • Date: Tue, 10 May 2011 12:36:15 -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>

Am also trying to compile SNoW and am getting errors:

 

[root@stats Snow_v3.2]# gmake SERVER=1

g++ -c -pg -gstabs   -fPIC   -DSERVER_MODE_ -DLINUX -DHASH_MAP Network.cpp

In file included from /usr/lib/gcc/i686-redhat-linux/4.5.1/../../../../include/c++/4.5.1/ext/hash_map:60:0,

                 from Target.h:29,

                 from Network.h:20,

                 from Network.cpp:24:

/usr/lib/gcc/i686-redhat-linux/4.5.1/../../../../include/c++/4.5.1/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.

In file included from Network.cpp:23:0:

GlobalParams.h: In constructor ‘GlobalParams::GlobalParams()’:

GlobalParams.h:136:27: error: ‘ULONG_MAX’ was not declared in this scope

Network.cpp: In member function ‘bool Network::CreateStructure()’:

Network.cpp:43:68: error: ‘strcpy’ was not declared in this scope

Network.cpp:47:51: error: ‘strtok’ was not declared in this scope

Network.cpp:71:37: error: ‘strlen’ was not declared in this scope

Network.cpp:79:52: error: ‘strspn’ was not declared in this scope

Network.cpp:111:52: error: ‘strspn’ was not declared in this scope

Network.cpp:123:45: error: ‘strspn’ was not declared in this scope

Network.cpp:148:37: error: ‘strlen’ was not declared in this scope

Network.cpp:171:53: error: ‘strspn’ was not declared in this scope

Network.cpp:197:52: error: ‘strspn’ was not declared in this scope

Network.cpp:209:45: error: ‘strspn’ was not declared in this scope

Network.cpp:234:37: error: ‘strlen’ was not declared in this scope

Network.cpp:235:50: error: ‘strspn’ was not declared in this scope

gmake: *** [Network.o] Error 1

 

I should have said in the earlier message (about LEX) that this is on FC14 linux.

 

Thanks again,

 

Steve




Archive powered by MHonArc 2.6.16.

Top of Page