Skip to content

Commit

Permalink
added enums for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
duncantl committed Jan 18, 2012
1 parent e330b44 commit d058a5d
Show file tree
Hide file tree
Showing 8 changed files with 24,182 additions and 23,717 deletions.
1 change: 1 addition & 0 deletions Install/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Collate: AAA.R
serialize.R
xmlMemoryMgmt.R
keyValueDB.R solrDocs.R
XMLRErrorInfo.R



1 change: 1 addition & 0 deletions Install/DESCRIPTION.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Collate: AAA.R
serialize.R
xmlMemoryMgmt.R
keyValueDB.R solrDocs.R
XMLRErrorInfo.R



3 changes: 2 additions & 1 deletion Install/GNUmakefile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ R_SRC_FILES=\
Src/serialize.R \
Src/xmlRoot.R \
Src/xmlMemoryMgmt.R \
Src/keyValueDB.R Src/solrDocs.R
Src/keyValueDB.R Src/solrDocs.R \
Src/XMLRErrorInfo.R



Expand Down
35 changes: 13 additions & 22 deletions Install/config.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,19 @@ generated by GNU Autoconf 2.68. Invocation command line was
## Platform. ##
## --------- ##

hostname = Duncan-Temple-Langs-MacBook-Pro.local
hostname = eeyore
uname -m = x86_64
uname -r = 11.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
uname -r = 2.6.32-34-server
uname -s = Linux
uname -v = #77-Ubuntu SMP Tue Sep 13 20:54:38 UTC 2011

/usr/bin/uname -p = i386
/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 308 tasks, 1193 threads, 4 processors
Load average: 2.41, Mach factor: 1.64
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
Expand All @@ -41,8 +32,8 @@ PATH: /Library/Frameworks/Python.framework/Versions/2.6/bin
PATH: .
PATH: /usr/local/bin
PATH: .
PATH: /Users/duncan/bin
PATH: /Users/duncan/local/bin
PATH: /home/duncan/bin
PATH: /home/duncan/local/bin
PATH: /usr/bin
PATH: /usr/texbin
PATH: /usr/local/mysql/bin
Expand All @@ -59,7 +50,7 @@ PATH: /usr/local/gwTeX/bin/powerpc-apple-darwin-current
PATH: /usr/X11R6/bin
PATH: /opt/local/bin
PATH: /var/duncan/office52
PATH: /Users/duncan/Projects/org/omegahat/bin
PATH: /home/duncan/Projects/org/omegahat/bin


## ----------- ##
Expand All @@ -81,7 +72,7 @@ generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status

on Duncan-Temple-Langs-MacBook-Pro.local
on eeyore

config.status:730: creating DESCRIPTION
config.status:730: creating INSTALL
Expand All @@ -103,8 +94,8 @@ ac_cv_env_target_alias_value=

DATE='2012/01/17'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
ECHO_C='\c'
ECHO_N=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
LIBOBJS=''
LIBS=''
Expand All @@ -120,7 +111,7 @@ PACKAGE_VERSION=''
PATCH_LEVEL='0'
PATH_SEPARATOR=':'
PKG_NAME='XML'
SHELL='/bin/sh'
SHELL='/bin/bash'
TAR_FILE='XML_3.9-0.tar.gz'
bindir='${exec_prefix}/bin'
build_alias=''
Expand Down
18 changes: 9 additions & 9 deletions Install/config.status
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# Generated by configureInstall.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
Expand All @@ -8,7 +8,7 @@ debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/sh}
SHELL=${CONFIG_SHELL-/bin/bash}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
Expand Down Expand Up @@ -439,7 +439,7 @@ Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='/Users/duncan/Projects/org/omegahat/XML/RS/Install'
ac_pwd='/home/duncan/NewOmega/omegahat/XML/RS/Install'
srcdir='.'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
Expand Down Expand Up @@ -507,10 +507,10 @@ if $ac_cs_silent; then
fi

if $ac_cs_recheck; then
set X '/bin/sh' './configureInstall' $ac_configure_extra_args --no-create --no-recursion
set X '/bin/bash' './configureInstall' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
CONFIG_SHELL='/bin/sh'
$as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
CONFIG_SHELL='/bin/bash'
export CONFIG_SHELL
exec "$@"
fi
Expand Down Expand Up @@ -607,8 +607,8 @@ S["host_alias"]=""
S["build_alias"]=""
S["LIBS"]=""
S["ECHO_T"]=""
S["ECHO_N"]=""
S["ECHO_C"]="\\c"
S["ECHO_N"]="-n"
S["ECHO_C"]=""
S["DEFS"]="-DPACKAGE_NAME=\\\"\\\" -DPACKAGE_TARNAME=\\\"\\\" -DPACKAGE_VERSION=\\\"\\\" -DPACKAGE_STRING=\\\"\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DPACKAGE_URL=\\\"\\\""
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
Expand Down Expand Up @@ -639,7 +639,7 @@ S["PACKAGE_VERSION"]=""
S["PACKAGE_TARNAME"]=""
S["PACKAGE_NAME"]=""
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh"
S["SHELL"]="/bin/bash"
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1
Expand Down
Loading

0 comments on commit d058a5d

Please sign in to comment.