View Single Post

   
  #3 (permalink)  
Old 05-07-2008, 11:09 AM
Troels Arvin
 
Posts: n/a
Default Re: Compiling neon on AIX

Jose Pina Coelho wrote:
>> /usr/include/openssl/pq_compat.h:16:3: error: invalid preprocessing
>> directive #IBM_PROLOG_END_TAG
>>
>> Does this make sense to anyone?
>>

> Yes. Check inside pq_compat.h


It turns out that IBM's openssl package contains a number of include
files in /usr/include/openssl where a special "IBM prolog" has been
added, making them incompatible with gcc:

# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
[...]

After having removed these headers, neon compiles.

Sigh.

--
Regards,
Troels Arvin <troels@arvin.dk>
http://troels.arvin.dk/
Reply With Quote