_mainCRTstartup was definitely in the slew of messages, I'll add those
args and try again.

-G



On 8/24/08, Michael Pujos <[EMAIL PROTECTED]> wrote:
> 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
>

-- 
Sent from Gmail for mobile | mobile.google.com

               __
--- == __/ t.O ==--
http://stacktrace.org/

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