On 17/08/11 03:32, Marc-André Moreau wrote :
> Hi All,
> 
> I have just spent the day on porting FreeRDP 1.0 to Windows. I added a couple 
> of conditional includes, added some utils as well, etc. CMake is marvelous in 
> the sense that it generates Visual Studio project files automatically, so no 
> more breakage each time a simple file is added in Linux but not on Windows. 
> All you need is cmake, git, and OpenSSL for window. in a terminal, just type 
> in "cmake ." in the root of the FreeRDP 1.0 source tree to generate Visual 
> Studio project files. I'm using Visual Studio 2010, but feel free to use 
> CMake to generate files for an older version of MSVC.
> 
> Here's the problem I am currently running into:
> 
> While cmake successfully builds DLLs for the multiple libraries we have, it 
> attempts to link to those libraries as .libs which are not generated. Does 
> anyone know how to work around this problem? It's probably the last thing 
> preventing me from getting a new wfreerdp in 1.0.
> 
> Best regards,
> - Marc-Andre

Hi

I'm not used to cmake on windows either but I think this can help somehow :

http://www.cmake.org/pipermail/cmake/2008-June/022107.html
http://www.vtk.org/Wiki/BuildingWinDLL

Alexis

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to