Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Getting libjpeg-turbo to compile. How?

Post Reply
shadowfax
40
40
Posts: 77
Joined: 2010-05-06 12:28
Location: Spain

Getting libjpeg-turbo to compile. How?

Post by shadowfax »

How do you get this library to compile?

With the original source I get an error stating an external tool reported an error:

Code: Select all

"nasm -fwin32 -DWIN32 -DMSVC -Iwin/ -Isimd/ -o "*\jsimdcpu.obj" "simd/jsimdcpu.asm""	libjpeg-turbo-win	libjpeg-turbo-win
(Asterisk replaces full path)

Even if I download the original source code for libjpeg-turbo and follow the instructions using CMake I still get errors (Not this one but a bunch of 15 errors are reported.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Getting libjpeg-turbo to compile. How?

Post by Rudi De Vos »

You need to download nasm
http://www.nasm.us/
and add this to the exe path of the compiler settings.
Last edited by Rudi De Vos on 2011-04-07 11:34, edited 1 time in total.
shadowfax
40
40
Posts: 77
Joined: 2010-05-06 12:28
Location: Spain

Re: Getting libjpeg-turbo to compile. How?

Post by shadowfax »

I still got some errors due to ZLib. The issue was reported by MichelW on 1.0.9.6 where Zlib project must be edited and change all entries stating:

Code: Select all

InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCProjectDefaults\UpgradeFromVC70.vsprops" 
for

Code: Select all

InheritedPropertySheets="UpgradeFromVC70.vsprops" 
Or you get several errors while compiling as ZLib doesn't get loaded.[/quote]
Last edited by shadowfax on 2011-04-10 18:56, edited 2 times in total.
Post Reply