Changes between Initial Version and Version 1 of Ticket #3343


Ignore:
Timestamp:
Jan 22, 2010, 6:56:04 AM (14 years ago)
Author:
warmerdam
Comment:

I have corrected this in trunk (r18614,r18616), and 1.7 branch (r18617).

I see the problem also exited in 1.6 with no complaints so it is presumably not a common case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3343

    • Property Keywords ECW added
    • Property Status newclosed
    • Property Component defaultConfigBuild
    • Property Resolutionfixed
  • Ticket #3343 – Description

    initial v1  
    11In the file configure.in on line 1402:
    2 
     2{{{
    33LIBS="-L$with_ecw/bin -lNCSEcw -lNCSEcw -lNCSCnet $LIBS"
    4 
     4}}}
    55the NCSEcw is duplicated - should be (like on the previous lines):
    6 
     6{{{
    77LIBS="-L$with_ecw/lib -lNCSEcw -lNCSCnet -lNCSUtil $LIBS"
    8 
     8}}}
    99(Version actually 1.7.0RC1 )