Re: [HACKERS] C++ project using postgresql source

2010-03-06 Thread Kiswono Prayogo
ok then ^^ thanks currently: rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs . -- Regards, Kiswono P GB -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] C++ project using postgresql source

2010-03-06 Thread Peter Eisentraut
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?

[HACKERS] C++ project using postgresql source

2010-03-06 Thread Kiswono Prayogo
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 e