After more testing, I was able to get it to compile.  It does not seem to have TLS support enabled so I will have to look into why that did not work.  I did encounter problems I thought I should pass on.  I believe these are a timing issue though.  When compiling programs or DLLs, it gives error 31 and complains about resource files.  If I relaunch the compile, it will work correctly and proceed until the next EXE/DLL file.  Each time, I am able to restart the compile to get past the problem.  In the end, everything is compiled.  I think the linker still has an open fild handle on the EXE file when the mt command is being called on it.  I am not sure and it is only a guess at this point.  Wanted to let you know it was happening though.  I am using MSVC 2005 Express. 

Robert



On 10/29/2010 05:38 PM, DRC wrote:
The Windows build uses a pre-generated version of that file, which I apparently forgot to check in. Can you try copying win/jsimdcfg.inc from the LJT codebase into common/jpeg/win/? If that works, please check it into TigerVNC. I'm out of the office right now and don't have access to SVN.

On Oct 29, 2010, at 8:01 AM, Adam Tkac <at...@redhat.com> wrote:

On Wed, Oct 27, 2010 at 03:16:58AM -0500, DRC wrote:
What should work:

-- 32-bit and 64-bit builds using NMake (with Visual C++ 2005-2010),
Visual Studio 2005-2010 IDE, or MinGW/MinGW-w64 (either native or
cross-compiled on Linux.)

-- WinVNC, if built with Visual C++.  The default is currently to
disable the WinVNC build when using MinGW, but you can override this by
passing -DBUILD_WINVNC=1 to cmake (for instance, if you are using a
patched MinGW and can build the whole thing.)  I never did hear back
from Cendio as to whether WinVNC was needed for their product builds.

-- Building an Inno Setup installer for any of the above configurations.
If BUILD_WINVNC=0 (which it is by default when using MinGW), then an
installer is created that contains only the viewer and not the server.

All of the above are documented in release/BUILDING.txt
Hello,

I tried to build Windows binaries via CMake & Visual Studio but it
didn't work. Problem is in the libjpeg build because "jsimdcfg.inc"
doesn't exist. This file is, at least per Makefile.am, generated from
jsimdcfg.inc.h but I can't see it is generated in CMakeLists.txt.

Can you please tell me if I'm doing something wrong?

What doesn't work yet:

-- i18n (help!)
Windows code currently doesn't use i18n so in my opinion you don't
have to hurry up with this.

Regards, Adam

-- 
Adam Tkac, Red Hat, Inc.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

--
Robert Goley

FOSS Implementation Specialist
Toll Free: (800) 338-4984
Local: (770) 479-7933
Fax: (770) 479-4076
www.openrda.com

America's only Free & Open Source fund accounting software company.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to