Forum OpenACS Development: Response to OpenACS4.x/Postgres7.x installation guide

Collapse
Posted by Yon Derek on
If you're willing to wait a couple (or more) days, then I plan to release AOLServer 4.0 beta with ns_xml and some other stuff for windows (which might not be good enough for you, because it won't work with non-4.0 version and 4.0 is beta == probably buggy).

If you don't want to wait or want to build it yourself, you're in for some work:

  • compile libxml, the latest version almost compiles under windows and I'm sending patches to make it fully compile (i.e., you can compile it if you manually fix small stuff after getting sources from CVS and I'm driving it so that it compiles straight out of CVS)
  • make minor portability fixes in ns_xml.c itself (http://acs-misc.sourceforge.net/wiki/index.php?WinPortabilityForModules)
  • create a MSVC project for nsxml (main thing: link it with libxml.dll build in earlier step).