Changes between Initial Version and Version 1 of Ticket #24521


Ignore:
Timestamp:
Apr 18, 2010, 10:05:26 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting. This port has no maintainer, so reporting upstream is all you can do unless you can provide a patch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24521

    • Property Keywords syntax error removed
  • Ticket #24521 – Description

    initial v1  
    11I tried to install the "eport" package on Mac OS X 1.5.8. It seems to compile with GCC 4.0. The relevant section is :
    2 
     2{{{
    33Making all in ecore_evas
    44if /bin/sh ../../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib/ecore -I../../../src/lib/ecore_evas -I../../../src/lib/ecore -I../../../src/lib/ecore_evas -I../../../src/lib/ecore_x   -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/eina-0 -I/opt/local/include/eina-0/eina   -I/opt/local/include  -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/eina-0 -I/opt/local/include/eina-0/eina   -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/eina-0 -I/opt/local/include/eina-0/eina   -O2 -arch i386 -Wall -MT ecore_evas.lo -MD -MP -MF ".deps/ecore_evas.Tpo" -c -o ecore_evas.lo ecore_evas.c; \
     
    1111ecore_evas_private.h:132: error: syntax error before ':' token
    1212etc
    13 
     13}}}
    1414This is either an upstream error or related to GCC version. My C knowledge isn't good enough to check this.
    1515