![]() |
|
-- Dev-C++ users, READ THIS! -- |
Bob
Free Market Evangelist
September 2000
![]() |
Here are my installation instructions for getting Dev-C++ and Allegro working together. It took me about an hour to download all the data, do the installation and write those instructions, so they should be easy to follow. I would appreciate any comments you have. I will bring the necessary modifications as they become needed. 4) Now is the time to set up your path. If you're running Windows 95 Note: If at any stage, you get an "Out of Environment space" 9) You now need to tell Dev-C++ that you'd like to make a program And most importantly, have fun! [ October 25, 2001: Message edited by: Bob ] -- |
Bob
Free Market Evangelist
September 2000
![]() |
Thoughts? comments? -- |
Matt Smith
Member #783
November 2000
|
I'll follow it word for word today and see what happens |
Connelly Barnes
Member #1,329
May 2001
|
WinME notes: WinME does require a restart. There is no 'Environment' tab under ControlPanel->System. To modify the Environment under WinME, select Start, Run, type "msconfig" (without quotes), and press Enter. Then select the Environment tab and continue as per Bob's instructions. I think I'll avoid posting, because this 'Newbie' status will really piss me off. |
23yrold3yrold
Member #1,134
March 2001
![]() |
You da man, Bob! Thanks! No comments yet. I haven't tried installing this again since the last time, but I'm gonna give it a shot after work. -- |
Bob
Free Market Evangelist
September 2000
![]() |
Thanks Connelly. I'll make the necessary corrections. -- |
Goodbytes
Member #448
June 2000
![]() |
Bob: You're going to merge this into readme.mgw, right? I'm wondering if I should follow your instructions and do what it says there, because my Dev-C++ version of GCC is an older one, 2.95.2 I believe. Is it worth updating? |
Bob
Free Market Evangelist
September 2000
![]() |
I might get this merged into readme.mgw (or maybe it's own readme), but I need to make sure the instructions are clear and correct. The compiler that comes with Dev-C++ is about a year and a half old (or something like that), this is why I'd recommend updating. -- |
Matthew Leverton
Supreme Loser
January 1999
![]() |
Ok, I never have used Dev-C++ before so I thought I'd be a prime suspect for testing. I think rule 4.5 should ask them to Download the latest Allegro WIP and install it to "/Dev-Cpp/Allegro". An obvious step indeed, but one never knows... Of course it didn't work for me though.... |
Bob
Free Market Evangelist
September 2000
![]() |
Matthew: could you post the entire message plus the command line that generated it? And thanks for the help Edit: Matthew, can you download and install this package and tell me if it fixed the problem? [ August 31, 2001: Message edited by: Bob ] -- |
Matthew Leverton
Supreme Loser
January 1999
![]() |
I'm running Windows 2000 with no previous copy of Dev-C, DJGPP or whatever. Error message upon compiling is: so they can test if it works. You may be getting first time Allegro users that haven't read the documentation yet. The coolest thing is if you can follow rule-by-rule and have everything work. After they can see it works, they may be more apt to hit the books. |
Bob
Free Market Evangelist
September 2000
![]() |
Ok, I'll do that. Tell me, does the executable run without that DLL? I don't want to introduce unexpected dependencies. -- |
Goodbytes
Member #448
June 2000
![]() |
Bob: I can confirm that your method works also with version 4.01 of Dev-C++. |
Bob
Free Market Evangelist
September 2000
![]() |
goodbytes: Confirmed. 4.01 only fixes bugs and adds features to the IDE; the rest of the system (compiler and such) are left intact from 4.00. -- |
Connelly Barnes
Member #1,329
May 2001
|
Allegro project templates are available here. |
Mattias
Member #1,387
June 2001
![]() |
Nice work, Bob. |
23yrold3yrold
Member #1,134
March 2001
![]() |
OK, I'm downloading it now (not everyone has a high-speed Internet connection, y'know -- |
Mattias
Member #1,387
June 2001
![]() |
Dev-C++ doesn't need the PATH settings, but command line MinGW does. So you need to set it after installing all the stuff and before compiling allegro. If you don't want to use command line mingw any more, the autoexec.bat can be restored. Dont unpack devcpp4.zip into C:\DevCpp, but into any temporary folder because it contains install files. Others should be unpacked to C:\DevCpp (if thats where you installed it). [ September 01, 2001: Message edited by: Mattias ] |
Bob
Free Market Evangelist
September 2000
![]() |
Mattias: Yes, gcc 3.0 is newer, but contains lots of bugs (a lot of code was changed since the 2.95 series), so it's not recommended to use unless you want to debug it Ok, I'll mention DJGPP too. Thanks everybody! -- |
DanielH
Member #934
January 2001
![]() |
Compiling Allegro for MINGW32, optimised. Please wait...
... |
Bob
Free Market Evangelist
September 2000
![]() |
DanielH: you got a clean copy of Allegro WIP 3.9.37? -- |
DanielH
Member #934
January 2001
![]() |
I just downloaded 3.9.3.7 windows ready. |
Bob
Free Market Evangelist
September 2000
![]() |
Is the error message exactly what you wrote? -- |
Bob
Free Market Evangelist
September 2000
![]() |
DanielH: Type make -v, then gcc -v, and post your complete version info here. I suspect 'make' isn't passing long arguments correctly. I have just tried both copies on SourceForge and the one from Allegro.c without any problems whatsoever, provided you followed the instructions I gave. -- |
23yrold3yrold
Member #1,134
March 2001
![]() |
Why does w32api-1.0.1-20010726.tar.gz appear empty? It's got two folders; one with two dots and another with just one. I think I move the latter into C:/Dev-C++/, yes? -- |
|
|