Re: subversion-1.6.9 build error

2010-01-26 Thread Jiang Li
Hi Mark, This is the root problem like Jon pointed also. I downloaded the zip package. Thanks! Jiang Li 2010/1/26 Mark Phippard > On Mon, Jan 25, 2010 at 7:55 AM, Jiang Li wrote: > > My steps are as below: > > > > 1. Get the source code subversion-1.6.9; > > 2. Get sqlite-amalgamation-3_6_22.

Re: subversion-1.6.9 build error [reproducible]

2010-01-26 Thread Jiang Li
le is only intended for building on Windows. If you're > building on Linux, you should use the TAR.GZ or TAR.BZ2 files. (They > are subtly different, and that difference caused the build error). > > Kind regards, > > Jon > > (* Such tolerance is usually a good thing;

Re: subversion-1.6.9 build error

2010-01-26 Thread Mark Phippard
On Mon, Jan 25, 2010 at 7:55 AM, Jiang Li wrote: > My steps are as below: > > 1. Get the source code subversion-1.6.9; > 2. Get sqlite-amalgamation-3_6_22.zip and neon-0.29.3.tar.gz, extract them > in subversion folder and change the directory name to remove the version > number; Is this ^^^ the

Re: subversion-1.6.9 build error

2010-01-26 Thread Jiang Li
Hi Hyrum, Yes, after removing the extra ^M characters, I got it working. I do not know if the problem is specific to my system, I would doubt it. My system is a newly installed RedHat ES5.4. Jiang Li 2010/1/26 Hyrum K. Wright > Glad to hear that you finally got it working. Was the problem th

RE: subversion-1.6.9 build error [reproducible]

2010-01-26 Thread Jon Foster
ifferent, and that difference caused the build error). Kind regards, Jon (* Such tolerance is usually a good thing; e.g. if I use Pythonwin to edit a file, it leaves existing UNIX-style line breaks alone but any new line breaks will be Windows style). -Original Message- From: Hyrum K. Wrig

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
Glad to hear that you finally got it working. Was the problem the ^M characters? If so, I wonder if it is specific to your platform, or more general. But the entire episode does make me wonder why we require people building to generate these files locally. I'll take a look at the pre-build s

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Hyrum, You are an expert, I am able to compile v1.6.9 successfully. Here is my update. 1. I tried again by downloading subversion-deps-1.6.9 and compiled again, but with the same problem. 2. I double check the file subversion/libsvn_fs_fs/rep-cache-db.h with 'vi' editor, I found that there ar

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hyrum, Thanks! Tomorrow I will download Subversion 1.6.9 dependency package for a try. I suspect the problem was caused by not using that package. I will update you the result. I will go offline now. Thanks again for your help! Jiang Li 2010/1/25 Hyrum K. Wright > > On Jan 25, 2010, at 8:55

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
On Jan 25, 2010, at 8:55 AM, Jiang Li wrote: > Hyrum, > > No luck. The file will be re-generated again after running 'make'. As it should be. > 2010/1/25 Hyrum K. Wright > Can you try just removing the file and then running 'make' again? > > On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > >

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hyrum, No luck. The file will be re-generated again after running 'make'. 2010/1/25 Hyrum K. Wright > Can you try just removing the file and then running 'make' again? > > On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > > > Hi Hyrum, > > > > Thank you so much for your quick reply! > > > > Here i

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
Can you try just removing the file and then running 'make' again? On Jan 25, 2010, at 8:48 AM, Jiang Li wrote: > Hi Hyrum, > > Thank you so much for your quick reply! > > Here is all the content of file subversion/libsvn_fs_fs/rep-cache-db.h. > > Just for your information, I just downloaded s

Re: subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Hyrum, Thank you so much for your quick reply! Here is all the content of file subversion/libsvn_fs_fs/rep-cache-db.h. Just for your information, I just downloaded subversion 1.6.6 and I was able to compile this version successfully. I am fine with v1.6.6, but I will try to compile 1.6.9 tomo

Re: subversion-1.6.9 build error

2010-01-25 Thread Hyrum K. Wright
On Jan 25, 2010, at 6:55 AM, Jiang Li wrote: > Hi Friends, > > May I ask you a question? > > I just started to use Subversion. I want to compile it from source code on my > Red Hat Linux ES5.4. But I face below error when running 'make'. > > My steps are as below: > > 1. Get the source code

subversion-1.6.9 build error

2010-01-25 Thread Jiang Li
Hi Friends, May I ask you a question? I just started to use Subversion. I want to compile it from source code on my Red Hat Linux ES5.4. But I face below error when running 'make'. My steps are as below: 1. Get the source code subversion-1.6.9; 2. Get sqlite-amalgamation-3_6_22.zip and neon-0.2