Go Back   ZeroC Forums > Bug Reports

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #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
  #2 (permalink)  
Old 02-19-2003
mes's Avatar
mes mes is offline
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 970
Hi Derek,

This is defined in e_os.h as the PATH separator character, so ';' on Windows and ':' on Unix.

- Mark
Reply With Quote
  #3 (permalink)  
Old 02-19-2003
dthomson dthomson is offline
Registered User
 
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 34
Unfortunately, e_os.h is not copied into the installation directory for OpenSSL 0.9.7 during a "make install". This has two effects 1) Ice can't find e_os.h, so you have to use e_os2.h instead, and 2) no LIST_SEPARATOR_CHAR is defined.

I'm getting OpenSSL 0.9.6 now ... perhaps this is just some screw up in 0.9.7 ...
Reply With Quote
  #4 (permalink)  
Old 02-19-2003
dthomson dthomson is offline
Registered User
 
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 34
OpenSSL 0.9.6 installs e_os.h correctly, so I guess this is a bug in 0.9.7. I'll just use 0.9.6 with Ice for the time being.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
fatal error C1189: #error : WINDOWS.H already included delloby Help Center 1 02-05-2006 01:58 AM
Project : error PRJ0019: A tool returned an error code: "Performing Custom Build Step Falagard Help Center 6 04-11-2004 09:12 PM
link error: error LNK2001: unresolved external symbol __imp___assert gmueckl Help Center 2 09-03-2003 02:49 AM
FreeBSD compilation problem: EPROTO undeclared rodrigc Bug Reports 1 02-22-2003 06:53 PM
XMLString undeclared Bruce Help Center 3 02-19-2003 09:50 PM


All times are GMT -4. The time now is 01:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.