[Postgres-xl-bugs] Fwd: Can you Help me im stuck installing PGXL

Mason S masonlists at gmail.com
Wed Apr 1 03:18:39 PDT 2015


On Tue, Mar 31, 2015 at 6:21 AM, maharaj narayanan <
maharaj.narayanan at gmail.com> wrote:

>
> ---------- Forwarded message ----------
> From: maharaj narayanan <maharaj.narayanan at gmail.com>
> Date: Tue, Mar 31, 2015 at 3:50 PM
> Subject: Can you Help me im stuck installing PGXL
> To: postgres-xl-developers at lists.sourceforge.net
>
>
> Hi im trying to install postgres-xl in my server but when i do gmake world
> it give the error
>
> gmake[2]: Entering directory `/media/postgres-xl/contrib/citext'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory `/media/postgres-xl/contrib/citext'
> gmake -C cube all
> gmake[2]: Entering directory `/media/postgres-xl/contrib/cube'
> gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
> -Wformat-security -fno-strict-aliasing -fwrapv -fpic -I. -I.
> -I../../src/include -D_GNU_SOURCE   -c -o cubeparse.o cubeparse.c
> cubeparse.c:163: error: conflicting types for ‘cube_yyparse’
> cubeparse.y:32: note: previous declaration of ‘cube_yyparse’ was here
> cubeparse.c:1004: error: conflicting types for ‘cube_yyparse’
> cubeparse.y:32: note: previous declaration of ‘cube_yyparse’ was here
> cubeparse.y: In function ‘cube_yyparse’:
> cubeparse.y:73: error: ‘result’ undeclared (first use in this function)
> cubeparse.y:73: error: (Each undeclared identifier is reported only once
> cubeparse.y:73: error: for each function it appears in.)
> gmake[2]: *** [cubeparse.o] Error 1
> gmake[2]: Leaving directory `/media/postgres-xl/contrib/cube'
> gmake[1]: *** [all-cube-recurse] Error 2
> gmake[1]: Leaving directory `/media/postgres-xl/contrib'
> gmake: *** [world-contrib-recurse] Error 2
>
> the same error comes when install pgxl_ctl., what do i do??
>

What OS are you trying to install on? Ubuntu? Does it work if you do a make
clean and retry?

Do you need cube functionality? Instead of make world, perhaps you can just
run make, and then make individual contrib modules that you need instead of
making all.

Are you building from the latest repository? Or the source RPMs? If the
source RPM, please get the latest code, a similar issue was addressed here:

http://sourceforge.net/p/postgres-xl/tickets/15/

Regards,

Mason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-bugs-postgres-xl.org/attachments/20150401/ca4ceb5e/attachment.htm>


More information about the postgres-xl-bugs mailing list