Changes between Initial Version and Version 21 of Ticket #224


Ignore:
Timestamp:
Feb 12, 2010, 7:32:30 AM (14 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #224

    • Property Cc rroliver added
    • Property Component Build/InstallCore
    • Property Keywords sun solaris sparc added
    • Property Version 3.0.0svn-trunk
    • Property Milestone 3.1.03.3.0
    • Property Owner changed from mloskot to geos-devel@…
  • Ticket #224 – Description

    initial v21  
    33In ConvexHull.cpp:
    44
    5 1) Line 272, sort(pts.begin(), pts.end(), RadiallyLessThen(pts[0]));
    6 Name-space std missing std::sort(pts.begin(), pts.end(), RadiallyLessThen(pts[0]));
     51) Line 272,
     6{{{
     7sort(pts.begin(), pts.end(), RadiallyLessThen(pts[0]));
     8}}}
     9Name-space std missing
     10{{{
     11std::sort(pts.begin(), pts.end(), RadiallyLessThen(pts[0]));
     12}}}
    713
    8 2) Line 167, dest.erase( unique(dest.begin(),dest.end()), dest.end() );
    9 Name-space std missing dest.erase( std::unique(dest.begin(),dest.end()), dest.end() );
     142) Line 167,
     15{{{
     16dest.erase( unique(dest.begin(),dest.end()), dest.end() );
     17}}}
     18Name-space std missing
     19{{{
     20dest.erase( std::unique(dest.begin(),dest.end()), dest.end() );
     21}}}
    1022
    11233) After these changes, the following error appears:
    1224
     25{{{
    1326CC: Warning: Option -Wall passed to ld, if ld is invoked, ignored otherwise
    1427CC: Warning: Option -ansi passed to ld, if ld is invoked, ignored otherwise
     
    2336*** Error code 1
    2437make: Fatal error: Command failed for target `ConvexHull.lo'
     38}}}
    2539
    2640Unable to build on either x86, amd64 or SPARC