Changes between Initial Version and Version 1 of Ticket #31775


Ignore:
Timestamp:
Oct 25, 2011, 10:52:50 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting, fill in the Port field and Cc the maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31775

    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port wxWidgets added
  • Ticket #31775 – Description

    initial v1  
    11Here is an exract of the error:
    22
     3{{{
    34make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxWidgets/wxWidgets/work/wxWidgets-2.8.12/build'
    45/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxWidgets/wxWidgets/work/wxWidgets-2.8.12/build/bk-deps /Developer/usr/bin/clang++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -c -o coredll_carbon_graphics.o -I./.pch/wxprec_coredll -D__WXMAC__     -DWXBUILDING      -I../src/regex  -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxWidgets/wxWidgets/work/wxWidgets-2.8.12/build/lib/wx/include/mac-unicode-release-2.8 -I../include -fpascal-strings -I../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -I/opt/local/include -arch i386 -I/opt/local/include -DWX_PRECOMP -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -O2 -arch i386 -fno-common ../src/mac/carbon/graphics.cpp
     
    3132../src/mac/carbon/graphics.cpp:1099:12: error: cannot initialize return object of type 'wxGraphicsObjectRefData *' with an lvalue of type 'wxMacCoreGraphicsPathData *'
    3233    return clone ;
    33  
     34}}}
    3435
    3536The package compiles when using llvm-gcc-4.2 as the compiler.