From Loic.Fourel at NGU.NO Thu Jul 5 21:04:37 2018 From: Loic.Fourel at NGU.NO (Fourel Loic) Date: Thu, 5 Jul 2018 11:04:37 +0000 Subject: [GPlates-discuss] Gplates Compilation Error - GDAL Message-ID: Hi all, I'm new to Gplates and I tried to compile it from sources (gplates-2.0.0-unixsrc) on my Debian Stretch (9.4). I installed all the prerequisites but the compile step failed at 78% with the error copied at the end of this email. I saw in the mailing list archives that a similar issue was raised last year. It seems that the OGRSFDriverRegistrar function is deprecated in GDAL 2.1 (the version I installed). I wanted to know if there is a known fix to this issue in order to complete the install on my machine. Many thanks for your reply, Best regards, Loic Fourel src/file-io/OgrReader.cc: In member function ?bool GPlatesFileIO::OgrReader::open_file(const QString&)?: src/file-io/OgrReader.cc:950:22: error: ?Open? is not a member of ?OGRSFDriverRegistrar? d_data_source_ptr = OGRSFDriverRegistrar::Open(fname.c_str(),FALSE); -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.cannon at sydney.edu.au Fri Jul 6 00:34:55 2018 From: john.cannon at sydney.edu.au (John Cannon) Date: Thu, 5 Jul 2018 14:34:55 +0000 Subject: [GPlates-discuss] Gplates Compilation Error - GDAL In-Reply-To: References: Message-ID: Hi Loic, This is fixed in GPlates 2.1 (coming very soon - maybe subscribe to GPlates-announce). And successfully compiles on Debian 9.4 stable. The compile error is because GPlates 2.0 does not support GDAL 2.x, also there are some other compile errors fixed in GPlates 2.1 (mentioned in a recent GPlates discuss thread last month). Regards, John From: GPlates-discuss On Behalf Of Fourel Loic Sent: Thursday, 5 July 2018 9:05 PM To: gplates-discuss at mailman.sydney.edu.au Subject: [GPlates-discuss] Gplates Compilation Error - GDAL Hi all, I'm new to Gplates and I tried to compile it from sources (gplates-2.0.0-unixsrc) on my Debian Stretch (9.4). I installed all the prerequisites but the compile step failed at 78% with the error copied at the end of this email. I saw in the mailing list archives that a similar issue was raised last year. It seems that the OGRSFDriverRegistrar function is deprecated in GDAL 2.1 (the version I installed). I wanted to know if there is a known fix to this issue in order to complete the install on my machine. Many thanks for your reply, Best regards, Loic Fourel src/file-io/OgrReader.cc: In member function 'bool GPlatesFileIO::OgrReader::open_file(const QString&)': src/file-io/OgrReader.cc:950:22: error: 'Open' is not a member of 'OGRSFDriverRegistrar' d_data_source_ptr = OGRSFDriverRegistrar::Open(fname.c_str(),FALSE); -------------- next part -------------- An HTML attachment was scrubbed... URL: From Loic.Fourel at NGU.NO Fri Jul 6 00:51:59 2018 From: Loic.Fourel at NGU.NO (Fourel Loic) Date: Thu, 5 Jul 2018 14:51:59 +0000 Subject: [GPlates-discuss] Gplates Compilation Error - GDAL In-Reply-To: References: , Message-ID: Thanks John for the quick reply. And this is excellent news. Any chance you can give an approximate date for the new release? I would need to use Gplates in the coming weeks. Regards, Loic ________________________________ From: GPlates-discuss on behalf of John Cannon Sent: Thursday, July 5, 2018 4:34:55 PM To: GPlates general discussion mailing list Subject: Re: [GPlates-discuss] Gplates Compilation Error - GDAL Hi Loic, This is fixed in GPlates 2.1 (coming very soon ? maybe subscribe to GPlates-announce). And successfully compiles on Debian 9.4 stable. The compile error is because GPlates 2.0 does not support GDAL 2.x, also there are some other compile errors fixed in GPlates 2.1 (mentioned in a recent GPlates discuss thread last month). Regards, John From: GPlates-discuss On Behalf Of Fourel Loic Sent: Thursday, 5 July 2018 9:05 PM To: gplates-discuss at mailman.sydney.edu.au Subject: [GPlates-discuss] Gplates Compilation Error - GDAL Hi all, I'm new to Gplates and I tried to compile it from sources (gplates-2.0.0-unixsrc) on my Debian Stretch (9.4). I installed all the prerequisites but the compile step failed at 78% with the error copied at the end of this email. I saw in the mailing list archives that a similar issue was raised last year. It seems that the OGRSFDriverRegistrar function is deprecated in GDAL 2.1 (the version I installed). I wanted to know if there is a known fix to this issue in order to complete the install on my machine. Many thanks for your reply, Best regards, Loic Fourel src/file-io/OgrReader.cc: In member function ?bool GPlatesFileIO::OgrReader::open_file(const QString&)?: src/file-io/OgrReader.cc:950:22: error: ?Open? is not a member of ?OGRSFDriverRegistrar? d_data_source_ptr = OGRSFDriverRegistrar::Open(fname.c_str(),FALSE); -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.cannon at sydney.edu.au Fri Jul 6 02:14:51 2018 From: john.cannon at sydney.edu.au (John Cannon) Date: Thu, 5 Jul 2018 16:14:51 +0000 Subject: [GPlates-discuss] Gplates Compilation Error - GDAL In-Reply-To: References: , , Message-ID: Yes, it'll be out in a couple of weeks. Sent while away from keyboard From: Fourel Loic Sent: Friday, 6 July, 12:52 am Subject: Re: [GPlates-discuss] Gplates Compilation Error - GDAL To: GPlates general discussion mailing list Thanks John for the quick reply. And this is excellent news. Any chance you can give an approximate date for the new release? I would need to use Gplates in the coming weeks. Regards, Loic From: GPlates-discuss on behalf of John Cannon Sent: Thursday, July 5, 2018 4:34:55 PM To: GPlates general discussion mailing list Subject: Re: [GPlates-discuss] Gplates Compilation Error - GDAL Hi Loic, This is fixed in GPlates 2.1 (coming very soon ? maybe subscribe to GPlates-announce). And successfully compiles on Debian 9.4 stable. The compile error is because GPlates 2.0 does not support GDAL 2.x, also there are some other compile errors fixed in GPlates 2.1 (mentioned in a recent GPlates discuss thread last month). Regards, John From: GPlates-discuss On Behalf Of Fourel Loic Sent: Thursday, 5 July 2018 9:05 PM To: gplates-discuss at mailman.sydney.edu.au Subject: [GPlates-discuss] Gplates Compilation Error - GDAL Hi all, I'm new to Gplates and I tried to compile it from sources (gplates-2.0.0-unixsrc) on my Debian Stretch (9.4). I installed all the prerequisites but the compile step failed at 78% with the error copied at the end of this email. I saw in the mailing list archives that a similar issue was raised last year. It seems that the OGRSFDriverRegistrar function is deprecated in GDAL 2.1 (the version I installed). I wanted to know if there is a known fix to this issue in order to complete the install on my machine. Many thanks for your reply, Best regards, Loic Fourel src/file-io/OgrReader.cc: In member function ?bool GPlatesFileIO::OgrReader::open_file(const QString&)?: src/file-io/OgrReader.cc:950:22: error: ?Open? is not a member of ?OGRSFDriverRegistrar? d_data_source_ptr = OGRSFDriverRegistrar::Open(fname.c_str(),FALSE); -------------- next part -------------- An HTML attachment was scrubbed... URL: