pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pingus 0.6.0 Windows Binary


From: Björn Fischer
Subject: Pingus 0.6.0 Windows Binary
Date: Wed, 14 May 2003 08:04:33 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212

Hey folks,
at last I've got my MSVC7 Studend license *yippeee*. Now I'd like to make binaries from pingus 0.6.0 for Windows. But I encountered linker probs... :-(((

I attached the compiler output with the errors. The error messages all have to do with ClanLib. But I ain't got no Idea what the errors mean, and so I can't find a solution for them.

Thanx for your help.

Greetings

Björn
------ Build started: Project: pingus, Configuration: Debug Win32 ------

Compiling...
cl : Command line warning D4025 : overriding '/DHAVE_LIBCLANMIKMOD' with 
'/UHAVE_LIBCLANMIKMOD'
worldmap.cxx
manager.cxx
level_dot.cxx
system.cxx
story_screen.cxx
story.cxx
start_screen.cxx
spot_map.cxx
screenshot.cxx
result_screen.cxx
pingus_main.cxx
pingus_error.cxx
pingus_counter.cxx
pingu.cxx
menu_button.cxx
level_result.cxx
level_desc.cxx
game_time.cxx
fps_counter.cxx
exit_menu.cxx
panel_icons.cxx
object_selector.cxx
editor_help_screen.cxx
editor_event.cxx
demo_recorder.cxx
credits.cxx
config.cxx
col_map.cxx
blitter.cxx
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' 
specification
ClanMikMod.lib(streamed_mikmod_sample.obj) : error LNK2001: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanPNG.lib(provider_png.obj) : error LNK2001: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanSound.lib(static_provider_wave.obj) : error LNK2019: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ) referenced in function "private: void __thiscall 
CL_Sample::load_data(void)" (address@hidden@@AAEXXZ)
ClanSound.lib(stream_provider_wave.obj) : error LNK2001: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanDisplay.lib(provider_bmp.obj) : error LNK2001: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanDisplay.lib(resource_font_generic.obj) : error LNK2001: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanDisplay.lib(blit_opaque.obj) : error LNK2001: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanDisplay.lib(blit_transparent.obj) : error LNK2001: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
clanCore.lib(cl_assert.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ) referenced in function "public: class 
std::basic_ostream<char,struct std::char_traits<char> > & __thiscall 
std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" 
(address@hidden@address@hidden@@@std@@address@hidden@Z)
ClanDisplay.lib(font_description.obj) : error LNK2019: unresolved external 
symbol "public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ) referenced in function "public: __thiscall 
CL_Font_Description::CL_Font_Description(class CL_SurfaceProvider 
*,float,int,int,class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(??0CL_Font_Description@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@std@@@Z)
ClanDisplay.lib(blit_dx.obj) : error LNK2001: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanDisplay.lib(input_joystick.obj) : error LNK2001: unresolved external symbol 
"public: bool __thiscall std::locale::_Iscloc(void)const " 
(address@hidden@std@@QBE_NXZ)
ClanMikMod.lib(streamed_mikmod_sample.obj) : error LNK2019: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden) referenced in function 
"public: static class CL_SoundBuffer * __cdecl 
CL_Streamed_MikModSample::load(class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,class 
CL_ResourceManager *,bool)" 
(address@hidden@@SAPAVCL_SoundBuffer@@address@hidden@address@hidden@@address@hidden@2@@std@@PAVCL_ResourceManager@@address@hidden)
ClanPNG.lib(provider_png.obj) : error LNK2019: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden) referenced in function 
"public: virtual unsigned int __thiscall 
CL_PNGProvider::get_red_mask(void)const " (address@hidden@@UBEIXZ)
ClanSound.lib(static_provider_wave.obj) : error LNK2001: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanSound.lib(stream_provider_wave.obj) : error LNK2001: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanDisplay.lib(provider_bmp.obj) : error LNK2001: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanDisplay.lib(resource_font_generic.obj) : error LNK2001: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanDisplay.lib(blit_opaque.obj) : error LNK2001: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanDisplay.lib(blit_transparent.obj) : error LNK2001: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
clanCore.lib(cl_assert.obj) : error LNK2019: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden) referenced in function 
"public: class std::basic_ostream<char,struct std::char_traits<char> > & 
__thiscall std::basic_ostream<char,struct std::char_traits<char> 
>::operator<<(int)" (address@hidden@address@hidden@@@std@@address@hidden@Z)
ClanDisplay.lib(font_description.obj) : error LNK2019: unresolved external 
symbol "public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden) referenced in function 
"public: __thiscall CL_Font_Description::CL_Font_Description(class 
CL_SurfaceProvider *,float,int,int,class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &)" 
(??0CL_Font_Description@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@std@@@Z)
ClanDisplay.lib(blit_dx.obj) : error LNK2001: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
ClanDisplay.lib(input_joystick.obj) : error LNK2001: unresolved external symbol 
"public: class std::locale::facet const * __thiscall 
std::locale::_Getfacet(unsigned int,bool)const " 
(address@hidden@std@@address@hidden@address@hidden)
clanCore.lib(error.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource_memory.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(resourcetype_sample.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(directsound.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(stream_provider_wave.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(thread_win32.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(cdaudio_win32.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundbuffer_static.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundbuffer_stream.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(directsound_recorder.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundbuffer.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(static_provider_wave.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundcard_clan.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanSound.lib(setupsound_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanMikMod.lib(streamed_mikmod_sample.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanMikMod.lib(resourcetype_module.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanPNG.lib(provider_png.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanVorbis.lib(vorbis_soundprovider_generic.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeitem_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanJPEG.lib(provider_jpeg.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in function 
"public: char const * __thiscall std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> >::c_str(void)const " 
(address@hidden@address@hidden@std@@address@hidden@2@@std@@QBEPBDXZ)
ClanJPEG.lib(provider_jpeg_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanMikMod.lib(setupmikmod.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(scrollbar_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(componentfile_preprocess.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_tokenizer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(layout_manager_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(popupmenu.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(filedialog_generic.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in function 
"public: void __thiscall CL_FileDialog_Generic::on_edit_dir(void)" 
(address@hidden@@QAEXXZ)
ClanGUI.lib(listbox_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(progressbar_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(scrollbar.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(gui_file_parser.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeitem.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeview.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(filedialog.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(image.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(listbox.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(progressbar.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(frame_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(button_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(label_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(label_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(checkbox_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(radiobutton_default.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(scrollbar_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(inputbox_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(window_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(window_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeitem_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(listbox_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_manager_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(button_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(inputbox_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(frame.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(label.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(radiobutton.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(setupgui.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(inputbox.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(checkbox.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(window.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(stylemanager_default.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(blit_opaque.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in function 
"public: __thiscall CL_SurfaceProvider_32bpp::CL_SurfaceProvider_32bpp(class 
CL_SurfaceProvider *)" (??0CL_SurfaceProvider_32bpp@@address@hidden@@@Z)
ClanDisplay.lib(blit_transparent.obj) : error LNK2019: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in 
function "public: bool __thiscall CL_Blit_Transparent::init_surface(class 
CL_Blitters *)" (address@hidden@@QAE_NPAVCL_Blitters@@@Z)
ClanGUI.lib(component.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(button.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(provider_pcx.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(provider_bmp.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(provider_targa.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(resource_font_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(font_description.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(blit_dx.obj) : error LNK2019: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in function 
"public: virtual void __thiscall CL_Blit_DX::blt_scale_clip(class CL_Target 
*,int,int,int,int,int,class CL_ClipRect const &)" 
(address@hidden@@UAEXPAVCL_Target@@HHHHHABVCL_ClipRect@@@Z)
ClanDisplay.lib(dx_target.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(input_joystick.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(font_bitmap.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(displaycard_directdraw.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(setupdisplay_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(sprite.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(surfaceprovider.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(palette.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(setupdisplay_win32.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(resource_surface_generic.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource_provider_file.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resource_tokenizer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(surface.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(font.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_string.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_raw.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourceoptions.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(datafile_inputprovider.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(directory_scanner_win32.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_boolean.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_integer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(outputsource_file.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(setupcore.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resource.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(resource_manager_file.obj) : error LNK2019: unresolved external 
symbol "void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in 
function "private: void __thiscall CL_ResourceManager_File::parse(void)" 
(address@hidden@@AAEXXZ)
clanCore.lib(cl_assert.obj) : error LNK2019: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ) referenced in function 
"protected: virtual class std::ostreambuf_iterator<char,struct 
std::char_traits<char> > __thiscall std::num_put<char,class 
std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class 
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class 
std::ios_base &,char,bool)const " 
(address@hidden@address@hidden@address@hidden@@@std@@@std@@address@hidden@address@hidden@@@address@hidden@address@hidden@address@hidden)
clanCore.lib(resource_manager.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource_file.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xlen(void)" (address@hidden@@YAXXZ)
clanCore.lib(error.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource_memory.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(directsound_recorder.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(directsound.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(stream_provider_wave.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(thread_win32.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(static_provider_wave.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(cdaudio_win32.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundbuffer_static.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanSound.lib(soundbuffer_stream.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanMikMod.lib(resourcetype_module.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanPNG.lib(provider_png.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanVorbis.lib(vorbis_soundprovider_generic.obj) : error LNK2019: unresolved 
external symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) 
referenced in function _$E17
ClanSound.lib(soundbuffer.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeitem_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanJPEG.lib(provider_jpeg.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanJPEG.lib(provider_jpeg_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanMikMod.lib(streamed_mikmod_sample.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(scrollbar_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(componentfile_preprocess.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_tokenizer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(layout_manager_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(treeitem.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(filedialog_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(listbox_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(progressbar_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(button_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(label_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(filedialog.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(gui_file_parser.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(inputbox_generic.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in function 
"public: void __thiscall CL_Signal_v0::call(void)" (address@hidden@@QAEXXZ)
ClanGUI.lib(window_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(listbox_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(frame_default.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(setupgui.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_generic.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(component_manager_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(button_generic.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in function 
"public: bool __thiscall CL_ComponentOptions::get_value_as_bool(class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &,int)const " 
(address@hidden@@address@hidden@address@hidden@@address@hidden@2@@std@@address@hidden)
ClanGUI.lib(button.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(window.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(stylemanager_default.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanGUI.lib(label.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(provider_targa.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(resource_font_generic.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(blit_opaque.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(blit_transparent.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(dx_target.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(input_joystick.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(provider_pcx.obj) : error LNK2019: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in function 
"public: virtual void __thiscall CL_PCXProvider::read_data(void)" 
(address@hidden@@UAEXXZ)
ClanDisplay.lib(provider_bmp.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(setupdisplay_generic.obj) : error LNK2019: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in 
function "public: virtual class CL_SurfaceProvider * __thiscall 
CL_PCX_ResourceSource::create(class CL_Resource &,class CL_ResourceOptions 
&,class CL_ResourceManager &)" 
(address@hidden@@UAEPAVCL_SurfaceProvider@@AAVCL_Resource@@AAVCL_ResourceOptions@@AAVCL_ResourceManager@@@Z)
ClanDisplay.lib(sprite.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(font_description.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(blit_dx.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resource_tokenizer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(surface.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(resource_surface_generic.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
ClanDisplay.lib(displaycard_directdraw.obj) : error LNK2019: unresolved 
external symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) 
referenced in function "public: __thiscall 
CL_DisplayCard_DirectDraw::CL_DisplayCard_DirectDraw(int,struct _GUID *,class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>)" 
(??0CL_DisplayCard_DirectDraw@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@std@@@Z)
clanCore.lib(resourcetype_raw.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourceoptions.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(datafile_inputprovider.obj) : error LNK2019: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in 
function "public: virtual int __thiscall CL_InputSource_Datafile::read(void 
*,int)" (address@hidden@@address@hidden)
clanCore.lib(inputsource_provider_file.obj) : error LNK2001: unresolved 
external symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_boolean.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_integer.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resourcetype_string.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(outputsource_file.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(resource.obj) : error LNK2019: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in function 
"public: __thiscall CL_Resource::CL_Resource(class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &,class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &,class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,class 
CL_ResourceOptions const &,class CL_ResourceManager const &)" 
(??0CL_Resource@@address@hidden@address@hidden@std@@address@hidden@2@@std@@00ABVCL_ResourceOptions@@ABVCL_ResourceManager@@@Z)
clanCore.lib(resource_manager_file.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(directory_scanner_win32.obj) : error LNK2001: unresolved external 
symbol "void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(cl_assert.obj) : error LNK2019: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ) referenced in function 
"public: class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > & __thiscall std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> >::assign(class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
> const &,unsigned int,unsigned int)" 
(address@hidden@address@hidden@std@@address@hidden@2@@std@@address@hidden@address@hidden)
clanCore.lib(resource_manager.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource_file.obj) : error LNK2001: unresolved external symbol 
"void __cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
clanCore.lib(inputsource.obj) : error LNK2001: unresolved external symbol "void 
__cdecl std::_Xran(void)" (address@hidden@@YAXXZ)
.\./pingus.exe : fatal error LNK1120: 4 unresolved externals

Build log was saved at "file://c:\CVS\Games\pingus-0.6.0\Debug\BuildLog.htm"
pingus - 201 error(s), 2 warning(s)


---------------------- Done ----------------------

    Build: 0 succeeded, 1 failed, 0 skipped

reply via email to

[Prev in Thread] Current Thread [Next in Thread]