RE: Re: Is RapidSVN available for MAC OSX Lion?
Ed Danley <[email protected]> Mon, 5 Sep 2011 06:09:14 -0700 (PDT)
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.user |
|---|---|
| Message-ID | <1499972446.5846.1315228154677.JavaMail.httpd@localhost> |
First, when I follow the instructions in INSTALL, I get the following: CFLAGS="-g -O2 -arch i386 -arch ppc -fvisibility=hidden -I$HOME/RapidSVN-build/include" \ > CXXFLAGS="-g -O2 -arch i386 -arch ppc -fvisibility=hidden -fvisibility-inlines-hidden" \ > LDFLAGS="-arch i386 -arch ppc -L$HOME/RapidSVN-build/lib" ./configure --prefix=$HOME/RapidSVN-build \ > --disable-shared \ > --with-svn-include=$HOME/RapidSVN-build/include \ > --with-svn-lib=$HOME/RapidSVN-build/lib \ > --with-apr-config=$HOME/RapidSVN-build/bin/apr-1-config \ > --with-apu-config=$HOME/RapidSVN-build/bin/apu-1-config \ > --with-wx-config=$HOME/RapidSVN-build/bin/wx-config \ > --disable-dependency-tracking -bash: ./configure: No such file or directory If I merge INSTALL with README and run ./autogen.sh first, then the same command, I get: ./autogen.sh ./autogen.sh: line 8: libtoolize: command not found configure.in:2: installing `./config.sub' configure.in:4: installing `./missing' configure.in:4: installing `./install-sh' configure.in:2: installing `./config.guess' include/Makefile.am:3: wildcard svncpp/*.hpp: non-POSIX variable name include/Makefile.am:3: (probably a GNU make extension) include/svncpp/Makefile.am:1: wildcard *.hpp: non-POSIX variable name include/svncpp/Makefile.am:1: (probably a GNU make extension) src/Makefile.am:5: wildcard *.hpp: non-POSIX variable name src/Makefile.am:5: (probably a GNU make extension) src/Makefile.am:5: wildcard *.h: non-POSIX variable name src/Makefile.am:5: (probably a GNU make extension) src/Makefile.am:8: wildcard *.fbp: non-POSIX variable name src/Makefile.am:8: (probably a GNU make extension) src/Makefile.am: installing `./depcomp' src/res/Makefile.am:1: wildcard *.ico: non-POSIX variable name src/res/Makefile.am:1: (probably a GNU make extension) src/res/Makefile.am:1: wildcard *.icns: non-POSIX variable name src/res/Makefile.am:1: (probably a GNU make extension) src/res/Makefile.am:1: wildcard bitmaps/*.xpm: non-POSIX variable name src/res/Makefile.am:1: (probably a GNU make extension) src/res/Makefile.am:1: wildcard bitmaps/*.h: non-POSIX variable name src/res/Makefile.am:1: (probably a GNU make extension) src/res/Makefile.am:1: wildcard bitmaps/*.png: non-POSIX variable name src/res/Makefile.am:1: (probably a GNU make extension) src/svncpp/Makefile.am:1: wildcard *.hpp: non-POSIX variable name src/svncpp/Makefile.am:1: (probably a GNU make extension) src/tests/svncpp/Makefile.am:3: wildcard *.hpp: non-POSIX variable name src/tests/svncpp/Makefile.am:3: (probably a GNU make extension) tools/Makefile.am:1: wildcard *.sh: non-POSIX variable name tools/Makefile.am:1: (probably a GNU make extension) tools/Makefile.am:1: wildcard *.py: non-POSIX variable name tools/Makefile.am:1: (probably a GNU make extension) At this point: make make: *** No targets specified and no makefile found. Stop. (Stand by for a second post that is related). ------------------------------------------------------ http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2835619 To unsubscribe from this discussion, e-mail: [[email protected]].