Adam Davison a écrit :
> We might have been doing something ingenious like statically linking 
> msvcrt to our libsndfile and then statically linking that with no 
> msvcrt into our executable...

Ah that may be that :)

Garth, can you try the following and see if it removes your 1000's 
compile errors:

edit SConstruct and modify

env.Append(CXXFLAGS = '-DT_MSVC')

by

env.Append(CXXFLAGS = ['/MDd', '-DT_MSVC'])


If your linker errors are about not finding _mainCRTStartup and every 
libc function, that's probably it

-------------------------------------------------------------------------
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

Reply via email to