[Bf-committers] Re: handcrafted makefiles, autotools, scons and cmake ?

Nathan Letwory jesterking at letwory.net
Wed Oct 25 07:42:44 CEST 2006


Hans Lambermont wrote:
> Jacques Beaurain wrote:
> 
> 
>>Here is a tarball with the messages change to STATUS and the mkprot
>>folder moved to mkprot_cmd.
>   Here's the output:
> 
>     Linking C executable ../../../cmake-build/bin/blender
>     ../cmake-build/lib/libbf_blenkernel.a(verse_session.o)(.text+0x83):
>     In function `add_verse_server':
>     : undefined reference to `verse_ms_field_value'
>     ../cmake-build/lib/libbf_blenkernel.a(verse_session.o)(.text+0x232):
>     In function `cb_ping':
>     : undefined reference to `verse_ms_list_parse'
>     ../cmake-build/lib/libbf_blenkernel.a(verse_session.o)(.text+0xa13):
>     In function `b_verse_ms_get':
>     : undefined reference to `verse_ms_get_send'
>     *** Error code 1
> 
>   This is most probably easy to fix, but I'll leave that to you :)

Sounds like verse_ms.[ch] are missing from either your local tree, or 
the cmake system (don't know, as I haven't checked on it yet :). Anyway, 
making sure that verse_ms.c is built in with the library you'll make 
sure that the linking will succeed.

/Nathan


More information about the Bf-committers mailing list