Opened 9 years ago

Closed 9 years ago

#5825 closed defect (fixed)

compile error on OS X/clang

Reported by: springmeyer Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Hitting:

pcidskdataset.cpp:1548:57: error: too few arguments to function call, expected 12, have 11
                                            eType, 0, 0 );
                                                        ^
/Users/dane/projects/mason/gdal-1.11.1-big-pants/mason_packages/.build/springmeyer-gdal-ddf1909/gdal/gcore/gdal_priv.h:654:5: note: 'RasterIO' declared
      here
    CPLErr      RasterIO( GDALRWFlag, int, int, int, int,

Change History (2)

comment:1 by springmeyer, 9 years ago

Should have mentioned, I hit this with latest trunk, and I'm using --with-pcidsk=no option. Is there some better way to try to disable this driver?

comment:2 by Even Rouault, 9 years ago

Resolution: fixed
Status: newclosed

There's no way of disabling the driver. --with-pcidsk=no is an alias of --with-pcidsk=old, for the "old" driver to be opposed to the "new" one.

trunk r28373 "Fix 'old' PCIDSK driver to work with updated RasterIO() interface (trunk only) (#5825)"

Note: See TracTickets for help on using tickets.