[ODE] ODE-0.7's test program does not run on cygwin
KGussan
kgussan at gmail.com
Sun Nov 19 01:55:54 MST 2006
Hello all,
I have a problem with running test program on cygwin.
I could run test program in ODE-0.5, but I can not run test program in ODE-0.7.
(Segmentation fault occurs in sample program.)
Could you please tell me this problem's solution?
description
----------------
I have already tried following issues.
1) chaged macro for cygwin
before : #ifndef CYGWIN
after: #ifndef __CYGWIN__
2) I have fould max texture size returns 0, so I changed the value.
//glGetIntegerv (GL_MAX_TEXTURE_SIZE,&maxtsize);
maxtsize = 512;
# I know my opengl environment allows to use 4096x4096 texture.
envionment
----------------
$ uname -a
CYGWIN_NT-5.1 kgdell 1.5.17(0.129/4/2) 2005-05-25 19:38 i686 unknown
unknown Cygwin
Pentium4 3.0GHz
GeForece8600 (NV45, 450MHz)
WindowsXP SP2
error log
------------
$ pwd
/home/kgussan/programs/graphics/ode-0.7/ode/test
$ ./test_space
Segmentation fault (core dumped)
Thank you.
--
KGussan at Gmail.com
More information about the ODE
mailing list