Changes between Initial Version and Version 6 of Ticket #12438


Ignore:
Timestamp:
Sep 19, 2008, 12:45:50 PM (16 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12438

    • Property Status changed from new to closed
    • Property Cc ebgssth@… mww@… added
    • Property Summary changed from port install sqlite3.4.1 failed to BUG port install sqlite3 3.4.1 failed
    • Property Version changed from 1.5.0 to
    • Property Milestone changed from to Port Bugs
    • Property Resolution changed from to fixed
  • Ticket #12438 – Description

    initial v6  
    22
    33I've got the following error.
    4 
     4{{{
    55========================================
    66gcc -O2 -DSQLITE_ENABLE_LOCKING_STYLE=1 -I/opt/local/include/readline
     
    1919&& gnumake all " returned error 2
    2020========================================
    21 
     21}}}
    2222I tried port clean and re-install readline ncurses
    2323but it didn't help.
    2424
    2525To make it work, I modified the portfile
     26{{{
    2627------------------------------------------------
    2728-configure.cflags-append     -DSQLITE_ENABLE_LOCKING_STYLE=1 -I${prefix}/include
     
    3132+configure.cppflags-append   -I${prefix}/include/readline
    3233------------------------------------------------
    33 
     34}}}
    3435I don't know this is right way or not, but it worked for me.