|
List Info
Thread: CR-Client: Flash flv building on 150Cay
|
|
| CR-Client: Flash flv building on 150Cay |
  United States |
2007-04-25 10:53:21 |
This is basically pulling over a tiny part of these changes
from head
to 150Cay:
http://lists.helixcommunity.org/pipermail/
helix-client-dev/2007-April/
006112.html
In ribosome, 'mac-unix' refers to OS X. So dropping this
into
flashhostlib lets OS X builds work.
Also I needed to add 'mac-unix' to the
hxclient_1_5_0_cayenne.bif
file for the gecko SDK.
Files Modified:
- datatype/flash/flashhost/flashhostlib
- client/build/BIF/hxclient_1_5_0_cayenne.bif
Branch: 150Cay for flashhostlib, head for the bif file
--Bob
--
Bob Clark
Lead Software Development Engineer
RealPlayer Mac/Unix
RealNetworks, Inc.
Index: flashhostlib
============================================================
=======
RCS file: /cvsroot/datatype/flash/flashhost/flashhostlib,v
retrieving revision 1.11
diff -u -w -r1.11 flashhostlib
--- flashhostlib 14 Apr 2007 05:04:45 -0000 1.11
+++ flashhostlib 25 Apr 2007 15:48:59 -0000
 -67,7
+67,7 
if 'win32' in sysinfo.family_list :
project.AddIncludes( os.path.join( os.path.join( sdkpath,
"win32" ),
"include") )
-elif 'mac' in sysinfo.family_list :
+elif 'mac-unix' in sysinfo.family_list :
project.AddIncludes( os.path.join( os.path.join( sdkpath,
"mac" ),
"include") )
elif 'linux2' in sysinfo.family_list :
project.AddIncludes( os.path.join( os.path.join( sdkpath,
"linux" ),
"include") )
Index: hxclient_1_5_0_cayenne.bif
============================================================
=======
RCS file:
/cvsroot/client/build/BIF/hxclient_1_5_0_cayenne.bif,v
retrieving revision 1.27
diff -u -w -r1.27 hxclient_1_5_0_cayenne.bif
--- hxclient_1_5_0_cayenne.bif 17 Apr 2007 21:07:45
-0000 1.27
+++ hxclient_1_5_0_cayenne.bif 25 Apr 2007 15:50:24 -0000
 -248,7
+248,7 
<module id="geckosdk_name"
name="common/import/gecko-sdk/
version_1_8_0_4" group="core">
<includeplatforms>
- win mac linux2
+ win mac linux2 mac-unix
</includeplatforms>
<attribute id="no_build" />
_______________________________________________
Helix-client-dev mailing list
Helix-client-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
|
|
| Re: CR-Client: Flash flv building on
150Cay |
  United States |
2007-04-25 11:36:57 |
looks good.
--greg.
Bob Clark wrote:
> This is basically pulling over a tiny part of these
changes from head to
> 150Cay:
>
> http://lists.helixcommunity.org
/pipermail/helix-client-dev/2007-April/006112.html
>
>
> In ribosome, 'mac-unix' refers to OS X. So dropping
this into
> flashhostlib lets OS X builds work.
>
> Also I needed to add 'mac-unix' to the
hxclient_1_5_0_cayenne.bif file
> for the gecko SDK.
>
> Files Modified:
> - datatype/flash/flashhost/flashhostlib
> - client/build/BIF/hxclient_1_5_0_cayenne.bif
>
> Branch: 150Cay for flashhostlib, head for the bif file
>
> --Bob
>
> --Bob Clark
> Lead Software Development Engineer
> RealPlayer Mac/Unix
> RealNetworks, Inc.
>
>
> Index: flashhostlib
>
============================================================
=======
> RCS file:
/cvsroot/datatype/flash/flashhost/flashhostlib,v
> retrieving revision 1.11
> diff -u -w -r1.11 flashhostlib
> --- flashhostlib 14 Apr 2007 05:04:45 -0000 1.11
> +++ flashhostlib 25 Apr 2007 15:48:59 -0000
>  -67,7 +67,7 
> if 'win32' in sysinfo.family_list :
> project.AddIncludes( os.path.join( os.path.join(
sdkpath, "win32" ),
> "include") )
> -elif 'mac' in sysinfo.family_list :
> +elif 'mac-unix' in sysinfo.family_list :
> project.AddIncludes( os.path.join( os.path.join(
sdkpath, "mac" ),
> "include") )
> elif 'linux2' in sysinfo.family_list :
> project.AddIncludes( os.path.join( os.path.join(
sdkpath, "linux" ),
> "include") )
>
>
> Index: hxclient_1_5_0_cayenne.bif
>
============================================================
=======
> RCS file:
/cvsroot/client/build/BIF/hxclient_1_5_0_cayenne.bif,v
> retrieving revision 1.27
> diff -u -w -r1.27 hxclient_1_5_0_cayenne.bif
> --- hxclient_1_5_0_cayenne.bif 17 Apr 2007 21:07:45
-0000 1.27
> +++ hxclient_1_5_0_cayenne.bif 25 Apr 2007 15:50:24
-0000
>  -248,7 +248,7 
> <module id="geckosdk_name"
>
name="common/import/gecko-sdk/version_1_8_0_4"
group="core">
>
> <includeplatforms>
> - win mac linux2
> + win mac linux2 mac-unix
> </includeplatforms>
> <attribute id="no_build" />
>
>
> _______________________________________________
> Helix-client-dev mailing list
> Helix-client-dev helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
_______________________________________________
Helix-client-dev mailing list
Helix-client-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
|
|
| CN-Client: Flash flv building on 150Cay |
  United States |
2007-04-25 11:56:52 |
Sweet, thanks Greg.
--Bob
On Apr 25, 2007, at 9:36 AM, Greg Wright wrote:
> looks good.
>
> --greg.
>
> Bob Clark wrote:
>> This is basically pulling over a tiny part of these
changes from
>> head to 150Cay:
>> http://lists.helixcommunity.org/pipermail/helix-
client-dev/2007-
>> April/006112.html In ribosome, 'mac-unix' refers to
OS X. So
>> dropping this into flashhostlib lets OS X builds
work.
>> Also I needed to add 'mac-unix' to the
hxclient_1_5_0_cayenne.bif
>> file for the gecko SDK.
>> Files Modified:
>> - datatype/flash/flashhost/flashhostlib
>> - client/build/BIF/hxclient_1_5_0_cayenne.bif
>> Branch: 150Cay for flashhostlib, head for the bif
file
>> --Bob
>> --Bob Clark
>> Lead Software Development Engineer
>> RealPlayer Mac/Unix
>> RealNetworks, Inc.
>> Index: flashhostlib
>>
============================================================
=======
>> RCS file:
/cvsroot/datatype/flash/flashhost/flashhostlib,v
>> retrieving revision 1.11
>> diff -u -w -r1.11 flashhostlib
>> --- flashhostlib 14 Apr 2007 05:04:45 -0000
1.11
>> +++ flashhostlib 25 Apr 2007 15:48:59 -0000
>>  -67,7 +67,7 
>> if 'win32' in sysinfo.family_list :
>> project.AddIncludes( os.path.join(
os.path.join( sdkpath,
>> "win32" ), "include") )
>> -elif 'mac' in sysinfo.family_list :
>> +elif 'mac-unix' in sysinfo.family_list :
>> project.AddIncludes( os.path.join(
os.path.join( sdkpath,
>> "mac" ), "include") )
>> elif 'linux2' in sysinfo.family_list :
>> project.AddIncludes( os.path.join(
os.path.join( sdkpath,
>> "linux" ), "include") )
>> Index: hxclient_1_5_0_cayenne.bif
>>
============================================================
=======
>> RCS file:
/cvsroot/client/build/BIF/hxclient_1_5_0_cayenne.bif,v
>> retrieving revision 1.27
>> diff -u -w -r1.27 hxclient_1_5_0_cayenne.bif
>> --- hxclient_1_5_0_cayenne.bif 17 Apr 2007
21:07:45 -0000 1.27
>> +++ hxclient_1_5_0_cayenne.bif 25 Apr 2007
15:50:24 -0000
>>  -248,7 +248,7 
>> <module id="geckosdk_name"
name="common/import/gecko-sdk/
>> version_1_8_0_4" group="core">
>> <includeplatforms>
>> - win mac linux2
>> + win mac linux2 mac-unix
>> </includeplatforms>
>> <attribute id="no_build"
/>
>> _______________________________________________
>> Helix-client-dev mailing list
>> Helix-client-dev helixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
>
--
Bob Clark
Lead Software Development Engineer
RealPlayer Mac/Unix
RealNetworks, Inc.
_______________________________________________
Helix-client-dev mailing list
Helix-client-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev
|
|
[1-3]
|
|