On Sat, 13 May 2006 23:28:37 -0400, John Siracusa wrote:

Hi John

>> You need a build of Scalar::Util that supports weak references.
>> IIRC, some builds bundled with certain Linux distributions are
>> broken.
> Er, make that "some Windows Perl distributions" :)

Turns out that wasn't the real problem. I tried to install Scalar-List-Utils V
1.18. Then:

nmake install

runs Perl, which loads \perl\lib\auto\List\Util\Util.dll, which can't then be
overwritten by nmake. Even copying this 1 file manually didn't fix the problem.
I had to remove the read-only bit and copy files from blib\... to:
o \perl\lib\auto\List\Util\
o \perl\lib\List\
o \perl\lib\Scalar

Then Rose::DB::Object V 0.724 installed. It's tests output:

#   Failed test 'p1 - with colors vendors description authors nicknames 10  -
sqlite'
#   in t/deep-joins.t at line 499.
#          got: '4'
#     expected: '1'

#   Failed test 'p1 - iterator with colors vendors description authors nicknames
10  - sqlite'
#   in t/deep-joins.t at line 631.
#          got: '4'
#     expected: '1'
# Looks like you failed 2 tests of 1496.
Failed 1/39 test scripts, 97.44% okay. 2/10292 subtests failed, 99.98% okay.

I have DBD::SQLite V 1.09 installed. V 1.12 won't install under Windows.
After installing V 1.11, I re-ran the Rose::DB::Object install. The errors above
disappeared.
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 15/05/2006
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to