![]() |
![]() |
#1 |
Member
Join Date: Aug 2004
Location: Marseille - France
Posts: 4
|
![]()
Hi,
I'm trying to compile a build from r2d branch. However, I've got an error during compilation: http://kurtnoise.free.fr/output.txt Any idea ? I use Cmake from the last cvs + gcc within MSYS. Note that with MSVC8, all seems to be ok... |
![]() |
![]() |
![]() |
#2 |
Procrastinator
Join Date: Jul 2004
Posts: 131
|
![]()
I left for holidays before finishing adding full cmake support.
It's basically due to current code misusing "WIN32" instead of "MSC_VER" You can change libwavformat.h:13 to "#ifdef MSC_VER" to fix your issue but I'm sure there are other bad defines around. |
![]() |
![]() |
![]() |
#3 |
Veteran Member
|
![]()
Hi,
I have troubles compiling the last build with cmake under cygwin, because I don't have MSVC. I get the following output: > $ cmake ./ > -- Check for working C compiler: /usr/bin/gcc.exe > -- Check for working C compiler: /usr/bin/gcc.exe -- works > -- Check size of void* > -- Check size of void* - done > -- Check if the system is big endian > -- Check if the system is big endian - little endian > CMake Error: This project requires some variables to be set, > and cmake can not find them. > Please set the following variables: > REPLAY_GAIN_INCLUDE_DIR > > -- Configuring done I suppose it's easy to be fixed, though. Any idea how to overcome it? Thanks. ~ |
![]() |
![]() |
![]() |
#4 |
Musepack developer
|
![]()
...perhaps autotools on windows would work for the time being?
|
![]() |
![]() |
![]() |
#5 |
Musepack developer
Join Date: Sep 2006
Location: Villeurbanne - France
Posts: 36
|
![]()
You need to check out the replay gain lib
http://svn.musepack.net/libreplaygain and set the REPLAY_GAIN_INCLUDE_DIR variable to the libreplaygain include dir Nicolas |
![]() |
![]() |
![]() |
#6 |
Veteran Member
|
![]()
Hi Nikolas,
now the make almost (78%) passed, but I don't want to waste your time with my problems. I'll just wait for the next official build. Thank you for your great work! ~ |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|