Hi,
I am not familiar with the subversion build system, so this may be
grossly out of target. Will the following code suffice or is it
something more elaborate?
Index: build/generator/gen_win.py
===================================================================
--- build/generator/gen_win.py (revision 22743)
+++ build/generator/gen_win.py (working copy)
@@ -130,6 +130,10 @@
else:
sys.stderr.write('WARNING: Unknown VS.NET version "%s",'
' assumimg "%s"\n' % (val,
self.vsnet_version))
+ if self.sqlite_path == None:
+ sys.stderr.write('ERROR: Sqlite path not specifed. ' + \
+ 'Use --with-sqlite option.')
+ sys.exit(1)
def __init__(self, fname, verfname, options, subdir):
Thanks,
Vivek
-----Original Message-----
From: D.J. Heap [mailto:djheap@gmail.com]
Sent: Sunday, December 17, 2006 9:28 AM
To: Vivek Chenecharry
Cc: dev@subversion.tigris.org
Subject: Re: [merge-tracking][windows] gen-make.py error
On 12/15/06, Vivek Chenecharry <vivek@collab.net> wrote:
[snip]
>
> Works fine once --with-sqlite = ..\sqllite is included.
> Should we not avoid the hard traceback getting displayed?
>
Yes, that would be better -- do you have time to work up a patch?
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 18 05:39:06 2006