Re: Is RapidSVN available for MAC OSX Lion?

Alexander Mueller <[email protected]> Mon, 05 Sep 2011 15:45:07 +0200
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
Hm, looks like linker can't find/resolve the wx objects.
Can you check which wx libraries are in src/Makefile. If you take a look 
at src/Makefile.am the contents of WX_LIBS is supposed to be put there 
(which is the output of $WX_CONFIG --libs (see configure.in).

Am 05.09.2011 15:23, schrieb Ed Danley:
> (Sorry, my previous post targeted the wrong request.)
>
> This is the results using only the instructions for Linux in README (ignoring INSTALL):
>
> The autogen.sh runs fine (see previous results).
> ./configure gives the following:
>
> ./configure
> checking build system type... i386-apple-darwin10.8.0
> checking host system type... i386-apple-darwin10.8.0
> checking target system type... i386-apple-darwin10.8.0
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for g++... g++
> checking for C++ compiler default output file name... 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 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 ISO C89... none needed
> checking dependency style of gcc... gcc3
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
> checking how to recognize dependent libraries... pass_all
> checking for ar... ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether g++ accepts -g... (cached) yes
> checking dependency style of g++... (cached) gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
> checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fno-common -DPIC
> checking if g++ PIC flag -fno-common -DPIC works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking if g++ supports -c -o file.o... (cached) yes
> checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking for gcc/g++... found (using "-Wall", "-Wextra" and "-fexceptions")
> checking for APR... found
> checking for APR util... found
> checking for Subversion headers... found
> checking for Subversion libraries... found
> checking wxWidgets version... 2.8.8
> checking for platform specifics... darwin
> checking cppunit-config... not found
> checking xsltproc... found
> checking docbook xsl stylesheet for manpages... not found
> checking manpage creation... no (xsltproc and docbook-xsl with manpage support needed)
> checking doxygen... not found
> checking dot... not found
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating build/Makefile
> config.status: creating build/vc2005/Makefile
> config.status: creating build/xcode/Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/manpage/Makefile
> config.status: creating doc/svncpp/Makefile
> config.status: creating include/Makefile
> config.status: creating include/svncpp/Makefile
> config.status: creating packages/Makefile
> config.status: creating packages/debian/Makefile
> config.status: creating packages/osx/Makefile
> config.status: creating packages/rpm/Makefile
> config.status: creating packages/win32/Makefile
> config.status: creating src/Makefile
> config.status: creating src/locale/Makefile
> config.status: creating src/res/Makefile
> config.status: creating src/svncpp/Makefile
> config.status: creating src/tests/Makefile
> config.status: creating src/tests/svncpp/Makefile
> config.status: creating tools/Makefile
> config.status: executing depfiles commands
> config.status: executing libtool commands
> Meeko-Mac:rapidsvn ed$
>
>
>  From there I cd to src and run make. I won't show the output from the first run as it is too large. If I run make a second time, this is the output (very long so is an attachment).
>
> Any guesses?
>
> Thanks again,
>
> Ed
>
> ------------------------------------------------------
> http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2835621
>
> To unsubscribe from this discussion, e-mail: [[email protected]].

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2835626

To unsubscribe from this discussion, e-mail: [[email protected]].