Allegro.cc - Online Community

Allegro.cc Forums » Off-Topic Ordeals » Who Needs Direction?

This thread is locked; no one can reply to it. rss feed Print
Who Needs Direction?
Thomas Fjellstrom
Member #476
June 2000
avatar

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.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

GullRaDriel
Member #3,861
September 2003
avatar

BecauseNewerIsntAlwaysBetterThanOlder!

"Code is like shit - it only smells if it is not yours"
Allegro Wiki, full of examples and articles !!

bamccaig
Member #7,536
July 2006
avatar

23yrold3yrold, is there a reason you can't just use the prebuilt binaries from allegro5.org? :-/ They work for me in Windows (in the Monday project, I use the MSYS shell with the makefile.new file).

23yrold3yrold
Member #1,134
March 2001
avatar

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.

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Matt Smith
Member #783
November 2000

Bump!

alethiophile
Member #9,349
December 2007
avatar

Bump again.

Really, is anyone doing anything for this?

--
Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup.
C++: An octopus made by nailing extra legs onto a dog.
I am the Lightning-Struck Penguin of Doom.

23yrold3yrold
Member #1,134
March 2001
avatar

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.

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

alethiophile
Member #9,349
December 2007
avatar

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++.

--
Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup.
C++: An octopus made by nailing extra legs onto a dog.
I am the Lightning-Struck Penguin of Doom.



Go to: