Opened 3 years ago

Closed 3 years ago

#4891 closed defect (fixed)

debbie GDAL build broken

Reported by: robe Owned by: robe
Priority: blocker Milestone: Website Management, Bots
Component: QA/buildbots Version: master
Keywords: Cc:

Description

Looks like my patch upgrade on debbie broke her ability to compile GDAL.

Throwing this GDAL error

-DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -g -O2  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wlogical-op -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wduplicated-cond -Wextra-semi -Wfloat-conversion -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wsuggest-override -Wimplicit-fallthrough  -I. -I.. -I../.. -I../../.. -DGNM_ENABLED -I/var/lib/jenkins/workspace/gdal/branches/3.2/gdal/port  -DGDAL_COMPILATION -c -o ../../../o/r2000.lo r2000.cpp
r2000.cpp: In member function ‘virtual int DWGFileR2000::ReadSectionLocators()’:
r2000.cpp:3846:17: error: ‘readRecord’ was not declared in this scope; did you mean ‘readedRecord’?
 3846 |         FromLSB(readRecord.dSeeker);
      |                 ^~~~~~~~~~
      |                 readedRecord

I'm retrying again before I investigate further.

Change History (2)

comment:2 by robe, 3 years ago

Resolution: fixed
Status: newclosed

That worked. Thanks.

Note: See TracTickets for help on using tickets.