Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails on Win7 #546

Closed
szukw000 opened this issue Jul 24, 2015 · 1 comment
Closed

Compilation fails on Win7 #546

szukw000 opened this issue Jul 24, 2015 · 1 comment
Labels

Comments

@szukw000
Copy link
Contributor

My Win7-64-Bit system was down a while: I had to re-install it.
I compile with NMAKE and CL.

Version: r3007
....................................

Compilation with '-DBUILD_JP3D:bool=on' stopped at:

Scanning dependencies of target opj_jp3d_compress
[ 87%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_compress.dir/opj_jp3d_compress.c.obj
opj_jp3d_compress.c
[ 87%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_compress.dir/convert.c.obj
convert.c
[ 88%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_compress.dir//common/opj_getopt.c.obj
opj_getopt.c
[ 89%] Linking C executable ......\bin\opj_jp3d_compress.exe
[ 89%] Built target opj_jp3d_compress
Scanning dependencies of target opj_jp3d_decompress
[ 89%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_decompress.dir/opj_jp3d_decompress.c.obj
opj_jp3d_decompress.c
[ 90%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_decompress.dir/convert.c.obj
convert.c
[ 91%] Building C object src/bin/jp3d/CMakeFiles/opj_jp3d_decompress.dir/
/common/opj_getopt.c.obj
opj_getopt.c
[ 91%] Linking C executable ......\bin\opj_jp3d_decompress.exe
^M
C:/Program Files/Microsoft SDKs/Windows/v7.1/Bin/x64/mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "......\bin\opj_jp3d_decompress.exe". The operation failed.^M^M
MT failed. with 31

Compilation with '-DBUILD_JP3D:bool=off' succeeded.

Version: openjpeg-master-2015-07-24
....................................

Compilation stopped at:

Scanning dependencies of target t1_generate_luts
[ 14%] Building C object src/lib/openjp2/CMakeFiles/t1_generate_luts.dir/t1_generate_luts.c.obj
t1_generate_luts.c
c:\users\szukw000\lib\openjpeg\openjpeg-master\src\lib\openjp2\opj_intmath.h(90) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
[ 15%] Linking C executable ......\bin\t1_generate_luts.exe
^M
C:/Program Files/Microsoft SDKs/Windows/v7.1/Bin/x64/mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "......\bin\t1_generate_luts.exe". The operation failed.^M^M
MT failed. with 31

winfried

@szukw000
Copy link
Contributor Author

Hi,
I think/believe that everything is OK. The r3007 and openjpeg-master ran through after a while.
I suppose it was a sudden feeling of faintness the system had after realizing that MICROSOFT
has had heavy losses.

winfried

@mayeut mayeut closed this as completed Jul 25, 2015
@mayeut mayeut added the invalid label Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants