help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3DKit, mingw, sdl... and gnumakefile


From: xavier . glattard
Subject: 3DKit, mingw, sdl... and gnumakefile
Date: Tue, 05 Sep 2006 19:45:36 +0200
User-agent: Internet Messaging Program (IMP) 3.2.5

Hello

I'm new to gnustep and objc. I've downloaded 3Dkit-0.3.0 from the FTP and
compile it with mingw (Windows XP). I've to make minor changes to some source
files and makefiles, but it runs. Well, at least the SDL example :-)
I use no gui, only gnustep-base.

Here are the questions :)

- Does someone still work on/with 3DKit ?

- Is there a CVS somewhere ? (not the old half empty one on savanah)

- and the big question :

 I had to link the SDL example by hand because -SDLmain -lSDL need to be _after_
-lmingw32 on the cmd line : (based upon the cmd launched by make)

 c:/Dev/MinGW/bin/../libexec/gcc/mingw32/3.4.2/collect2.exe \
    -Bdynamic -o shared_obj/ASEViewer.exe \
    c:/Dev/MinGW/lib/gcc/mingw32/3.4.2/../../../crt2.o
    c:/Dev/MinGW/lib/gcc/mingw32/3.4.2/crtbegin.o
    -LC:/msys/1.0/home/Xavier/GNUstep/Library/Libraries
    -LC:/GNUstep/Local/Library/Libraries -LC:/GNUstep/System/Library/Libraries
    -Lc:/Dev/MinGW/lib/gcc/mingw32/3.4.2 -Lc:/Dev/MinGW/lib/gcc
    -Lc:/Dev/MinGW/mingw32/lib -Lc:/Dev/MinGW/lib --enable-auto-import
    ./shared_obj/G3DASELoader.o ./shared_obj/G3DASEObject.o
    ./shared_obj/G3DVtxArray+ASEExtensions.o ./shared_obj/ASEViewer.o
    -lGeometryKit -lRenderKit -lSDLKit -lgnustep-base -lobjc -lws2_32
*   -ladvapi32 -lcomctl32 -luser32 -lcomdlg32 -lmpr -lnetapi32 -lm -lmingw32
--> -lSDLmain -lSDL -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32
*   -ladvapi32 -lshell32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt
    c:/Dev/MinGW/bin/../lib/gcc/mingw32/3.4.2/crtend.o

What would be the right way to do this with a gnumakefile ?
(I read the doc but i didnt find a solution...)

Thanks in advance !

Xavier





reply via email to

[Prev in Thread] Current Thread [Next in Thread]