Re: [CMake] Total cmake newbie needs some help

2012-08-20 Thread Johannes Zarl
On Saturday, 18. August 2012, 00:16:41, Edgar wrote: I have these problems - 1) Cmake cannot find ZLIB 2) Cmake cannot find LIBPNG There are some .cmake files named FindALLEGRO, and FindFREETYPE, and those work properly. Do I need to create similar cmake files for zlib and libpng? Those

Re: [CMake] Total cmake newbie needs some help

2012-08-18 Thread Andreas Pakulat
Hi, On Sat, Aug 18, 2012 at 12:16 AM, Edgar edgarreyna...@members.allegro.cc wrote: I've already looked at the cmake tutorial, and it isn't that great. It starts really simple but then goes into really complex things that most people might not even use. Also, there is currently no such thing

Re: [CMake] Total cmake newbie needs some help

2012-08-18 Thread David Cole
On Sat, Aug 18, 2012 at 3:28 AM, Andreas Pakulat ap...@gmx.de wrote: Hi, On Sat, Aug 18, 2012 at 12:16 AM, Edgar edgarreyna...@members.allegro.cc wrote: I've already looked at the cmake tutorial, and it isn't that great. It starts really simple but then goes into really complex things

Re: [CMake] Total cmake newbie needs some help

2012-08-17 Thread Edgar
I've already looked at the cmake tutorial, and it isn't that great. It starts really simple but then goes into really complex things that most people might not even use. Also, there is currently no such thing as 'The Openlayer community' - the project is unsupported, and no longer in active

[CMake] Total cmake newbie needs some help

2012-08-16 Thread Edgar
I'm trying to help my friend get OpenLayer 2.1 to build and I'm having some problems finding certain packages during the cmake call, and some linking problems during the build process. So, my first question is, what is a typical setup for finding a required library dependency? There are

Re: [CMake] Total cmake newbie needs some help

2012-08-16 Thread David Cole
If you're a total newcomer to cmake, you should maybe start here: http://cmake.org/cmake/help/cmake_tutorial.html And then see all the articles/videos/webinars linked to from this page: http://www.cmake.org/cmake/help/documentation.html If you just want to get OpenLayer building quickly,