Re: wee // LNX WEE 0.48m

new topic     » goto parent     » topic index » view thread      » older message » newer message
_tom said...

Minutia: include the 32 scintilla.so ( in addition to the 64bit scintilla).

Wee runs after that small addition.

_tom

It seems I somehow adopted the notion that LYNX WEE would only run on 64-bit.

Shouldn't this routine automatically include scintilla32.so, if needed? If so all I need to do is correct the erroneous assertions that LNX WEE requires a 54-bit LNX distro.

-- scintilla.e 
sequence dll, send_message 
ifdef WINDOWS then 
  ifdef BITS64 then 
    dll = "scintilla\\SciLexer64.dll" 
  elsedef 
    dll = "scintilla\\SciLexer.dll" 
  end ifdef 
  send_message = "Scintilla_DirectFunction" 
elsedef 
  ifdef OSX then 
    dll = "scintilla/scintillaOSX.dylib" 
  elsifdef BITS64 then 
    dll = "scintilla/scintilla64.so" 
  elsifdef ARM then 
    dll = "scintilla/scintilla32armhf.so" 
  elsedef 
    dll = "scintilla/scintilla32.so" 
  end ifdef 
  send_message = "scintilla_send_message" 
end ifdef 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu