Content originally posted in LPCWare by culyun on Sat Dec 03 02:46:44 MST 2011
Hi,
I'm running an x64 Archlinux installation.
I've created a chroot specifically for i686 applications like LPCXpresso.
The installer runs, but spits the dummy with an exception..
<quote>
failed to allocate font due to internal system font engine problem
while executing
"$command $path"
(procedure "Widget::CreateTempWidget" line 11)
invoked from within
"Widget::CreateTempWidget $tkwidget $tkwidget"
(procedure "Widget::tkinclude" line 43)
invoked from within
"Widget::tkinclude Label label .l remove { -foreground -state -text -textvariable -underline }"
(in namespace eval "::Label" script line 4)
invoked from within
"namespace eval Label {
Widget::define Label label DragSite DropSite DynamicHelp
Widget::tkinclude Label label .l remove { -foreground -state -text -..."
(procedure "InitGui" line 2546)
invoked from within
"InitGui"
(procedure "::InstallJammer::InitializeGui" line 9)
invoked from within
"::InstallJamgmer::InitializeGui "
(procedure "::InstallJammer::InitInstall" line 68)
invoked from within
"::InstallJammer::InitInstall"
(file "/installkitvfs/main.tcl" line 36106)
</quote>
I see a few people have got LPCXpresso working with Archlinux.
How did you guys do it?
Cheers
Steve