Opened 12 years ago

Closed 5 years ago

#4579 closed enhancement (wontfix)

[PATCH] Plugin building in Linux for Ingres

Reported by: zhenchen17 Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: OGR_SF Version: unspecified
Severity: normal Keywords: Ingres
Cc: tmitchell

Description

Add a support of building Ingres Ogr drivers as a plugin library for Linux.

A new configuration is added to specified which mode, plugin or build-in, will be built:

--with-ingresplugin

The default is using plugin mode. If you want to build as build-in, specify the option by hand:

./configure --with-ingres=/home/chenz/work/ingresvn/install/build ''--with-ingresplugin=no''

If want to build as a plugin,

  1. generate configure file
./configure --with-ingres=/home/chenz/work/ingresvn/install/build
  1. make gdal
  2. cd to Ingres directory and
make plugin

These two files, configure and GNUMake.opt, are generated by script, but in svn, I didn't put them in the diff file. Regenerate them by

./autogen.sh

Attachments (1)

ingres.diff (3.6 KB ) - added by zhenchen17 12 years ago.

Download all attachments as: .zip

Change History (3)

by zhenchen17, 12 years ago

Attachment: ingres.diff added

comment:1 by Jukka Rahkonen, 10 years ago

Summary: Plugin building in Linux for Ingres[PATCH] Plugin building in Linux for Ingres

Patch not reviewed yet.

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.