C++ project using postgresql source

Started by Kiswono Prayogoalmost 16 years ago3 messages
#1Kiswono Prayogo
kiswono@gmail.com

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Kiswono Prayogo (#1)
Re: C++ project using postgresql source

On lör, 2010-03-06 at 18:26 +0700, Kiswono Prayogo wrote:

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?

This was already done in the upcoming 9.0 release.

#3Kiswono Prayogo
kiswono@gmail.com
In reply to: Peter Eisentraut (#2)
Re: C++ project using postgresql source

ok then ^^ thanks
currently: rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs .

--
Regards,
Kiswono P
GB