Closed Pepe-oss closed 2 years ago
Hello, How are you building via CMake? Are you building via the command line (and with Linux emulator?), using the CMake GUI, or within VisualStudio itself? The way that I have built on Windows is using the CLion IDE as described here: https://baileylab.ucdavis.edu/software/helios/_dependent_software.html. I can give the method you are using a try. It may be useful for other users in the future as well to have different ways of building on Windows, we just don't use Windows very often so it has not been as well explored.
Yes, I using CMake GUI. And after tew days tring, now I succeed compiling tutorial0, but other sample till has some problem. I would try clion, thanks. My approach was to recompile libjepg myself in Windows, replacing libjepg-9a in the core folder
Hello,
I installed all the required softwaree and tried to follow the 'Tutorial 0: Context Self-Test Tutorial' . My configuration is as follows:
vs2019;Cmake 3.23.1;
But in cmake, I meat such problem:I think the previous warning which about cmake version can be ignored, but libjpeg confuse me. I continue to make and get the following error:
I wonder if you could help me with this