Log in

View Full Version : [SOLVED] TwoLame.exe 0.3.13


Midzuki
22nd March 2011, 18:04
Has anybody managed to compile it ? :confused:

Midzuki
22nd March 2011, 22:11
Can't find sndfile.h on your system

OK, so, where the f*** the damn compiler expects to find it ? :mad:

I've succesfully compiled and "installed" libsndfile,
however ./configure is unable to detect it. :mad: :mad: :mad:

------------------------------

EDIT:

OK, I found the answer to the problem...

{
<DEVILOPER'S_MIND>
yep, if we can complicate things,
why should we keep them simple? :devil:
</DEVILOPER'S_MIND>
}

... and still, cannot create the damn binary -.-

LoRd_MuldeR
22nd March 2011, 23:37
I don't know what build environment you are using, so I can only guess.

However compiling the library alone isn't sufficient. The .h file must be located in the include directory and the corresponding .lib or .a file must be located in the library directory.

But obviously the header file 'sndfile.h' is missing from include directory (or you didn't add the directory where it is located to your include directories).

Midzuki
22nd March 2011, 23:42
Well, I compiled libsndfile, only because
I didn't find a way to make twolame not depend on it. :(

Midzuki
23rd March 2011, 04:31
<ARGH>

For compiling libsndfile 1.0.23 :

./configure (--blah-blah-blah) --disable-shave

{ N0TE:

libsndfile 1.0.24 does not need --disable-shave :cool:

}

For twolame.exe :

./configure (--blah-blah-blah) CPPFLAGS='-DLIBTWOLAME_STATIC'

F I N A L ? R E S U L T S! ( w/ no warranties... ) :

(new) http://cid-5acf098e0ebae8d5.office.live.com/self.aspx/.Public/twolame-execs-repo/twolame.exe-0.3.13x.7z

(old) http://cid-5acf098e0ebae8d5.office.live.com/self.aspx/.Public/twolame.exe-0.3.13.cab

</ARGH>