Hi Chris!
On 29.01.2008 02:58, Chris Botor wrote:
> Did you encounter this on owutil build?
Oh yes! owutil was a tricky part of the build. Let's see if this is
actually the same I've encountered...
> ------ Rebuild All started: Project: owutil, Configuration: Debug Win32 ------
[snip]
> Linking to lib file: boost_signals-vc80-mt-gd-1_34_1.lib
> Linking to lib file: boost_thread-vc80-mt-gd-1_34_1.lib
> ..\..\..\..\libs\owutil\util\src\Date.cpp(27) : warning C4996:
> 'localtime' was declared deprecated
> C:\Program Files\Microsoft Visual Studio
> 8\VC\include\time.inl(114) : see declaration of 'localtime'
> Message: 'This function or variable may be unsafe. Consider
> using localtime_s instead. To disable deprecation, use
> _CRT_SECURE_NO_DEPRECATE. See online help for details.'
> CountryList.cpp
> Base64.cpp
> Generating Code...
> Compiling manifest to resources...
> Linking...
> LINK : Debug\owutil.dll not found or not built by the last incremental
> link; performing full link
Hmm.. Here it seems, that owutil.lib is missing. Did you double-check
that "libs/owutil/util/CMakeLists.txt" has the following lines in it:
ow_add_private_definitions(
-DOWUTIL_DLL
-DBUILD_OWUTIL_DLL
)
(They should be added by my patchset though...)
> Embedding manifest...
> Performing Post-Build Event...
> Error copying file (if different) from
> "C:/Project/wengophone-2.2/build/libs/owutil/util/owutil.dll" to
> "C:/Project/wengophone-2.2/build/debug/".
> Error copying file (if different) from
> "C:/Project/wengophone-2.2/build/libs/owutil/util/owutil.pdb" to
> "C:/Project/wengophone-2.2/build/debug/".
> Project : error PRJ0019: A tool returned an error code from
Here it seems that the "owbuild/owbuild/OWCreateProjectBinary.cmake"
patch has not been applied. "owutil.dll" and "owutil.pdb" (and
owutil.lib) should be located in "build/libs/owutil/util/debug/" (to be
precise in build/libs/owutil/util/${CMAKE_BUILD_TYPE} )
Could you double check that?
HTH && HAND
- Darsha
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel