Changes between Initial Version and Version 1 of Ticket #30769


Ignore:
Timestamp:
Aug 14, 2011, 8:02:21 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30769

    • Property Keywords lion added; Lion liblrdf removed
    • Property Owner changed from macports-tickets@… to pixilla@…
  • Ticket #30769 – Description

    initial v1  
    11This library is used as part of Lyx.  The specific command that illustrates the fault was:
     2{{{
    23port install liblrdf
    34--->  Computing dependencies for liblrdf
     
    78Error: Status 1 encountered during processing.
    89To report a bug, see <http://guide.macports.org/#project.tickets>
     10}}}
    911
    1012The compile error messages from the log file are:
    1113
     14{{{
    1215:info:build libtool: compile:  /Developer/usr/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I./src -I../src -O2 -arch x86_64 -I/opt/local/include/raptor2 -Wall -g -I.. -MT lrdf.lo -MD -MP -MF .deps/lrdf.Tpo -c lrdf.c  -fno-common -DPIC -o .libs/lrdf.o
    1316:info:build lrdf.c:237: warning: type defaults to 'int' in declaration of 'raptor_term'
    1417:info:build lrdf.c:237: error: expected ';', ',' or ')' before '*' token
    1518:info:build lrdf.c: In function 'lrdf_store':
     19}}}