Build Log
  

Build started: Project: a5_font_shared, Configuration: RelWithDebInfo|Win32

Command Lines
  
Creating temporary file "c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\RSP00002D13841040.rsp" with contents
[
/O2 /Ob1 /I "C:\allegro\4.9.5\include" /I "C:\allegro\4.9.5\addons\iio" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "ALLEGRO_LIB_BUILD" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "ALLEGRO_FONT_SRC" /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /D "a5_font_shared_EXPORTS" /D "_WINDLL" /D "_MBCS" /FD /MD /Fo"a5_font_shared.dir\RelWithDebInfo\\" /Fd"C:/allegro/4.9.5/lib/RelWithDebInfo/a5_font.pdb" /W3 /c /Zi /TC   /Zm1000

.\text.c

.\readfont.c

.\fontbmp.c

.\font.c
]
Creating command line "cl.exe @c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\RSP00002D13841040.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\TMP00002E13841040.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\a5_font_shared.dir\\RelWithDebInfo\\a5_font.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\a5_font_shared.dir\RelWithDebInfo\a5_font.dll.embed.manifest.res" c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\TMP00002E13841040.tmp"
Creating temporary file "c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\RSP00002F13841040.rsp" with contents
[
/OUT:"C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.dll" /VERSION:0.0 /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"a5_font_shared.dir\RelWithDebInfo\a5_font.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.pdb" /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.lib"  /STACK:10000000 /machine:I386 /debug kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  ..\..\lib\RelWithDebInfo\a5_iio.lib ..\..\lib\RelWithDebInfo\alleg-4.9.5.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib dinput8.lib dxguid.lib winmm.lib "C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\d3d9.lib" opengl32.lib glu32.lib "C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\libpng.lib" "C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\zdll.lib"

".\a5_font_shared.dir\RelWithDebInfo\font.obj"

".\a5_font_shared.dir\RelWithDebInfo\fontbmp.obj"

".\a5_font_shared.dir\RelWithDebInfo\readfont.obj"

".\a5_font_shared.dir\RelWithDebInfo\text.obj"

".\a5_font_shared.dir\RelWithDebInfo\a5_font.dll.embed.manifest.res"
]
Creating command line "link.exe @c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\RSP00002F13841040.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
text.c
readfont.c
fontbmp.c
font.c
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
   Creating library C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.lib and object C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.exp
font.obj : error LNK2001: unresolved external symbol __imp__ugetxc
font.obj : error LNK2019: unresolved external symbol __imp__al_draw_bitmap referenced in function _color_render_char
fontbmp.obj : error LNK2001: unresolved external symbol __imp__al_draw_bitmap
font.obj : error LNK2001: unresolved external symbol __imp___al_free
fontbmp.obj : error LNK2019: unresolved external symbol __imp___al_free referenced in function _al_font_grab_font_from_bitmap
readfont.obj : error LNK2001: unresolved external symbol __imp___al_free
text.obj : error LNK2001: unresolved external symbol __imp___al_free
font.obj : error LNK2001: unresolved external symbol __imp___al_memory_opaque
fontbmp.obj : error LNK2001: unresolved external symbol __imp___al_memory_opaque
readfont.obj : error LNK2001: unresolved external symbol __imp___al_memory_opaque
text.obj : error LNK2019: unresolved external symbol __imp___al_memory_opaque referenced in function _al_font_textout_justify
font.obj : error LNK2019: unresolved external symbol __imp__al_destroy_bitmap referenced in function _color_destroy
fontbmp.obj : error LNK2001: unresolved external symbol __imp__al_destroy_bitmap
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_unlock_bitmap referenced in function _font_find_character
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_get_pixel referenced in function _font_find_character
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_lock_bitmap referenced in function _font_find_character
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_map_rgb referenced in function _font_find_character
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_restore_state referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_clear referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_set_target_bitmap referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_create_bitmap referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_create_sub_bitmap referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_set_new_bitmap_format referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_store_state referenced in function _import_bitmap_font_color
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_set_blender referenced in function _al_font_grab_font_from_bitmap
fontbmp.obj : error LNK2001: unresolved external symbol __imp___al_malloc
readfont.obj : error LNK2001: unresolved external symbol __imp___al_malloc
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_unmap_rgba referenced in function _al_font_load_bitmap_font
fontbmp.obj : error LNK2019: unresolved external symbol __imp__al_set_new_bitmap_flags referenced in function _al_font_load_bitmap_font
readfont.obj : error LNK2019: unresolved external symbol __imp__uconvert referenced in function _al_font_register_font_file_type
readfont.obj : error LNK2019: unresolved external symbol __imp__get_extension referenced in function _al_font_load_font
readfont.obj : error LNK2019: unresolved external symbol __imp___al_remove_exit_func referenced in function _al_font_register_font_file_type_exit
readfont.obj : error LNK2019: unresolved external symbol __imp___al_add_exit_func referenced in function __al_font_register_font_file_type_init
text.obj : error LNK2019: unresolved external symbol __imp__ustrlen referenced in function _al_font_textout
text.obj : error LNK2019: unresolved external symbol __imp__uvszprintf referenced in function _al_font_textprintf
text.obj : error LNK2019: unresolved external symbol __imp__ustrtok_r referenced in function _al_font_textout_justify
text.obj : error LNK2019: unresolved external symbol __imp___ustrdup referenced in function _al_font_textout_justify
text.obj : error LNK2001: unresolved external symbol __imp__usetc
C:\allegro\4.9.5\lib\RelWithDebInfo\a5_font.dll : fatal error LNK1120: 29 unresolved externals
Results
  
Build log was saved at "file://c:\allegro\4.9.5\addons\font\a5_font_shared.dir\RelWithDebInfo\BuildLog.htm"
a5_font_shared - 39 error(s), 0 warning(s)