On Wed, 2010-09-15 at 15:05 +0200, Mateusz Loskot wrote:
> On 15/09/10 14:58, Julien Laffaye wrote:
> > Hello,
> > 
> > On Tue, Sep 14, 2010 at 7:21 AM, Artyom <[email protected]> wrote:
> >> Hello,
> >>
> >> I've attached small patches for CMake, not it compiles with 2.6 and 2.8
> >>
> >> - Fixed syntax
> >> - Fixed 2.8 behavior
> > 
> > When I run `cmake .' in src/ I get:
> > 
> > CMake Error at cmake/modules/FindDL.cmake:14 (check_function_exists):
> >   Unknown CMake command "check_function_exists".
> > Call Stack (most recent call first):
> >   core/CMakeLists.txt:20 (find_package)
> > 
> > % cmake --version
> > cmake version 2.8.2
> > % uname -spr
> > FreeBSD 8.1-RELEASE i386
> > 
> > Any idea?
> 
> I have just applied Artyom's fixes, tested with CMake 2.6 (patch 4)
> and CMake 2.8.0.
> 
> Are you getting this error with the fixed tree?
> 
> Best regards,

It also applies to the fixed tree
the problem is a missing:
include(CheckFunctionExists)
in FindDL.cmake:12

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to