Hello, Well sorry to both of you who where nice enough to answer :-) My post was a bit childish due to my current frustration of parsing hundreds of pages of documentation... without never finding answers (well a bit exagerated...)
My initial idea was to create a kind of "generic" server for java and flash application based upon xml sockets (flash kind of socket). The idea was to handle the "socket" part within a "compiled" server and the "what the user really want to do" within java scripts (that server is mainly used for "little" web based multi-user games thus the server can handle connection, authentication, lobbies and sessions... special "com" objects can be created to act as referee for instance). I did it using microsoft COM obj and script engine but wasn't really satisfied (deadlocks everywhere... not much understanding of what's giong on ...). Well it works and I was quite happy with it. Since I begun to switch all my servers to Linux/Apache/Php so I was considering "redoing" that server using Mozilla technologies (XPCom and Script engine)... To have something usable on both Linux and Win32 servers (and have some fun developping it) but was really frustrated by my lack of knowledge and the lack of documentation on even how to compile all of those... Well if you're kind enough to help me, I'll retry to compile everything and post here what's not working. If someone help me, I promise to write a complete tutorial on how to set up a cygwin environment and retrieve mozilla source code and compile it :-) "David Bradley" <[EMAIL PROTECTED]> a �crit dans le message de news: [EMAIL PROTECTED] > Jean Michel Courivaud wrote: > > So if you find out how to compile it, just tell me... :-) > > The doc you sited was written in generic. One thing that tripped me up > that might be causing you problems, is the use of gmake. On Window's > it's actually make not gmake. > > As dougt suggested, posting a small portion of your build log containing > the error message would be helpful. >
