Garth Dahlstrom a écrit : > Hi Micheal, > > I tried to apply this against my mixxx-lib checkout and do a build and > I got a couple thousand linker errors... > > Since the file sizes seem to be way off of the svn repo versions (your > sndfile.lib 7kb vs repo 657kb, 400kb your sndfile.dll vs 232kb for > repo)... > > I'm guessing you built with debug dynamic linked or something like > that... > > I remember there being like 4 combinations of release/debug > dynamic/static... Could you possibly rebuild with the other > permutations you that you didn't do (unless you know which we use > mixxx-lib) and I'll figure out which one works and commit that to the > repo? > > Cheers, > > -G
It is compiled as release using /MD (ie it links with MSVCRT.lib runtime). The .lib is very small because it's an import library, I don't understand why it was previously so big ? The DLL is a bit bigger because it contains the libFLAC code. I'm in the process of recompiling mixxxx from fresh SVN to see how it goes. I remember having the strange problem that suddenly, mixxxx wouldn't link anymore automatically with MSVCRT.lib (and then having all libc function undefined!). I had to add /MDd in the SConscript file to solve this problem... ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mixxx-devel