Re: [Factor-talk] mongodb on Windows

2010-01-16 Thread Sascha Matzke
Hi,

The mongodb doesn't load on Windows because it references the time_t
 word in the unix vocab, which is not defined on Windows. It should not
 be using the unix vocab at all, in fact. Could you change it to define
 your own time_t perhaps?


I looked really hard, but couldn't find any usage of time_t in mongodb or
bson.

I found and removed a usage of unix in furnace.mongodb - but I'm not sure
if that's what you've meant.
( g...@github.com:x6j8x/factor.git branch: mongodb-changes).

Sascha
-- 
Through the darkness of future past
the magician longs to see
One chants out between two worlds
Fire walk with me.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] mongodb on Windows

2010-01-16 Thread Slava Pestov
On Sat, Jan 16, 2010 at 11:47 PM, Sascha Matzke
sascha.mat...@didolo.org wrote:
 I looked really hard, but couldn't find any usage of time_t in mongodb or
 bson.
 I found and removed a usage of unix in furnace.mongodb - but I'm not sure
 if that's what you've meant.

Thanks for the fix, I've pulled your changes.

 ( ...@github.com:x6j8x/factor.git branch: mongodb-changes).

FWIW, 'git://github.com/x6j8x/factor.git mongodb-changes' is even
easier because then I just copy and paste :-)

Slava

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] mongodb on Windows

2010-01-15 Thread Slava Pestov
Hi Sascha,

The mongodb doesn't load on Windows because it references the time_t
word in the unix vocab, which is not defined on Windows. It should not
be using the unix vocab at all, in fact. Could you change it to define
your own time_t perhaps?

Slava

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk