Skip to content

Instantly share code, notes, and snippets.

@TheJaredWilcurt
Created December 6, 2015 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheJaredWilcurt/6e94ced4add3db2802b5 to your computer and use it in GitHub Desktop.
Save TheJaredWilcurt/6e94ced4add3db2802b5 to your computer and use it in GitHub Desktop.
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>dl_make_vs.bat
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD /Iinclude /Igetopt ..\
..\src\flif.cpp getopt\getopt.c /DSTATIC_GETOPT /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\
-c
flif.cpp
Warning static builds of getopt violate the Lesser GNU Public License
Compiling...
getopt.c
Warning static builds of getopt violate the Lesser GNU Public License
link /out:x86_MD\flif.exe x86_MD\Obj\\flif.obj x86_MD\Obj\\getopt.obj x8
6_MD\Obj\\flif-dec.obj x86_MD\Obj\\flif-enc.obj x86_MD\Obj\\io.obj x86_MD\Obj\\c
ommon.obj x86_MD\Obj\\color_range.obj x86_MD\Obj\\crc32k.obj x86_MD\Obj\\bit.obj
x86_MD\Obj\\chance.obj x86_MD\Obj\\factory.obj x86_MD\Obj\\image.obj x86_MD\Obj
\\image-pam.obj x86_MD\Obj\\image-png.obj x86_MD\Obj\\image-pnm.obj x86_MD\Obj\\
image-rggb.obj x86_MD\zlib.lib x86_MD\libpng.lib /nologo /LTCG
Generating code
Finished generating code
copy "x86_MD\flif.exe" flif.exe
1 file(s) copied.
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD ..\..\src\library\flif
-interface.cpp /DFLIF_BUILD_DLL /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\ -c
flif-interface.cpp
link /dll /out:"x86_MD\libflif.dll" x86_MD\Obj\\flif-interface.obj x86_M
D\Obj\\flif-dec.obj x86_MD\Obj\\flif-enc.obj x86_MD\Obj\\io.obj x86_MD\Obj\\comm
on.obj x86_MD\Obj\\color_range.obj x86_MD\Obj\\crc32k.obj x86_MD\Obj\\bit.obj x8
6_MD\Obj\\chance.obj x86_MD\Obj\\factory.obj /nologo /LTCG
Creating library x86_MD\libflif.lib and object x86_MD\libflif.exp
Generating code
Finished generating code
copy "x86_MD\libflif.dll" libflif.dll
1 file(s) copied.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD /Iinclude /I..\..\src\
..\..\tools\test.c /DFLIF_USE_DLL /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\ -c
test.c
..\..\tools\test.c(1): fatal error C1083: Cannot open include file: 'flif.h': No
such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>nmake
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
'flif.exe' is up-to-date
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>nmake libflif.dll
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
'libflif.dll' is up-to-date
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>nmake viewflif.exe
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD ..\..\src\library\flif
-interface_dec.cpp /DFLIF_BUILD_DLL /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\ -c
flif-interface_dec.cpp
link /dll /out:"x86_MD\libflif_dec.dll" x86_MD\Obj\\flif-interface_dec.o
bj x86_MD\Obj\\flif-dec.obj x86_MD\Obj\\flif-enc.obj x86_MD\Obj\\io.obj x86_MD\O
bj\\common.obj x86_MD\Obj\\color_range.obj x86_MD\Obj\\crc32k.obj x86_MD\Obj\\bi
t.obj x86_MD\Obj\\chance.obj x86_MD\Obj\\factory.obj /nologo /LTCG
Creating library x86_MD\libflif_dec.lib and object x86_MD\libflif_dec.exp
Generating code
Finished generating code
copy "x86_MD\libflif_dec.dll" libflif_dec.dll
1 file(s) copied.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD /I..\..\src\ /ISDL2-2.
0.3\include /Tp ..\..\src\viewflif.c /FI..\build\MSVC\include\sdl2v140.h /DFLIF_
USE_DLL /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\ -c
viewflif.c
..\..\src\viewflif.c(19): fatal error C1083: Cannot open include file: 'flif_dec
.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>dl_make_vs_x64.bat
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
'flif.exe' is up-to-date
Microsoft (R) Program Maintenance Utility Version 14.00.23026.0
Copyright (C) Microsoft Corporation. All rights reserved.
cl /nologo /WX /EHsc /GL /Ox /Oy /Gy /DNDEBUG /MD /Iinclude /I..\..\src\
..\..\tools\test.c /DFLIF_USE_DLL /Fdx86_MD\Obj\\ /Fox86_MD\Obj\\ -c
test.c
..\..\tools\test.c(1): fatal error C1083: Cannot open include file: 'flif.h': No
such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\GLR\Documents\GitHub\FLIF\build\MSVC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment