Changes between Initial Version and Version 2 of Ticket #37190


Ignore:
Timestamp:
Dec 9, 2012, 6:04:32 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37190

    • Property Owner changed from macports-tickets@… to elelay@…
    • Property Cc nodamage@… added
    • Property Port py27-webkitgtk added
  • Ticket #37190 – Description

    initial v2  
    33I got the message:
    44
     5{{{
    56:info:build In file included from /opt/local/include/webkitgtk-1.0/webkit/webkitdom.h:135,
    67:info:build                  from /opt/local/include/webkitgtk-1.0/webkit/webkit.h:27,
    78:info:build                  from ./webkit/webkit.override:29:
    89:info:build /opt/local/include/webkitgtk-1.0/webkit/WebKitDOMNavigator.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
     10}}}
    911
    1012After I removed the two comments at lines 81 and 133 in
     
    1214the installation ended smoothly.
    1315All right.
    14 *************************************
     16----------
    1517After the complete installation, I tried
    1618
     19{{{
    1720#!/usr/bin/env python 
    1821import gtk 
    1922import webkit 
     23}}}
    2024
    2125which does not work:
    2226
     27{{{
    2328emma:$ python
    2429Python 2.7.3 (default, Nov 30 2012, 14:00:47)
     
    3641  Expected in: flat namespace
    3742 in /opt/local/lib/libwebkitgtk-1.0.0.dylib
     43}}}
    3844
    3945Any idea?