The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Compiling Error
Torsten Giebl
Guest

Hello !


When compiling the latest SDL CVS version with the latest
stable CYGWIN using MinGW Mode i get the following error :


TDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_
STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDIN
T_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -
I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT
-I../../src/video/wincommo
n -DENABLE_WINDIB -DENABLE_DIRECTX -DUSE_ASMBLIT -I./hermes
-I../../src/hermes -
I/usr/include/mingw -DWIN32 -Uunix -mno-cygwin -I../../include
-I../../include/S
DL -I../../src -I../../src/main/win32 -I../../src/audio
-I../../src/video -I../.
./src/video/XFree86/extensions -I../../src/events -I../../src/joystick
-I../../s
rc/cdrom -I../../src/thread -I../../src/timer -I../../src/endian
-I../../src/fil
e -I../../src/thread -MT SDL_stretch.lo -MD -MP -MF
.deps/SDL_stretch.Tpo -c SDL
_stretch.c -DPIC -o .libs/SDL_stretch.o
SDL_stretch.c: In function `SDL_SoftStretch':
SDL_stretch.c:291: error: `_copy_row' undeclared (first use in this
function)
SDL_stretch.c:291: error: (Each undeclared identifier is reported only once
SDL_stretch.c:291: error: for each function it appears in.)
make[3]: *** [SDL_stretch.lo] Error 1
make[3]: Leaving directory `/home/wizard/code/SDL/SDL12/src/video'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wizard/code/SDL/SDL12/src/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wizard/code/SDL/SDL12/src'
make: *** [all-recursive] Error 1

wizard at wizardspc ~/code/SDL/SDL12
$

<<<<<<<<<<<<<


CU
Compiling Error
Ryan C. Gordon
Guest

Quote:
When compiling the latest SDL CVS version with the latest
stable CYGWIN using MinGW Mode i get the following error :

Whoops, try now.

--ryan.
Compiling Error
Mike Frysinger
Guest

On Thursday 05 January 2006 19:01, Torsten Giebl wrote:
Quote:
When compiling the latest SDL CVS version with the latest
stable CYGWIN using MinGW Mode i get the following error :

is your cvs for sure up to date ? the _copy_row symbol was cleansed
completely from the source and now there's just 'copy_row' ...
-mike
Compiling Error
Torsten Giebl
Guest

Hello !

Quote:
Quote:
When compiling the latest SDL CVS version with the latest
stable CYGWIN using MinGW Mode i get the following error :

Whoops, try now.


Thanks, it compiles now.



CU