RSATom / WebChimera-desktop

[ABANDONED] Media player with fully customizable UI. It's the successor of WebChimera browser plugin.
GNU General Public License v2.0
10 stars 1 forks source link

unable to build on windows 10, qt 5.7 and VS 2015 #1

Closed Ivshti closed 8 years ago

Ivshti commented 8 years ago

I cloned the repo with git clone --recursive

then I opened the project and tried to build it with MSVS compiler

vlc errrs

RSATom commented 8 years ago

hm... it can't libvlc functions... Do you build it as x64 or x86 application?

RSATom commented 8 years ago

please check if you installed 32bit Qt

Ivshti commented 8 years ago

Well, that explains it :)

I didn't. Somehow I thought I should build 64bit

Will check & confirm

Ivshti commented 8 years ago

Seems like 32 bit Qt fixes the issue

Can you write up build instructions or something very explicit that says 32 bit Qt should be used - for people who would try to build from now on :)

RSATom commented 8 years ago

I just always mentioned for windows better use 32 bit VLC. Sorry forget mention it here.