[Xml-coreutils-discuss] git repo suggestion and build fixes
Status: Alpha
Brought to you by:
lbreyer
From: Rüdiger M. <swe...@gm...> - 2011-11-09 21:59:15
|
Hi Laird, As I've mentioned in my last PM email I have set up a git repo from your tar ball history. If you want you could fork it to use it for your further development. You may clone it to you local machine git clone https://github.com/rudimeier/xml-coreutils.git or even browse the nice web frontend here https://github.com/rudimeier/xml-coreutils Note the master branch there is exactly your tar ball history (0.4 - 0.8.1). I've omitted all autogenerated files (autotools, flex, bison ...). There is also another branch "build_fixes" where I've added several patches to make the build and "make check" more portable. Here you see it's compiling on most major distros, inclusive successful make check https://build.opensuse.org/package/show?package=xml-coreutils&project=home%3Arudi_m%3Abranches%3Autilities (The ones where it does not compile have too old expat installed, see build logs there) cu, Rudi |