Closed GoogleCodeExporter closed 8 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
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
> 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
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
Original comment by chris...@gmail.com
on 15 Aug 2009 at 3:48
Original issue reported on code.google.com by
kang...@gmail.com
on 13 Aug 2009 at 8:25