Menu

#10 lcms.pc: wrong include path for 1.15

closed-rejected
nobody
None
5
2006-12-15
2006-03-25
No

In lcms.pc replace
includedir=${prefix}/include
with
includedir=${prefix}/include/lcms

Discussion

  • Marti Maria Saguer

    Logged In: YES
    user_id=206527

    Correct path is ${prefix}/include

    All _genuine_ versions of littlecms have ever used this
    path.
    Somebody did a rpm time ago changing the correct path to
    ${prefix}/include/lcms, That caused endless trouble with
    mixed versions.

     
  • Marti Maria Saguer

    • status: open --> closed
     
  • Florian K. Steinel

    Logged In: YES
    user_id=42066

    You are right, the correct fix is to change
    Cflags: -I${includedir}
    to
    Cflags: -I${includedir} -I${includedir}/lcms

     
  • Florian K. Steinel

    • status: closed --> open
     
  • Marti Maria Saguer

    Logged In: YES
    user_id=206527
    Originator: NO

    /include/lcms is not and it never was supported.

     
  • Marti Maria Saguer

    • status: open --> closed-rejected