View Single Post
  #1 (permalink)  
Old 02-19-2003
dthomson dthomson is offline
Registered User
 
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 34
`LIST_SEPARATOR_CHAR' undeclared error

Hi again,

This time I don't have an answer

Here's the error I get trying to compile OpenSSLPluginI.cpp:

Code:
c++ -c -I.. -I/usr/local/ssl/include  -I../../include  -I/home/derekt/e2fsprogs-1.32/lib -g -ftemplate-depth-128 -fPIC -Wall OpenSSLPluginI.cpp
OpenSSLPluginI.cpp: In member function `long int 
   IceSSL::OpenSSLPluginI::loadRandFiles(const std::string&)':
OpenSSLPluginI.cpp:776: `LIST_SEPARATOR_CHAR' undeclared (first use this 
   function)
OpenSSLPluginI.cpp:776: (Each undeclared identifier is reported only once for 
   each function it appears in.)
Now, I can't find anything resembling LIST_SEPARATOR_CHAR either in Ice or OpenSSL, so I'm finally stumped.

Once again, this is SuSE 8.0, Pentium, GCC 3.2.1

Regards,
Derek.

PS I am not a crackpot.
Reply With Quote