# gp-xerces **Repository Path**: String24/gp-xerces ## Basic Information - **Project Name**: gp-xerces - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/xinzweb/gp-xerces.svg?branch=master)](https://travis-ci.org/xinzweb/gp-xerces) # gp-xerces Greenplum patched xerces-c in order to compile GPORCA ``` mkdir build cd build ../configure --prefix=/usr/local make make install ``` # build 32-bit ``` mkdir build cd build env CFLAGS="-m32" CXXFLAGS="-m32" ../configure --prefix=/usr/local make make install ``` # debug build ``` mkdir build cd build env CFLAGS="-g" CXXFLAGS="-g" ../configure --prefix=/usr/local make make install ```