On 26 August 2010 22:19, Mikhail A. Pokidko <[email protected]> wrote:
> On Thu, Aug 26, 2010 at 2:06 PM, Dave Cottlehuber <[email protected]> wrote:
>> On a home-grown windows build I am getting the following error on
>> couchdb 1.0.1 and erl 13B04. What have I missed here - any further
>> checks I can do? thanks, Dave
>
>> ["../etc/couchdb/default.ini",
>
> Are you sure there is such a path on your windows machine?
yup - it's a relative path & from erlang's point of view this is fine.
I can see CouchDB reading from these files successfully in debug mode.
I ran this under a file access logging tool (procmon) & it seems it
cannot find $COUCH/lib/couch-1.0.1/priv/lib/couch_icu_driver.dll just
prior to tanking. I'm not seeing any errors in configure or make, nor
how the makefile should generate the dll.
All I have is:
./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.la
./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.lib
but there should also be a
./release/win32/lib/couch-1.0.1/priv/lib/couch_icu_driver.dll
created.
a configure, make install & dist logs from 1.0.1 and R14A are here
http://friendpaste.com/142vPuzv3yQ5icoLR9tcJ1
would appreciate some guidance, this looks like the last hurdle for a
fully scripted couch build on windows.
thanks
Dave