# gp-xerces **Repository Path**: iwhat/gp-xerces ## Basic Information - **Project Name**: gp-xerces - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-12 - **Last Updated**: 2024-08-12 ## 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 ```