[Bf-committers] Problems compiling verse, Scons + MSVC

Nathan Letwory jesterking at letwory.net
Wed Oct 11 10:18:09 CEST 2006


BF_VERSE_LIB is not being used, neither are BF_VERSE, BF_VERSE_LIBPATH 
and the like. Only WITH_BF_VERSE and BF_VERSE_INCLUDE are used. I'm 
removing the redundant parts in a bit. The problem was in the .Append() 
of "libverse" to LIBS in the verse SConstruct near the end.

I've committed a fix for this.

/Nathan

lguillaume wrote:
> Hello, when I try to do a compilation with verse enabled, the compiler 
> says that it does not found libverse.lib.
> 
> In all [plateform]-config.py BF_VERSE_LIBS = "libverse" but in the 
> sconstruct in extern\verse\dist we have :
> verselib_env.BlenderLib(libname='verse', sources=lib_source_files, 
> includes=["."], defines = defines, libtype=['core', 'intern'], priority 
> = [5, 5])
> verseserver_env.BlenderProg(builddir="#"+root_build_dir+os.sep, 
> progname='verse',
> sources=server_source_files, libs=['verse'],
> 
> To have compilation ok, I change:
> 
> verselib_env.BlenderLib(libname='libverse',
> sources=server_source_files, libs=['libverse'],
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers



More information about the Bf-committers mailing list