|
|
| Who Needs Direction? |
|
Thomas Fjellstrom
Member #476
June 2000
|
Quote: I think you get that error if make.exe is not in your PATH. The only thing that changed for me was going from CMake 2.6.2-patch1, to CMake 2.6.2-patch2. patch1 worked fine, patch2 doesn't. -- |
|
GullRaDriel
Member #3,861
September 2003
|
BecauseNewerIsntAlwaysBetterThanOlder! "Code is like shit - it only smells if it is not yours" |
|
bamccaig
Member #7,536
July 2006
|
23yrold3yrold, is there a reason you can't just use the prebuilt binaries from allegro5.org? -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
23yrold3yrold
Member #1,134
March 2001
|
Quote: 23yrold3yrold, is there a reason you can't just use the prebuilt binaries from allegro5.org? The binaries seem to think so. They gave me errors again last night when I tried to compile one of the test programs. And I don't think it's a problem with make in my PATH because I run makefiles to compile my programs and that works peachy. -- |
|
Matt Smith
Member #783
November 2000
|
Bump! |
|
alethiophile
Member #9,349
December 2007
|
Bump again. Really, is anyone doing anything for this? -- |
|
23yrold3yrold
Member #1,134
March 2001
|
I did some more writing today, I intend shortly to draw up more detailed maps (basically rough tilemaps), write up all my notes, upload it all and show it to everyone I see remotely involved in the engine. I still can't compile it though. -- |
|
alethiophile
Member #9,349
December 2007
|
A thought for whoever is in charge of the map file format...It would make the code more robust if you were to use an XML parser instead of the current form of the code, because in the current form it pays too much attention to whitespace. Perhaps use TinyXML? Apparently that's easy to use from C++. -- |
|
|
|