Opened 12 years ago
Closed 12 years ago
#46 closed defect (invalid)
installation script of cups-base-1_4_8.wpi uses wrong LIBPATH
Reported by: | Elmar Stellnberger | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | |
Severity: | Keywords: | cups, warpin, wpi | |
Cc: |
Description
cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:
1: DO i = 1 TO match.0
2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO
3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath
4: IF _lpath <> THEN LEAVE
5: END
6: END
Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | cups-base-1_4_8.wis added |
---|
comment:1 by , 12 years ago
you may have to have a look at the optional package dep. no 99 however; it was reported to be invalid; perhaps we can drop it: at me that worked well.
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This report does not apply to this project, sorry.
Move it to ecups project.
working installation script with dep99 cropped