Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: kevinfish on March 19, 2010, 01:11:08 AM

Title: porting xemacs
Post by: kevinfish on March 19, 2010, 01:11:08 AM
I'm trying to build an xemacs extension.  I'm wondering if anyone has any feedback on which options should be included, excluded, and why?

   Xaw3d, XPM, JPEG, compface, PNG, zlib, GNU DBM, Berkeley DB, socks,
   term, NAS, Canna, Kinput2, SJ3, Wnn, PostgreSQL, LDAP

Also see the attached install file.
Title: Re: porting xemacs
Post by: bmarkus on March 19, 2010, 01:47:10 AM
Kinput2, SJ3 and Wnn are for Japanese input. If you do not have a Japanase system you can exclude. LDAP is for centralised authentication, not needed in a TC environment. PostgreSQL SQL server is not available as an extension so forget it.
Title: Re: porting xemacs
Post by: Pats on March 19, 2010, 03:14:24 AM
Xemacs PostgreSQL support requires linking to the PostgreSQL libpq lib. May be this can be of your interest :
http://xemacs.org/Documentation/beta/html/lispref_62.html

Hope this helps !

~ Pats