Bug 690470 - ufst language switch build fails.
Summary: ufst language switch build fails.
Status: RESOLVED DUPLICATE of bug 692093
Alias: None
Product: GhostPCL
Classification: Unclassified
Component: PCL interpreter (show other bugs)
Version: master
Hardware: Macintosh MacOS X
: P4 normal
Assignee: Chris Liddell (chrisl)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 13:01 UTC by Henry Stiles
Modified: 2011-03-24 17:15 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***