You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "D.J. Heap" <dj...@shadyvale.net> on 2004/03/17 03:46:08 UTC

Dev build still broken on trunk?

I'm still having trouble with gen-make.py on Windows...is it supposed to 
be fixed now or still known to need work?

I don't have Java installed and hadn't planned on building the Java swig 
support, unless I need to?

I'm getting:

D:\Projects\Subversion>python.exe .\gen-make.py -t vcproj 
--with-httpd=d:\projects\apache\httpd-2.0.48 --with-zlib=D:\Project
s\Apache\httpd-2.0.48\srclib\zlib 
--with-openssl=D:\Projects\Apache\httpd-2.0.48\srclib\openssl
Found libdb42.lib in db4-win32\lib
Found installed perl version number. Perl bindings
   will be linked with perl58.lib
Traceback (most recent call last):
   File ".\gen-make.py", line 167, in ?
     main(conf, gentype, skip_depends=skip, other_options=rest.list)
   File ".\gen-make.py", line 43, in main
     generator = gen_module.Generator(fname, verfname, other_options)
   File "build\generator\gen_vcnet_vcproj.py", line 19, in __init__
     'vcnet-vcproj')
   File "build\generator\gen_win.py", line 171, in __init__
     gen_base.GeneratorBase.__init__(self, fname, verfname)
   File "build\generator\gen_base.py", line 78, in __init__
     self._extension_map)
   File "build\generator\gen_base.py", line 745, in create_targets
     target.add_dependencies(graph, cfg, extmap)
   File "build\generator\gen_base.py", line 712, in add_dependencies
     raise GenError('Unable to find Java package root in path')
gen_base.GenError: Unable to find Java package root in path



DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Dev build still broken on trunk?

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Daniel L. Rall wrote:
[snip]
> 
> 
> Sorry, try with r9088.
> 
> 

Yep, working now, thanks!

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Dev build still broken on trunk?

Posted by "Daniel L. Rall" <dl...@collab.net>.
D.J. Heap wrote:

> I'm still having trouble with gen-make.py on Windows...is it supposed to 
> be fixed now or still known to need work?
> 
> I don't have Java installed and hadn't planned on building the Java swig 
> support, unless I need to?
> 
> I'm getting:
> 
> D:\Projects\Subversion>python.exe .\gen-make.py -t vcproj 
> --with-httpd=d:\projects\apache\httpd-2.0.48 --with-zlib=D:\Project
> s\Apache\httpd-2.0.48\srclib\zlib 
> --with-openssl=D:\Projects\Apache\httpd-2.0.48\srclib\openssl
> Found libdb42.lib in db4-win32\lib
> Found installed perl version number. Perl bindings
>   will be linked with perl58.lib
> Traceback (most recent call last):
>   File ".\gen-make.py", line 167, in ?
>     main(conf, gentype, skip_depends=skip, other_options=rest.list)
>   File ".\gen-make.py", line 43, in main
>     generator = gen_module.Generator(fname, verfname, other_options)
>   File "build\generator\gen_vcnet_vcproj.py", line 19, in __init__
>     'vcnet-vcproj')
>   File "build\generator\gen_win.py", line 171, in __init__
>     gen_base.GeneratorBase.__init__(self, fname, verfname)
>   File "build\generator\gen_base.py", line 78, in __init__
>     self._extension_map)
>   File "build\generator\gen_base.py", line 745, in create_targets
>     target.add_dependencies(graph, cfg, extmap)
>   File "build\generator\gen_base.py", line 712, in add_dependencies
>     raise GenError('Unable to find Java package root in path')
> gen_base.GenError: Unable to find Java package root in path

Sorry, try with r9088.




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org