MakeForce / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Unable to build #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download files & folders from http://svnx.googlecode.com/svn/trunk/
2. Checkout the working copy to a fresh new location
3. Open the svnX.xcodeproj with X code
4. Click on the "Build and Go" button

What is the expected output? What do you see instead?
*Expected to see the code builds and starts svnX
*Observed 455 warnings and 312 errors

What version of the product are you using? On what operating system?
*svnX rev 121
*Xcode 3.1.2
*Mac OS 10.5.8

Please provide any additional information below.
*svn_client.h, svn_cmdline.h, svn_pools.h files were missing.  Are they
supposed to be from the svn source code?

Original issue reported on code.google.com by kang...@gmail.com on 13 Aug 2009 at 8:25

GoogleCodeExporter commented 9 years ago
There is a script phase in the build process that should create a directory 
named apr_svn &
then export the appropriate headers from their original repositories into that 
dir.
This should happen (once) before it compiles the svnX code.
The dir should (eventually) contain 2 sub dirs (apr & svn - containing the 
appropriate headers) & 4 .dylib stubs.
What errors/warnings are you seeing that are not compiler related?
Deleting apr_svn & compiling 1 non-dependent file (e.g. ImageAndTextCell.m) 
should
recreate the directory & its contents - or report relevant errors.

Original comment by chris...@gmail.com on 13 Aug 2009 at 4:28

GoogleCodeExporter commented 9 years ago
Thanks for the explanation.  The computer was disconnected from the network at 
the 
time of build.  Let me check again.  Does access to their original repository 
leave 
any record in the log?

Original comment by kang...@gmail.com on 15 Aug 2009 at 12:38

GoogleCodeExporter commented 9 years ago
> Does access to their original repository leave any record in the log?

Quite possibly it will if the svn export commands fail.
Read the second Run Script Phase for details.
As it doesn't fail for me (obviously) I don't know exactly what errors/warnings 
it would
write to the build log - which is why I asked you.

Anyway, it MUST be internet connected for the initial build of svnX.
Does it build if it is connected?

Original comment by chris...@gmail.com on 15 Aug 2009 at 2:14

GoogleCodeExporter commented 9 years ago
After connecting to the internet and deleting apr_svn folder, I could build 
successfully.

Original comment by kang...@gmail.com on 15 Aug 2009 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by chris...@gmail.com on 15 Aug 2009 at 3:48