Project

General

Profile

Actions

Bug #61

closed

pstoedit on osx fails to write valid .lgc file when /usr/local/share/pstoedit/laoscfg.ps is in use

Added by m.winkler over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
pstoedit
Target version:
-
Start date:
2012-12-03
Due date:
% Done:

0%

Estimated time:

Description

see

drvlaos.cpp
129 #ifdef APPLE
130 RSString test("/usr/local/share/pstoedit");
131 #endif
132 #ifndef APPLE
133 RSString test(drvbase::pstoeditDataDir());
134 #endif

this makes pstoedit find laoscfg.ps on OSX

the problem is just if it is found correctly generated .lgc file looks something like the attached one,
if it is not found i get an error for that, but the .lgc is generated with default settings as defined in drvlaos.cpp,
something while reading laoscfg.ps must set the psfeatures to odd


Files

laos-test.lgc (2.86 KB) laos-test.lgc m.winkler, 2012-12-03 11:33
pstoedit.gdblog (14.9 KB) pstoedit.gdblog m.winkler, 2012-12-04 10:03
Actions

Also available in: Atom PDF