Changes between Initial Version and Version 1 of Ticket #64655, comment 1


Ignore:
Timestamp:
Feb 13, 2022, 6:14:31 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64655, comment 1

    initial v1  
    1 Ok so I installed a vanilla 10.6 SDK from Xcode 3.2.6 (that is, a standard 10.6 SDK), added these lines to `macports.conf`:
     1Ok so I installed a vanilla 10.6 SDK from Xcode 3.2.6 with Pacifist (that is, a standard 10.6 SDK), added these lines to `macports.conf`:
    22
    33{{{
     
    1010
    1111{{{
    12 L2-2.0.0/src/SDL_error.c:95: error: expected expression before 'const'
     12/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c: In function 'SDL_SetError':
     13/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:66: warning: implicit declaration of function 'va_start'
     14/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:84: warning: implicit declaration of function 'va_arg'
     15/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:84: error: expected expression before 'int'
     16/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:87: error: expected expression before 'double'
     17/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:90: error: expected expression before 'void'
     18/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:90: warning: assignment makes pointer from integer without a cast
     19/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:95: error: expected expression before 'const'
    1320/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:95: warning: initialization makes pointer from integer without a cast
    1421/opt/local/var/macports/build/_opt_PPCLeopardPorts_devel_libsdl2/libsdl2/work/SDL2-2.0.0/src/SDL_error.c:111: warning: implicit declaration of function 'va_end'