Allegro.cc - Online Community

Allegro.cc Forums » Installation, Setup & Configuration » 30 seconds pause?

Credits go to SiegeLord for helping out!
This thread is locked; no one can reply to it. rss feed Print
30 seconds pause?
weapon_S
Member #7,859
October 2006
avatar

H:\NERD\Dev\c\allegro4_4_3\sbuilt>mingw32-make -DWANT_ALLOW_SSE=off all
mingw32-make (pid = 2684)
mingw32-make is suspending for 30 seconds...done sleep(30). Continuing.
mingw32-make (pid = 2992)
mingw32-make is suspending for 30 seconds...done sleep(30). Continuing.
mingw32-make (pid = 3172)
mingw32-make is suspending for 30 seconds...done sleep(30). Continuing.
Scanning dependencies of target allegro
mingw32-make (pid = 3656)
mingw32-make is suspending for 30 seconds...done sleep(30). Continuing.
[etc...]

Did I do anything wrong to deserve this?

l j
Member #10,584
January 2009
avatar

Yes, you said you'd like to use Dev-C++...

If you hadn't heard it sucked

SiegeLord
Member #7,827
October 2006
avatar

It's the -D command line switch. It doesn't do what you think it does. That particular switch should be passed to CMake not make:

cmake -DWANT_ALLOW_SSE=off ..
mingw32-make all

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

weapon_S
Member #7,859
October 2006
avatar

Hrm... OK. So to CMAKE and GCC I can tell -Ddefinition, but not to MAKE.
Right now it ended with this:

Linking C executable pat2dat.exe
H:\NERD\Dev\c\MinGW\bin\ar.exe: CMakeFiles\pat2dat.dir/objects.a: No space left
on device
mingw32-make[2]: *** [tools/pat2dat.exe] Error 1
mingw32-make[1]: *** [tools/CMakeFiles/pat2dat.dir/all] Error 2
mingw32-make: *** [all] Error 2

Hope that is solved too when I remove the -D. Because the only device I don't have over a GB of free space on is the USB stick I'm not installing to. Maybe I need to defragment the stick after all the crud I've deleted.

Indeed, I'm doing something horrible ;D

[append]
Yeah, it apparently needed a defrag.

Go to: