Bug 690470

Summary: ufst language switch build fails.
Product: GhostPCL Reporter: Henry Stiles <henry.stiles>
Component: PCL interpreterAssignee: Chris Liddell (chrisl) <chris.liddell>
Status: RESOLVED DUPLICATE    
Severity: normal CC: christinedelight.top85
Priority: P4    
Version: master   
Hardware: Macintosh   
OS: MacOS X   
Customer: Word Size: ---

Description Henry Stiles 2009-05-06 13:01:51 UTC
Looks like a simple matter of moving FAPIconfig-FCO from lib to Resource/Init so
it will be picked up when the rom file system is created, but I thought I should
run it by you first.

make ls-udebug

./pspcl6


GPL Ghostscript SVN PRE-RELEASE 8.65 (2009-02-04)
Copyright (C) 2009 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
While reading gs_fapi.ps:
Error: /undefinedfilename in (FAPIconfig-FCO)
Operand stack:
Comment 1 Ray Johnston 2009-05-06 14:00:46 UTC
For the language switch build, we need to add the UFST_ROMFS_ARGS=

in addition to what is in main/pcl6_***.mak should be:

-P ../gs/lib -d Resource/Init/ FAPIconfig-FCO

Since this file _can_ be compressed (unlike the fco's) this should follow the
'-c' at the end.

This is fairly easy (/me hopes that it doesn't devolve into a makefile hell)

Comment 2 Henry Stiles 2010-05-21 13:00:31 UTC
I believe this was fixed but was never closed properly, so I guess retesting is in order.
Comment 3 Chris Liddell (chrisl) 2011-03-24 17:15:24 UTC

*** This bug has been marked as a duplicate of bug 692093 ***