C++ project using postgresql source

From: Kiswono Prayogo <kiswono(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: C++ project using postgresql source
Date: 2010-03-06 11:26:28
Message-ID: 99024f5f1003060326p4ca8bee5xf93a845e668fbe33@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, good day everyone ^^
i got these errors: primnodes.h:1155: error: expected unqualified-id
before ‘using’
when i tried to compile plv8 project using g++,

could postgresql use/chage variable name considering also C++ keywords?
that is:
# using
# typeid
# typename
# namespace
# delete

detailed error: http://plv8js.pastebin.com/QtDPb496

thank you~
flames anyone?

--
Regards,
Kiswono P
GB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-03-06 13:18:52 Re: C++ project using postgresql source
Previous Message Craig Ringer 2010-03-06 09:05:17 Re: SQL compatibility reminder: MySQL vs PostgreSQL