code-google-com / qmmp

Automatically exported from code.google.com/p/qmmp
0 stars 0 forks source link

Windows port discussion (ideas, patches, etc) #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source directly to Windows
2. Uncompress source
3. Compile with MinGW

What is the expected output? What do you see instead?

A compiled Qmmp but What I see is no such file or directory for curl/curl.h

What version of the product are you using? On what operating system?

0.3.0 on Windows XP SP2

Please provide any additional information below.

I'm trying to compile Qmmp on Qt Creator for Windows after putting the
include and header files for CURL in the qmmp.pro file, it still doesn't
compile

Original issue reported on code.google.com by jared.od...@gmail.com on 28 Aug 2009 at 10:20

GoogleCodeExporter commented 9 years ago
Try to copy curl files (headers and libraries) to mingw installation path.

Original comment by trialuser02 on 30 Aug 2009 at 4:07

GoogleCodeExporter commented 9 years ago
Thanks for the response, now I was able to continue except that I stumble to 
another
error. Below is the error that seems to be related with Taglibs but I'm not 
sure what
version are you using, perhaps you can point to the right direction. Thanks 
again!

C:/Qt/2009.02/mingw/bin/mingw32-make.exe -f Makefile.Release
mingw32-make.exe[4]: Entering directory `E:/qmmp-0.3.0/src/plugins/Input/mad'
c:\Qt\2009.02\qt\bin\uic.exe detailsdialog.ui -o .build\ui\ui_detailsdialog.h
c:\Qt\2009.02\qt\bin\uic.exe settingsdialog.ui -o .build\ui\ui_settingsdialog.h
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB 
-DQT_THREAD_SUPPORT
-I"c:\Qt\2009.02\qt\include\QtCore" -I"c:\Qt\2009.02\qt\include\QtGui"
-I"c:\Qt\2009.02\qt\include" -I"..\..\.." -I"d:\MINGW\include\taglib"
-I"c:\Qt\2009.02\qt\include\ActiveQt" -I".build\moc" -I".build\ui"
-I"c:\Qt\2009.02\qt\mkspecs\win32-g++" -o .build\obj\decoder_mad.o 
decoder_mad.cpp
decoder_mad.cpp:9:32: taglib/id3v2header.h: No such file or directory
decoder_mad.cpp:10:32: taglib/tbytevector.h: No such file or directory
In file included from decoder_mad.cpp:12:
decoder_mad.h:17:17: mad.h: No such file or directory
In file included from decoder_mad.cpp:12:
decoder_mad.h:38: error: use of enum `mad_flow' without previous declaration
decoder_mad.h:38: error: ISO C++ forbids declaration of `madOutput' with no type
decoder_mad.h:39: error: use of enum `mad_flow' without previous declaration
decoder_mad.h:39: error: ISO C++ forbids declaration of `madError' with no type
decoder_mad.h:53: error: `mad_fixed_t' does not name a type
decoder_mad.h:81: error: field `stream' has incomplete type
decoder_mad.h:82: error: field `frame' has incomplete type
decoder_mad.h:83: error: field `synth' has incomplete type
In file included from decoder_mad.cpp:13:
tagextractor.h:25:24: taglib/tag.h: No such file or directory
tagextractor.h:26:28: taglib/fileref.h: No such file or directory
tagextractor.h:27:29: taglib/id3v1tag.h: No such file or directory
tagextractor.h:28:29: taglib/id3v2tag.h: No such file or directory
In file included from decoder_mad.cpp:13:
tagextractor.h:55: error: `TagLib' has not been declared

Original comment by jared.od...@gmail.com on 31 Aug 2009 at 1:52

GoogleCodeExporter commented 9 years ago
1. Install taglib. Taglib binaries you can find here:
http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/taglib/
2. Compile libmad from sources using MSYS: http://www.mingw.org/wiki/msys
3. Correct mad.pro according taglib installation (win32:INCLUDEPATH = ...)

Unfortunately, I could not compile libogg and libvorbis.

Original comment by trialuser02 on 31 Aug 2009 at 8:14

GoogleCodeExporter commented 9 years ago
Thanks for the response! I'll work on it

Original comment by jared.od...@gmail.com on 31 Aug 2009 at 9:15

GoogleCodeExporter commented 9 years ago
I`m using crosscompile in linux MingGW instaed, but I still can`t compile all 
app.

Original comment by sanche...@gmail.com on 26 Sep 2009 at 10:48

GoogleCodeExporter commented 9 years ago
Issue 320 has been merged into this issue.

Original comment by trialuser02 on 22 May 2010 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by trialuser02 on 22 May 2010 at 1:21

GoogleCodeExporter commented 9 years ago
Experimental version for windows (with mp3 support only) 
http://qmmp.ylsoftware.com/files/windows/qmmp-0.5.0-svn2110-win32.zip

Please DO NOT REPORT BUGS that you find in this version.

Original comment by trialuser02 on 10 Mar 2011 at 8:00

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-svn2167-win32.zip

Original comment by trialuser02 on 25 Apr 2011 at 6:41

GoogleCodeExporter commented 9 years ago
trialuser02@gmail.com
Thank you. This is the best open source audio-player like aimp and winamp. I 
wanted this port on windows for a long time.

Original comment by stas_...@mail.ru on 10 Nov 2011 at 5:07

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-svn2537-win32.exe
(added flac, wavpack, musepack, ogg vorbis, modplug support)

Original comment by trialuser02 on 17 Jan 2012 at 8:50

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-svn2573-win32.exe
(enabled ffmpeg support, fixed cue bugs)

Original comment by trialuser02 on 29 Jan 2012 at 9:31

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-svn2614-win32.exe
(added simple UI, skins and oxygen icons)

Original comment by trialuser02 on 17 Feb 2012 at 8:19

GoogleCodeExporter commented 9 years ago
Screenshot http://zalil.ru/32728207

Original comment by trialuser02 on 17 Feb 2012 at 8:24

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-svn2691-win32.exe
(added Qt translations)

Original comment by trialuser02 on 18 Mar 2012 at 7:38

GoogleCodeExporter commented 9 years ago
How can i move config files
c:\Users\Vladimir\.qmmp\eq.preset
c:\Users\Vladimir\.qmmp\playlist.txt
c:\Users\Vladimir\.qmmp\qmmprc
to program folder. I would like to use portable qmmp in windows 7. Is it 
possible?
abakan4222@gmail.com

Original comment by abakan4...@gmail.com on 10 Jun 2012 at 1:44

GoogleCodeExporter commented 9 years ago
http://qmmp.ylsoftware.com/files/windows/qmmp-0.6.0-win32.exe

To abakan4222: create separate FR for portable version. Maybe someone will 
write corresponding patch.

Original comment by trialuser02 on 30 Jun 2012 at 7:05

GoogleCodeExporter commented 9 years ago
Latest version: http://qmmp.ylsoftware.com/files/windows/

Original comment by trialuser02 on 27 Mar 2014 at 10:05