Changes between Initial Version and Version 1 of Ticket #14085


Ignore:
Timestamp:
Jan 27, 2008, 2:29:06 AM (16 years ago)
Author:
jmpp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14085 – Description

    initial v1  
    33Currently, I am stuck with the following message:
    44
     5{{{
    56kepler:base> make
    67g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../widgets -I../../../include -Dmacos  -I/opt/local/include  -I/usr/X11R6/include  -g -O2 -I/usr/X11R6/include -c -o StartWebBrowser.o StartWebBrowser.C
     
    1213/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:72: error: declaration does not declare anything
    1314make: *** [StartWebBrowser.o] Error 1
     15}}}
    1416
    1517This seems to be a problem with the header files on Leopard. It appears in other projects outside macports, too. I do not see what to make of it and how to avoid it. There seem to be two incompatible definitions for various types floating around. Would anyone know what to do?