Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17989 closed enhancement (fixed)

sqlite3 : Add -DSQLITE_ENABLE_COLUMN_METADATA to the CFLAGS

Reported by: alakazam@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: SQLITE_ENABLE_COLUMN_METADATA octave database Cc:
Port: sqlite3

Description

In order to build the octave-database port (Portfile pending, will attach to this ticket), I need the "-DSQLITE_ENABLE_COLUMN_METADATA" flag to be added to the CFLAGS during compilation of the sqlite3 port.

Without these, UTF16 column information extraction methods are not defined and the octave-database package can't link (see octave-database-build.log).

More information about "-DSQLITE_ENABLE_COLUMN_METADATA" can be found in the sqlite3 source code (port patch sqlite3 ; open port work sqlite3 ; search for "SQLITE_ENABLE_COLUMN_METADATA" in src/sqlite.h.in). More information about octave-database can be found at http://octave.sourceforge.net/database/index.html).

Attachments (2)

octave-database-build.log (2.4 KB) - added by alakazam@… 15 years ago.
octave-database-Portfile (1.4 KB) - added by alakazam@… 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by alakazam@…

Attachment: octave-database-build.log added

Changed 15 years ago by alakazam@…

Attachment: octave-database-Portfile added

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

comment:2 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.