Changes between Initial Version and Version 6 of Ticket #22224


Ignore:
Timestamp:
Jul 30, 2010, 7:02:05 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22224

    • Property Status changed from new to closed
    • Property Cc iamgnat@… ryandesign@… added
    • Property Summary changed from libssh2-1.2.1 Make error - syntax error near unexpected token `|' to libssh2-1.2.1 ppc Make error - syntax error near unexpected token `|'
    • Property Keywords libssh2 removed
    • Property Owner changed from macports-tickets@… to pmq@…
    • Property Resolution changed from to fixed
  • Ticket #22224 – Description

    initial v6  
    11I'm trying to build libssh2 as a universal binary. I'm running 10.5.8 on intel with XCode 3.1.2. The i386 build seems to work fine. During the PPC build the make process encounters an error. The first error reported is:
    22
     3{{{
    34../libtool: eval: line 947: syntax error near unexpected token `|'
     5}}}
    46
    57Previous to that error in the debug log I see that data is being piped into nothing:
    68
     9{{{
    710.libs/pem.o   |  | /usr/bin/sed 's/.*
     11}}}
    812
    913I'm guessing this is where the error is although I don't know much about the build process.