Quoting PSA <[EMAIL PROTECTED]>: > Well, after much trial and error, I managed to get several .9.x versions > > to compile on FreeBSD. Unfortunately, they only run as root. Here's a > sample message that I get when trying to run as a user (the user I > compiled as, actually) with .9.4.1: > > **** (1) Assert **** > **** (1) m_parserState.m_szSelectedSchemeName at xap_Prefs.cpp:987 **** > **** (1) Continue ? (y/n) [y] : > > Can anyone tell me what's going on here and what to do about it? > Everything starts up properly under root. > Thanks. > Oh, and BTW, how can we get some binaries on the site again for each > version, built for FreeBSD?
Looks to me like you're compiling with LibXML2 support turned on. Abi currently only works with expat, and will need a few lines of code change to xap_Prefs.cpp to make it work with libxml2 again. So, I suggest either: 1) Rebuild abi against expat 2) Make the fix to make libxml2 support work again. It's probably like 10 LOC or something silly like that. If you do this, send me your patch so that I can incorporate it upstream. Either way, your build can be uploaded to sourceforge.net for public consumption. None of our developers build on *BSD to the best of my knowledge, so we don't have any pre-built binaries to distribute. But if you post yours somewhere with a MD5Sum, I'll grab it an upload it. Dom ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
