[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] javahl

From: lamikr_mdk <lamikr_mdk_at_aragorn.kortex.jyu.fi>
Date: 2003-09-28 11:50:11 CEST

Hi Daniel

Sorry that I did not responded earlier, but in here in Finland we had a
night. (Now while responsing it is 11 am) but ok lets but this
discussion to the list.

Daniel L. Rall wrote:
> Mika and I have been talking about this off-list. Mika, when you next
> respond, I'd be happier to take this discussion back onto the dev list.

Here are just a some extra chesk which comes to my mind.

1) I just noticed that if I open files in the native directory with an
editor called anjuta it shows that all c and h-files are saved in the
dos line end mode. I bet that this is the origin reason for your weird
compilation problems.

What version of gcc and related libraries you have, I am using gcc 3.3.1
and related tools you are using. Maybe the version I am using can handle
better the dos line feed mode.

There also seems to be some new comment also from McClain in the issue
1501 "The automake input files need the windows line terminators removed. "

Could you try to find some tool which can change all files under javahl
directory from dos line end mode to unix line end mode. And trying to
run configure after that. (cygwin has a tool called dos2unix but I do
not know where to get it to linux) Sequence of commands should be
something like this

        - patch files from the javahl directory
         - run dos2unix kind tool for all files in the javahl
        - aclocal-1.7
        - autoconf-2.5x
        - libtoolize --automake --force
        - automake-1.7 -a
        - ./configure
        - make

2) Did you pick up the version of patch I have send to isssue 1501 on
Friday? (The version of the patch you put there did not contain changes
required for the java files under the javahl/src-directory)

3) For me the SVNClient.cpp part which causes problems for you compiles
fine. Eventhouht it uses option -std=c89 not c99 to which you changed i.
(It gives some warning from the use of that option but anyway it works)

g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT SVNClient.lo -MD -MP -MF
.deps/SVNClient.Tpo -c SVNClient.cpp -fPIC -DPIC -o
.libs/SVNClient.locc1plus: warning: "-std=c89" is valid for C/ObjC but
not for C++
SVNClient.cpp: In member function `void SVNClient::username(const char*)':
SVNClient.cpp:353: warning: declaration of `username' shadows a member
of `this'SVNClient.cpp: In member function `void
SVNClient::password(const char*)':
SVNClient.cpp:358: warning: declaration of `password' shadows a member
of `this'g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT SVNClient.lo -MD -MP -MF
.deps/SVNClient.Tpo -c SVNClient.cpp -o SVNClient.o >/dev/null 2>&1

Here is my whole build output.

[lamikr@aragorn javahl]$ aclocal-1.7
[lamikr@aragorn javahl]$ autoconf-2.5x
[lamikr@aragorn javahl]$ libtoolize --automake --force
automake-1.4 automake-1.6 automake-1.7
[lamikr@aragorn javahl]$ automake-1.7 -a
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am: installing `./INSTALL'
native/Makefile.am: installing `./depcomp'
[lamikr@aragorn javahl]$ ./configure
creating config.nice
checking for a BSD-compatible install... /usr//bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr//bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr//bin/ld
checking if the linker (/usr//bin/ld) is GNU ld... yes
checking for /usr//bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr//bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr//bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr//bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for JDK... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating native/Makefile
config.status: creating cls/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
[lamikr@aragorn javahl]$ make
Making all in src
make[1]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/src'
CLASSPATH=../cls:./../cls:$CLASSPATH /apps/java/jdk/jdk1.4.2/bin/javac
-d ../cls -g org/tigris/subversion/javahl/ClientException.java
org/tigris/subversion/javahl/DirEntry.java
org/tigris/subversion/javahl/JNIError.java
org/tigris/subversion/javahl/LogMessage.java
org/tigris/subversion/javahl/NodeKind.java
org/tigris/subversion/javahl/Notify.java
org/tigris/subversion/javahl/PromptUserPassword.java
org/tigris/subversion/javahl/PropertyData.java
org/tigris/subversion/javahl/Revision.java
org/tigris/subversion/javahl/Status.java
org/tigris/subversion/javahl/SVNClient.java
echo timestamp > classnoinst.stamp
make[1]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/src'
Making all in native
make[1]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/native'
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.SVNClient
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/SVNClient.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Loaded ../cls/org/tigris/subversion/javahl/Revision.class]
[Loaded ../cls/org/tigris/subversion/javahl/Status.class]
[Loaded ../cls/org/tigris/subversion/javahl/PromptUserPassword.class]
[Loaded ../cls/org/tigris/subversion/javahl/Notify.class]
[Loaded ../cls/org/tigris/subversion/javahl/PropertyData.class]
[Forcefully writing file org_tigris_subversion_javahl_SVNClient.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.SVNClient\$LogLevel
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/SVNClient$LogLevel.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_SVNClient_LogLevel.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.NodeKind
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/NodeKind.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_NodeKind.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.Notify\$Action
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/Notify$Action.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_Notify_Action.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.Notify\$Status
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/Notify$Status.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_Notify_Status.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.Revision
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/Revision.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_Revision.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.Revision\$Kind
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/Revision$Kind.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_Revision_Kind.h]
/apps/java/jdk/jdk1.4.2/bin/javah -force -verbose -classpath ../cls
org.tigris.subversion.javahl.Status\$Kind
[Search path =
/apps/java/jdk/jdk1.4.2/jre/lib/rt.jar:/apps/java/jdk/jdk1.4.2/jre/lib/i18n.jar:/apps/java/jdk/jdk1.4.2/jre/lib/sunrsasign.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jsse.jar:/apps/java/jdk/jdk1.4.2/jre/lib/jce.jar:/apps/java/jdk/jdk1.4.2/jre/lib/charsets.jar:/apps/java/jdk/jdk1.4.2/jre/classes:../cls]
[Loaded ../cls/org/tigris/subversion/javahl/Status$Kind.class]
[Loaded /apps/java/jdk/jdk1.4.2/jre/lib/rt.jar(java/lang/Object.class)]
[Forcefully writing file org_tigris_subversion_javahl_Status_Kind.h]
make all-am
make[2]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/native'
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT SVNClient.lo -MD -MP -MF
".deps/SVNClient.Tpo" \
   -c -o SVNClient.lo `test -f 'SVNClient.cpp' || echo './'`SVNClient.cpp; \
then mv -f ".deps/SVNClient.Tpo" ".deps/SVNClient.Plo"; \
else rm -f ".deps/SVNClient.Tpo"; exit 1; \
fi
mkdir .libs
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT SVNClient.lo -MD -MP -MF
.deps/SVNClient.Tpo -c SVNClient.cpp -fPIC -DPIC -o
.libs/SVNClient.locc1plus: warning: "-std=c89" is valid for C/ObjC but
not for C++
SVNClient.cpp: In member function `void SVNClient::username(const char*)':
SVNClient.cpp:353: warning: declaration of `username' shadows a member
of `this'SVNClient.cpp: In member function `void
SVNClient::password(const char*)':
SVNClient.cpp:358: warning: declaration of `password' shadows a member
of `this'g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT SVNClient.lo -MD -MP -MF
.deps/SVNClient.Tpo -c SVNClient.cpp -o SVNClient.o >/dev/null 2>&1
mv -f .libs/SVNClient.lo SVNClient.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNICriticalSection.lo -MD
-MP -MF ".deps/JNICriticalSection.Tpo" \
   -c -o JNICriticalSection.lo `test -f 'JNICriticalSection.cpp' || echo
'./'`JNICriticalSection.cpp; \
then mv -f ".deps/JNICriticalSection.Tpo" ".deps/JNICriticalSection.Plo"; \
else rm -f ".deps/JNICriticalSection.Tpo"; exit 1; \
fi
rm -f .libs/JNICriticalSection.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNICriticalSection.lo -MD
-MP -MF .deps/JNICriticalSection.Tpo -c JNICriticalSection.cpp -fPIC
-DPIC -o .libs/JNICriticalSection.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNICriticalSection.lo -MD
-MP -MF .deps/JNICriticalSection.Tpo -c JNICriticalSection.cpp -o
JNICriticalSection.o >/dev/null 2>&1
mv -f .libs/JNICriticalSection.lo JNICriticalSection.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIMutex.lo -MD -MP -MF
".deps/JNIMutex.Tpo" \
   -c -o JNIMutex.lo `test -f 'JNIMutex.cpp' || echo './'`JNIMutex.cpp; \
then mv -f ".deps/JNIMutex.Tpo" ".deps/JNIMutex.Plo"; \
else rm -f ".deps/JNIMutex.Tpo"; exit 1; \
fi
rm -f .libs/JNIMutex.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIMutex.lo -MD -MP -MF
.deps/JNIMutex.Tpo -c JNIMutex.cpp -fPIC -DPIC -o .libs/JNIMutex.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIMutex.lo -MD -MP -MF
.deps/JNIMutex.Tpo -c JNIMutex.cpp -o JNIMutex.o >/dev/null 2>&1
mv -f .libs/JNIMutex.lo JNIMutex.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStackElement.lo -MD -MP
-MF ".deps/JNIStackElement.Tpo" \
   -c -o JNIStackElement.lo `test -f 'JNIStackElement.cpp' || echo
'./'`JNIStackElement.cpp; \
then mv -f ".deps/JNIStackElement.Tpo" ".deps/JNIStackElement.Plo"; \
else rm -f ".deps/JNIStackElement.Tpo"; exit 1; \
fi
rm -f .libs/JNIStackElement.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStackElement.lo -MD -MP
-MF .deps/JNIStackElement.Tpo -c JNIStackElement.cpp -fPIC -DPIC -o
.libs/JNIStackElement.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStackElement.lo -MD -MP
-MF .deps/JNIStackElement.Tpo -c JNIStackElement.cpp -o
JNIStackElement.o >/dev/null 2>&1
mv -f .libs/JNIStackElement.lo JNIStackElement.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStringHolder.lo -MD -MP
-MF ".deps/JNIStringHolder.Tpo" \
   -c -o JNIStringHolder.lo `test -f 'JNIStringHolder.cpp' || echo
'./'`JNIStringHolder.cpp; \
then mv -f ".deps/JNIStringHolder.Tpo" ".deps/JNIStringHolder.Plo"; \
else rm -f ".deps/JNIStringHolder.Tpo"; exit 1; \
fi
rm -f .libs/JNIStringHolder.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStringHolder.lo -MD -MP
-MF .deps/JNIStringHolder.Tpo -c JNIStringHolder.cpp -fPIC -DPIC -o
.libs/JNIStringHolder.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIStringHolder.lo -MD -MP
-MF .deps/JNIStringHolder.Tpo -c JNIStringHolder.cpp -o
JNIStringHolder.o >/dev/null 2>&1
mv -f .libs/JNIStringHolder.lo JNIStringHolder.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIThreadData.lo -MD -MP -MF
".deps/JNIThreadData.Tpo" \
   -c -o JNIThreadData.lo `test -f 'JNIThreadData.cpp' || echo
'./'`JNIThreadData.cpp; \
then mv -f ".deps/JNIThreadData.Tpo" ".deps/JNIThreadData.Plo"; \
else rm -f ".deps/JNIThreadData.Tpo"; exit 1; \
fi
rm -f .libs/JNIThreadData.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIThreadData.lo -MD -MP -MF
.deps/JNIThreadData.Tpo -c JNIThreadData.cpp -fPIC -DPIC -o
.libs/JNIThreadData.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIThreadData.lo -MD -MP -MF
.deps/JNIThreadData.Tpo -c JNIThreadData.cpp -o JNIThreadData.o
>/dev/null 2>&1
mv -f .libs/JNIThreadData.lo JNIThreadData.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIUtil.lo -MD -MP -MF
".deps/JNIUtil.Tpo" \
   -c -o JNIUtil.lo `test -f 'JNIUtil.cpp' || echo './'`JNIUtil.cpp; \
then mv -f ".deps/JNIUtil.Tpo" ".deps/JNIUtil.Plo"; \
else rm -f ".deps/JNIUtil.Tpo"; exit 1; \
fi
rm -f .libs/JNIUtil.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIUtil.lo -MD -MP -MF
.deps/JNIUtil.Tpo -c JNIUtil.cpp -fPIC -DPIC -o .libs/JNIUtil.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIUtil.lo -MD -MP -MF
.deps/JNIUtil.Tpo -c JNIUtil.cpp -o JNIUtil.o >/dev/null 2>&1
mv -f .libs/JNIUtil.lo JNIUtil.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIByteArray.lo -MD -MP -MF
".deps/JNIByteArray.Tpo" \
   -c -o JNIByteArray.lo `test -f 'JNIByteArray.cpp' || echo
'./'`JNIByteArray.cpp; \
then mv -f ".deps/JNIByteArray.Tpo" ".deps/JNIByteArray.Plo"; \
else rm -f ".deps/JNIByteArray.Tpo"; exit 1; \
fi
rm -f .libs/JNIByteArray.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIByteArray.lo -MD -MP -MF
.deps/JNIByteArray.Tpo -c JNIByteArray.cpp -fPIC -DPIC -o
.libs/JNIByteArray.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT JNIByteArray.lo -MD -MP -MF
.deps/JNIByteArray.Tpo -c JNIByteArray.cpp -o JNIByteArray.o >/dev/null 2>&1
mv -f .libs/JNIByteArray.lo JNIByteArray.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Notify.lo -MD -MP -MF
".deps/Notify.Tpo" \
   -c -o Notify.lo `test -f 'Notify.cpp' || echo './'`Notify.cpp; \
then mv -f ".deps/Notify.Tpo" ".deps/Notify.Plo"; \
else rm -f ".deps/Notify.Tpo"; exit 1; \
fi
rm -f .libs/Notify.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Notify.lo -MD -MP -MF
.deps/Notify.Tpo -c Notify.cpp -fPIC -DPIC -o .libs/Notify.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
Notify.cpp: In constructor `Notify::Notify(_jobject*)':
Notify.cpp:32: warning: declaration of `notify' shadows a member of `this'
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Notify.lo -MD -MP -MF
.deps/Notify.Tpo -c Notify.cpp -o Notify.o >/dev/null 2>&1
mv -f .libs/Notify.lo Notify.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Path.lo -MD -MP -MF
".deps/Path.Tpo" \
   -c -o Path.lo `test -f 'Path.cpp' || echo './'`Path.cpp; \
then mv -f ".deps/Path.Tpo" ".deps/Path.Plo"; \
else rm -f ".deps/Path.Tpo"; exit 1; \
fi
rm -f .libs/Path.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Path.lo -MD -MP -MF
.deps/Path.Tpo -c Path.cpp -fPIC -DPIC -o .libs/Path.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
Path.cpp: In constructor `Path::Path(const char*)':
Path.cpp:28: warning: declaration of `path' shadows a member of `this'
Path.cpp: In constructor `Path::Path(const std::string&)':
Path.cpp:33: warning: declaration of `path' shadows a member of `this'
Path.cpp: In copy constructor `Path::Path(const Path&)':
Path.cpp:38: warning: declaration of `path' shadows a member of `this'
Path.cpp: In member function `void Path::init(const char*)':
Path.cpp:44: warning: declaration of `path' shadows a member of `this'
Path.cpp: In member function `Path& Path::operator=(const Path&)':
Path.cpp:71: warning: declaration of `path' shadows a member of `this'
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Path.lo -MD -MP -MF
.deps/Path.Tpo -c Path.cpp -o Path.o >/dev/null 2>&1
mv -f .libs/Path.lo Path.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Pool.lo -MD -MP -MF
".deps/Pool.Tpo" \
   -c -o Pool.lo `test -f 'Pool.cpp' || echo './'`Pool.cpp; \
then mv -f ".deps/Pool.Tpo" ".deps/Pool.Plo"; \
else rm -f ".deps/Pool.Tpo"; exit 1; \
fi
rm -f .libs/Pool.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Pool.lo -MD -MP -MF
.deps/Pool.Tpo -c Pool.cpp -fPIC -DPIC -o .libs/Pool.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Pool.lo -MD -MP -MF
.deps/Pool.Tpo -c Pool.cpp -o Pool.o >/dev/null 2>&1
mv -f .libs/Pool.lo Pool.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Prompter.lo -MD -MP -MF
".deps/Prompter.Tpo" \
   -c -o Prompter.lo `test -f 'Prompter.cpp' || echo './'`Prompter.cpp; \
then mv -f ".deps/Prompter.Tpo" ".deps/Prompter.Plo"; \
else rm -f ".deps/Prompter.Tpo"; exit 1; \
fi
rm -f .libs/Prompter.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Prompter.lo -MD -MP -MF
.deps/Prompter.Tpo -c Prompter.cpp -fPIC -DPIC -o .libs/Prompter.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
Prompter.cpp: In member function `bool Prompter::prompt(const char*,
const char*)':
Prompter.cpp:236: warning: declaration of `username' shadows a member of
`this'
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Prompter.lo -MD -MP -MF
.deps/Prompter.Tpo -c Prompter.cpp -o Prompter.o >/dev/null 2>&1
mv -f .libs/Prompter.lo Prompter.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Revision.lo -MD -MP -MF
".deps/Revision.Tpo" \
   -c -o Revision.lo `test -f 'Revision.cpp' || echo './'`Revision.cpp; \
then mv -f ".deps/Revision.Tpo" ".deps/Revision.Plo"; \
else rm -f ".deps/Revision.Tpo"; exit 1; \
fi
rm -f .libs/Revision.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Revision.lo -MD -MP -MF
.deps/Revision.Tpo -c Revision.cpp -fPIC -DPIC -o .libs/Revision.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Revision.lo -MD -MP -MF
.deps/Revision.Tpo -c Revision.cpp -o Revision.o >/dev/null 2>&1
mv -f .libs/Revision.lo Revision.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Targets.lo -MD -MP -MF
".deps/Targets.Tpo" \
   -c -o Targets.lo `test -f 'Targets.cpp' || echo './'`Targets.cpp; \
then mv -f ".deps/Targets.Tpo" ".deps/Targets.Plo"; \
else rm -f ".deps/Targets.Tpo"; exit 1; \
fi
rm -f .libs/Targets.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Targets.lo -MD -MP -MF
.deps/Targets.Tpo -c Targets.cpp -fPIC -DPIC -o .libs/Targets.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT Targets.lo -MD -MP -MF
.deps/Targets.Tpo -c Targets.cpp -o Targets.o >/dev/null 2>&1
mv -f .libs/Targets.lo Targets.lo
if /bin/sh ../libtool --mode=compile g++ -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
     -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE
-I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT
org_tigris_subversion_javahl_SVNClient.lo -MD -MP -MF
".deps/org_tigris_subversion_javahl_SVNClient.Tpo" \
   -c -o org_tigris_subversion_javahl_SVNClient.lo `test -f
'org_tigris_subversion_javahl_SVNClient.cpp' || echo
'./'`org_tigris_subversion_javahl_SVNClient.cpp; \
then mv -f ".deps/org_tigris_subversion_javahl_SVNClient.Tpo"
".deps/org_tigris_subversion_javahl_SVNClient.Plo"; \
else rm -f ".deps/org_tigris_subversion_javahl_SVNClient.Tpo"; exit 1; \
fi
rm -f .libs/org_tigris_subversion_javahl_SVNClient.lo
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT
org_tigris_subversion_javahl_SVNClient.lo -MD -MP -MF
.deps/org_tigris_subversion_javahl_SVNClient.Tpo -c
org_tigris_subversion_javahl_SVNClient.cpp -fPIC -DPIC -o
.libs/org_tigris_subversion_javahl_SVNClient.lo
cc1plus: warning: "-std=c89" is valid for C/ObjC but not for C++
g++ -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -g -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro -fno-omit-frame-pointer -pthread -DNEON_ZLIB -DNEON_SSL
-DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow -std=c89
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
-I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT
org_tigris_subversion_javahl_SVNClient.lo -MD -MP -MF
.deps/org_tigris_subversion_javahl_SVNClient.Tpo -c
org_tigris_subversion_javahl_SVNClient.cpp -o
org_tigris_subversion_javahl_SVNClient.o >/dev/null 2>&1
mv -f .libs/org_tigris_subversion_javahl_SVNClient.lo
org_tigris_subversion_javahl_SVNClient.lo
if /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"javahl\"
-DPACKAGE_TARNAME=\"javahl\" -DPACKAGE_VERSION=\"0.24\"
-DPACKAGE_STRING=\"javahl\ 0.24\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"javahl\" -DVERSION=\"0.24\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  -I. -I. -g -O2 -I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT libsvnjavahl.la.lo -MD -MP
-MF ".deps/libsvnjavahl.la.Tpo" \
   -c -o libsvnjavahl.la.lo `test -f 'libsvnjavahl.la.c' || echo
'./'`libsvnjavahl.la.c; \
then mv -f ".deps/libsvnjavahl.la.Tpo" ".deps/libsvnjavahl.la.Plo"; \
else rm -f ".deps/libsvnjavahl.la.Tpo"; exit 1; \
fi
rm -f .libs/libsvnjavahl.la.lo
gcc -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT libsvnjavahl.la.lo -MD -MP
-MF .deps/libsvnjavahl.la.Tpo -c libsvnjavahl.la.c -fPIC -DPIC -o
.libs/libsvnjavahl.la.lo
gcc -DPACKAGE_NAME=\"javahl\" -DPACKAGE_TARNAME=\"javahl\"
-DPACKAGE_VERSION=\"0.24\" "-DPACKAGE_STRING=\"javahl 0.24\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"javahl\" -DVERSION=\"0.24\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -g -O2 -I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -MT libsvnjavahl.la.lo -MD -MP
-MF .deps/libsvnjavahl.la.Tpo -c libsvnjavahl.la.c -o libsvnjavahl.la.o
>/dev/null 2>&1
mv -f .libs/libsvnjavahl.la.lo libsvnjavahl.la.lo
/bin/sh ../libtool --mode=link g++ -g -O2 -g -fomit-frame-pointer
-pipe -march=i586 -mcpu=pentiumpro -fno-omit-frame-pointer -pthread
-DNEON_ZLIB -DNEON_SSL -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith
-Wwrite-strings -Wshadow -std=c89 -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
             -I/home/lamikr/downloads/subversion/subversion/include
-I/usr/include/neon -I/usr/include/apache2 -I/usr/include/apache2
  -I/home/lamikr/downloads/subversion/subversion/subversion/include
-I/apps/java/jdk/jdk1.4.2/include
-I/apps/java/jdk/jdk1.4.2/include/linux -o libsvnjavahl.la -rpath
/usr/local/lib SVNClient.lo JNICriticalSection.lo JNIMutex.lo
JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo
JNIByteArray.lo Notify.lo Path.lo Pool.lo Prompter.lo Revision.lo
Targets.lo org_tigris_subversion_javahl_SVNClient.lo libsvnjavahl.la.lo
-lstdc++ -lneon -lz -lssl -lcrypto -ldl -lxml2 -lz -lpthread -lm
-L/usr/lib -laprutil-0 -lgdbm -ldb-4.1 -lexpat -L/usr/lib -lapr-0
-lrt -lm -lcrypt -lnsl -ldl -ldb -L/usr/local/lib -lsvn_client-1
-lsvn_delta-1 -lsvn_fs-1 -lsvn_ra-1 -lsvn_ra_dav-1 -lsvn_ra_local-1
-lsvn_ra_svn-1 -lsvn_repos-1 -lsvn_subr-1 -lsvn_wc-1
rm -fr .libs/libsvnjavahl.la .libs/libsvnjavahl.* .libs/libsvnjavahl.*
g++ -shared SVNClient.lo JNICriticalSection.lo JNIMutex.lo
JNIStackElement.lo JNIStringHolder.lo JNIThreadData.lo JNIUtil.lo
JNIByteArray.lo Notify.lo Path.lo Pool.lo Prompter.lo Revision.lo
Targets.lo org_tigris_subversion_javahl_SVNClient.lo libsvnjavahl.la.lo
  -L/usr/lib -lstdc++ /usr/lib/libneon.so -lssl -lcrypto
/usr/lib/libxml2.so -lz -lpthread /usr/lib/libaprutil-0.so
/usr/lib/libgdbm.so /usr/lib/libdb-4.1.so /usr/lib/libexpat.so
/usr/lib/libapr-0.so -lrt -lm -lcrypt -lnsl -ldl -ldb -L/usr/local/lib
-lsvn_client-1 -lsvn_delta-1 -lsvn_fs-1 -lsvn_ra-1 -lsvn_ra_dav-1
-lsvn_ra_local-1 -lsvn_ra_svn-1 -lsvn_repos-1 -lsvn_subr-1 -lsvn_wc-1
-pthread -Wl,-soname -Wl,libsvnjavahl.so.0 -o .libs/libsvnjavahl.so.0.0.0
(cd .libs && rm -f libsvnjavahl.so.0 && ln -s libsvnjavahl.so.0.0.0
libsvnjavahl.so.0)
(cd .libs && rm -f libsvnjavahl.so && ln -s libsvnjavahl.so.0.0.0
libsvnjavahl.so)
ar cru .libs/libsvnjavahl.a SVNClient.o JNICriticalSection.o JNIMutex.o
JNIStackElement.o JNIStringHolder.o JNIThreadData.o JNIUtil.o
JNIByteArray.o Notify.o Path.o Pool.o Prompter.o Revision.o Targets.o
org_tigris_subversion_javahl_SVNClient.o libsvnjavahl.la.o
ranlib .libs/libsvnjavahl.a
creating libsvnjavahl.la
(cd .libs && rm -f libsvnjavahl.la && ln -s ../libsvnjavahl.la
libsvnjavahl.la)
make[2]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/native'
make[1]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/native'
Making all in cls
make[1]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/cls'
/apps/java/jdk/jdk1.4.2/bin/jar cf svnjavahl.jar .
make[1]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/cls'
Making all in doc
make[1]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl/doc'
make[1]: Entering directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory
`/home/lamikr/downloads/subversion/subversion/subversion/bindings/java/javahl'

Mika

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 28 11:50:54 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.