Apart from the dependency problem, it works beautifully... nice work!  :D

On Sun, Aug 24, 2008 at 5:19 PM, Garth Dahlstrom <[EMAIL PROTECTED]>wrote:

> Okay, so adding this line does work...
> env.Append(CXXFLAGS = ['/MDd', '-DT_MSVC'])
>
> But it introduces a dependency on MSVC, specifically you need an assembly
> called
>
> C:\Windows\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c
>
> I'm not sure people without VC would have that on their PCs?
>
> -G
>
>
> On Sun, Aug 24, 2008 at 1:05 PM, Garth Dahlstrom <[EMAIL PROTECTED]>wrote:
>
>> _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/
>>
>
>
>
> --
> __
> --- == __/ t.O ==--
> http://stacktrace.org/
>



-- 
__
--- == __/ 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