-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cant compile on windows #2
Comments
Hi lodle, I recommend using one of the stable branches: The last know working windows version is: I realize this is really old, and I suspect getting something newer working is just a matter of adding some new libraries to the linker settings. (for example v8_snapshot.lib instead of v8.lib) Neither of these have been recently tested on Windows, so you might need to struggle a bit with adding/removing libraries to make it link. For example, you night need to add chromium's media and ffmpeg libraries to fix the ffmpeg errors. |
I added media but couldnt find ffmpeg and theres so many libraries its not funny Thanks |
Hi sirikata, Thanks, |
If you intend to use more recent Chromium features, you may want to check out Berkelium, which is my rewrite of Awesomium on top of the IPC layer: It's still in progress, but most features are working at this point. Unfortunately we don't have a full plugin implementation yet, and transparency is unsupported in Windows because the Win32 GDI functions give arbitrary opacity values. (Awesomium did a black/white trick so it renders the page twice each frame. This is much harder to do with the new design) |
Hey,
I downloaded chromium build 26068 and compiled it fine. Had to fix a couple of build issues in Awesomium but it failed to link.
1>WebCore.obj : error LNK2019: unresolved external symbol "public: __thiscall ChildThread::ChildThread(void)" (??0ChildThread@@QAE@XZ) referenced in function "public: __thiscall Awesomium::WebCore::WebCore(enum Awesomium::LogLevel,bool,enum Awesomium::PixelFormat)" (??0WebCore@Awesomium@@QAE@W4LogLevel@1@_NW4PixelFormat@1@@z)
1>WebCore.obj : error LNK2019: unresolved external symbol "public: __thiscall ChildProcess::ChildProcess(void)" (??0ChildProcess@@QAE@XZ) referenced in function "public: __thiscall Awesomium::WebCore::WebCore(enum Awesomium::LogLevel,bool,enum Awesomium::PixelFormat)" (??0WebCore@Awesomium@@QAE@W4LogLevel@1@_NW4PixelFormat@1@@z)
1>glue.lib(webkit_glue.obj) : error LNK2019: unresolved external symbol "void __cdecl webkit_glue::AppendToLog(char const *,int,char const *)" (?AppendToLog@webkit_glue@@YAXPBDH0@Z) referenced in function "void __cdecl webkit_glue::DumpLeakedObject(char const *,int,char const *,int)" (?DumpLeakedObject@webkit_glue@@YAXPBDH0H@Z)
1>glue.lib(media_resource_loader_bridge_factory.obj) : error LNK2019: unresolved external symbol "public: static class webkit_glue::ResourceLoaderBridge * __cdecl webkit_glue::ResourceLoaderBridge::Create(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class GURL const &,class GURL const &,class GURL const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,int,int,enum ResourceType::Type,int,int)" (?Create@ResourceLoaderBridge@webkit_glue@@SAPAV12@ABV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@ABVGURL@@11000HHW4Type@ResourceType@@hh@Z) referenced in function "public: virtual class webkit_glue::ResourceLoaderBridge * __thiscall webkit_glue::MediaResourceLoaderBridgeFactory::CreateBridge(class GURL const &,int,__int64,__int64)" (?CreateBridge@MediaResourceLoaderBridgeFactory@webkit_glue@@UAEPAVResourceLoaderBridge@2@ABVGURL@@H_J1@Z)
1>glue.lib(weburlloader_impl.obj) : error LNK2001: unresolved external symbol "public: static class webkit_glue::ResourceLoaderBridge * __cdecl webkit_glue::ResourceLoaderBridge::Create(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class GURL const &,class GURL const &,class GURL const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,int,int,enum ResourceType::Type,int,int)" (?Create@ResourceLoaderBridge@webkit_glue@@SAPAV12@ABV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@ABVGURL@@11000HHW4Type@ResourceType@@hh@Z)
1>glue.lib(webkitclient_impl.obj) : error LNK2019: unresolved external symbol "void __cdecl webkit_glue::GetPlugins(bool,class std::vector<struct WebPluginInfo,class std::allocator > *)" (?GetPlugins@webkit_glue@@YAX_NPAV?$vector@UWebPluginInfo@@v?$allocator@UWebPluginInfo@@@std@@@std@@@z) referenced in function "public: virtual void __thiscall webkit_glue::WebKitClientImpl::getPluginList(bool,class WebKit::WebPluginListBuilder *)" (?getPluginList@WebKitClientImpl@webkit_glue@@UAEX_NPAVWebPluginListBuilder@WebKit@@@z)
1>glue.lib(webkitclient_impl.obj) : error LNK2019: unresolved external symbol "class base::StringPiece __cdecl webkit_glue::GetDataResource(int)" (?GetDataResource@webkit_glue@@ya?AVStringPiece@base@@h@Z) referenced in function "public: virtual class WebKit::WebData __thiscall webkit_glue::WebKitClientImpl::loadResource(char const *)" (?loadResource@WebKitClientImpl@webkit_glue@@UAE?AVWebData@WebKit@@pbd@Z)
1>glue.lib(debugger_agent_impl.obj) : error LNK2001: unresolved external symbol "class base::StringPiece __cdecl webkit_glue::GetDataResource(int)" (?GetDataResource@webkit_glue@@ya?AVStringPiece@base@@h@Z)
1>glue.lib(webkitclient_impl.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl webkit_glue::GetUIResourceProtocol(void)" (?GetUIResourceProtocol@webkit_glue@@ya?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@xz) referenced in function "public: virtual class WebCore::String __thiscall webkit_glue::WebKitClientImpl::uiResourceProtocol(void)" (?uiResourceProtocol@WebKitClientImpl@webkit_glue@@UAE?AVString@WebCore@@xz)
1>glue.lib(plugin_list_win.obj) : error LNK2019: unresolved external symbol "bool __cdecl webkit_glue::GetApplicationDirectory(class FilePath *)" (?GetApplicationDirectory@webkit_glue@@YA_NPAVFilePath@@@z) referenced in function "void __cdecl
anonymous namespace'::GetAppDirectory(class std::set<class FilePath,struct std::less<class FilePath>,class std::allocator<class FilePath> > *)" (?GetAppDirectory@?A0x72dcdb65@@YAXPAV?$set@VFilePath@@U?$less@VFilePath@@@std@@V?$allocator@VFilePath@@@3@@std@@@Z) 1>glue.lib(plugin_list_win.obj) : error LNK2019: unresolved external symbol "bool __cdecl webkit_glue::GetExeDirectory(class FilePath *)" (?GetExeDirectory@webkit_glue@@YA_NPAVFilePath@@@Z) referenced in function "void __cdecl
anonymous namespace'::GetExeDirectory(class std::set<class FilePath,struct std::less,class std::allocator > *)" (?GetExeDirectory@?A0x72dcdb65@@YAXPAV?$set@VFilePath@@U?$less@VFilePath@@@std@@v?$allocator@VFilePath@@@3@@std@@@z)1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _av_malloc referenced in function "protected: virtual bool __thiscall media::FFmpegAudioDecoder::OnInitialize(class media::DemuxerStream *)" (?OnInitialize@FFmpegAudioDecoder@media@@MAE_NPAVDemuxerStream@2@@z)
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_open referenced in function "protected: virtual bool __thiscall media::FFmpegAudioDecoder::OnInitialize(class media::DemuxerStream *)" (?OnInitialize@FFmpegAudioDecoder@media@@MAE_NPAVDemuxerStream@2@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _avcodec_open
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_find_decoder referenced in function "protected: virtual bool __thiscall media::FFmpegAudioDecoder::OnInitialize(class media::DemuxerStream *)" (?OnInitialize@FFmpegAudioDecoder@media@@MAE_NPAVDemuxerStream@2@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _avcodec_find_decoder
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _av_get_bits_per_sample_format referenced in function "protected: virtual bool __thiscall media::FFmpegAudioDecoder::OnInitialize(class media::DemuxerStream *)" (?OnInitialize@FFmpegAudioDecoder@media@@MAE_NPAVDemuxerStream@2@@z)
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_flush_buffers referenced in function "protected: virtual void __thiscall media::FFmpegAudioDecoder::OnSeek(class base::TimeDelta)" (?OnSeek@FFmpegAudioDecoder@media@@MAEXVTimeDelta@base@@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _avcodec_flush_buffers
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_decode_audio3 referenced in function "protected: virtual void __thiscall media::FFmpegAudioDecoder::OnDecode(class media::Buffer *)" (?OnDecode@FFmpegAudioDecoder@media@@MAEXPAVBuffer@2@@z)
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _av_init_packet referenced in function "protected: virtual void __thiscall media::FFmpegAudioDecoder::OnDecode(class media::Buffer *)" (?OnDecode@FFmpegAudioDecoder@media@@MAEXPAVBuffer@2@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _av_init_packet
1>media.lib(ffmpeg_audio_decoder.obj) : error LNK2019: unresolved external symbol _av_free referenced in function "public: void __thiscall media::ScopedPtrAVFree::operator()(void *)const " (??RScopedPtrAVFree@media@@QBEXPAX@Z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _av_free
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_free_packet referenced in function "public: virtual __thiscall media::AVPacketBuffer::~AVPacketBuffer(void)" (??1AVPacketBuffer@media@@UAE@XZ)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_rescale_q referenced in function "private: class base::TimeDelta __thiscall media::FFmpegDemuxerStream::ConvertTimestamp(__int64)" (?ConvertTimestamp@FFmpegDemuxerStream@media@@aae?AVTimeDelta@base@@_J@Z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2001: unresolved external symbol _av_rescale_q
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_close_input_file referenced in function "private: virtual __thiscall media::FFmpegDemuxer::~FFmpegDemuxer(void)" (??1FFmpegDemuxer@media@@eae@XZ)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _avcodec_close referenced in function "private: virtual __thiscall media::FFmpegDemuxer::~FFmpegDemuxer(void)" (??1FFmpegDemuxer@media@@eae@XZ)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_find_stream_info referenced in function "private: void __thiscall media::FFmpegDemuxer::InitializeTask(class media::DataSource *,class CallbackRunner *)" (?InitializeTask@FFmpegDemuxer@media@@AAEXPAVDataSource@2@PAV?$CallbackRunner@UTuple0@@@@@z)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_open_input_file referenced in function "private: void __thiscall media::FFmpegDemuxer::InitializeTask(class media::DataSource *,class CallbackRunner *)" (?InitializeTask@FFmpegDemuxer@media@@AAEXPAVDataSource@2@PAV?$CallbackRunner@UTuple0@@@@@z)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_seek_frame referenced in function "private: void __thiscall media::FFmpegDemuxer::SeekTask(class base::TimeDelta,class CallbackRunner *)" (?SeekTask@FFmpegDemuxer@media@@AAEXVTimeDelta@base@@pav?$CallbackRunner@UTuple0@@@@@z)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_dup_packet referenced in function "private: void __thiscall media::FFmpegDemuxer::DemuxTask(void)" (?DemuxTask@FFmpegDemuxer@media@@AAEXXZ)
1>media.lib(ffmpeg_demuxer.obj) : error LNK2019: unresolved external symbol _av_read_frame referenced in function "private: void __thiscall media::FFmpegDemuxer::DemuxTask(void)" (?DemuxTask@FFmpegDemuxer@media@@AAEXXZ)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_thread_init referenced in function "protected: virtual bool __thiscall media::FFmpegVideoDecoder::OnInitialize(class media::DemuxerStream *)" (?OnInitialize@FFmpegVideoDecoder@media@@MAE_NPAVDemuxerStream@2@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_alloc_frame referenced in function "protected: virtual void __thiscall media::FFmpegVideoDecoder::OnDecode(class media::Buffer *)" (?OnDecode@FFmpegVideoDecoder@media@@MAEXPAVBuffer@2@@z)
1>media.lib(ffmpeg_video_decoder.obj) : error LNK2019: unresolved external symbol _avcodec_decode_video2 referenced in function "private: virtual bool __thiscall media::FFmpegVideoDecoder::DecodeFrame(class media::Buffer const &,struct AVCodecContext *,struct AVFrame *)" (?DecodeFrame@FFmpegVideoDecoder@media@@EAE_NABVBuffer@2@PAUAVCodecContext@@PAUAVFrame@@@z)
1>media.lib(ffmpeg_glue.obj) : error LNK2019: unresolved external symbol _av_register_all referenced in function "private: __thiscall media::FFmpegGlue::FFmpegGlue(void)" (??0FFmpegGlue@media@@aae@XZ)
1>media.lib(ffmpeg_glue.obj) : error LNK2019: unresolved external symbol _av_register_protocol referenced in function "private: __thiscall media::FFmpegGlue::FFmpegGlue(void)" (??0FFmpegGlue@media@@aae@XZ)
%0
The text was updated successfully, but these errors were encountered: