List Info

Thread: Re:




Re:
country flaguser name
Spain
2008-04-08 04:36:08
Hi Eric:

Thanks for your quick response.
As I commented in my previous email, netfw.h is there.

It does not seem to be a problem about the file not existing
and thus 
having to generate the header file from the IDL.

Regards,

Nacho Marín

---------------------------------------

Eric Hyche escribió:
> See if you have a netfw.idl in your Platform SDK
directory.
> If so, you can run the MIDL compiler on it to create
> netfw.h.
>
> Eric
>
> =============================================
> Eric Hyche (ehychereal.com)
> Technical Lead
> RealNetworks, Inc.  
>
>   
>> -----Original Message-----
>> From: helix-client-dev-bounceshelixcommunity.org 
>> [mailto:helix-client-dev-bounceshelixcommunity.org] On 
>> Behalf Of Nacho Marín
>> Sent: Saturday, April 05, 2008 3:55 AM
>> To: helix-client-devhelixcommunity.org
>> Subject: [Helix-client-dev] RE: [Ribosome-dev] 
>> CVS/Entries.Backup was[Player-dev] Problem
buildingsplay]
>>
>> Hi again,
>>
>> I have solved the problem, as I commented in the
ribosome-dev 
>> list, by building under a DOS Box instead of a
Cygwin box.
>> But now the build process fails due to Windows
Platform SDK 
>> 'netfw.h' include file not being found (plus
subsequent 
>> errors when trying to make
'....commonnetiorel32netiolib.lib').
>>
>> My .builrc contains this:
>>
>>
AddMultiCVS("helix",":ext:nachompcvs.helixcommunity.org:/cvsroot/")
>> AddBIFPath("common",
"[helix]/common/build/BIF")
>> AddBIFPath("client",
"[helix]/client/build/BIF")
>> SetSDKPath("dxsdk", "c:\Archivos de
programa\Microsoft 
>> DirectX SDK (March 2008)")
>> SetSDKPath("ms_platformsdk",
"C:\Archivos de 
>> programa\Microsoft SDKs\Windows\v6.1")
>>
>>
>> Of course, C:Archivos de programaMicrosoft 
>> SDKsWindowsv6.1 holds the latest Windows Platform
SDK, and 
>> netfw.h is in its Include subdir.
>>
>> Any idea on how to solve this?
>>
>> I attach a zipped version of build.out in case it
is helpful.
>>
>> Thanks A LOT in advance.
>>
>> Best regards,
>>
>> Nacho 
>>
>>
>> Moving to a better list (the player list if the the
linux GUI player).
>> Also adding the ribosome list since it looks like
your problem could
>> be ribosome related.
>>
>> --greg.
>>
>>
>> Nacho Marín wrote:
>>     
>>> / I am sorry to be the Nth user asking for help
on building 
>>>       
>> splay, but I 
>> />/ have been checking what I am doing on and on
and I cannot 
>> find what I am 
>> />/ doing wrong.
>> />/ 
>> />/ I am trying to build branch
hxclient_3_1_0_atlas and 
>> target splay in 
>> />/ Windows XP, with Visual Studio .NET 2003 (I
also have VS 
>> 2005 installed 
>> />/ but I guess I have made sure properly to
have only VS 
>> 2003 in the path) 
>> />/ inside a cygwin box.
>> />/ Cygwin's python is uninstalled (so Python
2.5 from 
>> python.org is the 
>> />/ only one available).
>> />/ 
>> />/ I guess that SYSTEM_ID is OK
(win32-i386-vc7) and the 
>> profile I chose is 
>> />/ helix_client_all_defines.
>> />/ 
>> />/ I tried to solve some errors like
>> />/ 
>> />/ cvs [checkout aborted]: cannot rename file
CVS/Entries.Backup to 
>> />/ CVS/Entries: Permission denied
>> />/ 
>> />/ by setting CYGWIN environment variable to
nontsec, 
>> although they still 
>> />/ happen.
>> />/ 
>> />/ You can find attached the build.out zipped.
>> />/ 
>> />/ Thanks a lot in advance.
>> />/ Regards,
>> />/ 
>> />/ Nacho
>> />/ 
>> />/ 
>> />/ 
>> />/ 
>> />/ 
>>
------------------------------------------------------------
--
>> ----------
>> />/ 
>> />/
_______________________________________________
>> />/ Player-dev mailing list
>> />/ Player-dev at helixcommunity.org 
>> <http://lists.helixcommunity.org/mailman/lis
tinfo/helix-client-dev>
>> />/ http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
>> /
>>
>>
>>     
>
>
>   


_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

RE:
country flaguser name
United States
2008-04-08 07:01:26
Then probably you have the Platform SDK that is included
with VC7 in your include path, and you need to remove it.
Check the following: right before you run build.py,
look at the value of your %INCLUDE% environment variable:

echo %INCLUDE%

If it has "Program FilesMicrosoft Visual Studio .NET
2003Vc7PlatformSDKInclude"
in it anywhere, then remove it. Also, remove it the
corresponding
lib directory from your %LIB% environment variable.

Eric

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: Nacho Marín [mailto:nachomptelecable.es] 
> Sent: Tuesday, April 08, 2008 5:36 AM
> To: ehychereal.com
> Cc: helix-client-devhelixcommunity.org
> Subject: Re: [Helix-client-dev] RE: [Ribosome-dev] 
> CVS/Entries.Backup was[Player-dev] Problem
buildingsplay]
> 
> Hi Eric:
> 
> Thanks for your quick response.
> As I commented in my previous email, netfw.h is there.
> 
> It does not seem to be a problem about the file not
existing and thus 
> having to generate the header file from the IDL.
> 
> Regards,
> 
> Nacho Marín
> 
> ---------------------------------------
> 
> Eric Hyche escribió:
> > See if you have a netfw.idl in your Platform SDK
directory.
> > If so, you can run the MIDL compiler on it to
create
> > netfw.h.
> >
> > Eric
> >
> > =============================================
> > Eric Hyche (ehychereal.com)
> > Technical Lead
> > RealNetworks, Inc.  
> >
> >   
> >> -----Original Message-----
> >> From: helix-client-dev-bounceshelixcommunity.org 
> >> [mailto:helix-client-dev-bounceshelixcommunity.org] On 
> >> Behalf Of Nacho Marín
> >> Sent: Saturday, April 05, 2008 3:55 AM
> >> To: helix-client-devhelixcommunity.org
> >> Subject: [Helix-client-dev] RE: [Ribosome-dev]

> >> CVS/Entries.Backup was[Player-dev] Problem
buildingsplay]
> >>
> >> Hi again,
> >>
> >> I have solved the problem, as I commented in
the ribosome-dev 
> >> list, by building under a DOS Box instead of a
Cygwin box.
> >> But now the build process fails due to Windows
Platform SDK 
> >> 'netfw.h' include file not being found (plus
subsequent 
> >> errors when trying to make 
> '....commonnetiorel32netiolib.lib').
> >>
> >> My .builrc contains this:
> >>
> >> 
> AddMultiCVS("helix",":ext:nachompcvs.helixcommunity.org:/cvsroot/")
> >> AddBIFPath("common",
"[helix]/common/build/BIF")
> >> AddBIFPath("client",
"[helix]/client/build/BIF")
> >> SetSDKPath("dxsdk",
"c:\Archivos de programa\Microsoft 
> >> DirectX SDK (March 2008)")
> >> SetSDKPath("ms_platformsdk",
"C:\Archivos de 
> >> programa\Microsoft
SDKs\Windows\v6.1")
> >>
> >>
> >> Of course, C:Archivos de programaMicrosoft 
> >> SDKsWindowsv6.1 holds the latest Windows
Platform SDK, and 
> >> netfw.h is in its Include subdir.
> >>
> >> Any idea on how to solve this?
> >>
> >> I attach a zipped version of build.out in case
it is helpful.
> >>
> >> Thanks A LOT in advance.
> >>
> >> Best regards,
> >>
> >> Nacho 
> >>
> >>
> >> Moving to a better list (the player list if
the the linux 
> GUI player).
> >> Also adding the ribosome list since it looks
like your 
> problem could
> >> be ribosome related.
> >>
> >> --greg.
> >>
> >>
> >> Nacho Marín wrote:
> >>     
> >>> / I am sorry to be the Nth user asking for
help on building 
> >>>       
> >> splay, but I 
> >> />/ have been checking what I am doing on
and on and I cannot 
> >> find what I am 
> >> />/ doing wrong.
> >> />/ 
> >> />/ I am trying to build branch
hxclient_3_1_0_atlas and 
> >> target splay in 
> >> />/ Windows XP, with Visual Studio .NET
2003 (I also have VS 
> >> 2005 installed 
> >> />/ but I guess I have made sure properly
to have only VS 
> >> 2003 in the path) 
> >> />/ inside a cygwin box.
> >> />/ Cygwin's python is uninstalled (so
Python 2.5 from 
> >> python.org is the 
> >> />/ only one available).
> >> />/ 
> >> />/ I guess that SYSTEM_ID is OK
(win32-i386-vc7) and the 
> >> profile I chose is 
> >> />/ helix_client_all_defines.
> >> />/ 
> >> />/ I tried to solve some errors like
> >> />/ 
> >> />/ cvs [checkout aborted]: cannot rename
file 
> CVS/Entries.Backup to 
> >> />/ CVS/Entries: Permission denied
> >> />/ 
> >> />/ by setting CYGWIN environment variable
to nontsec, 
> >> although they still 
> >> />/ happen.
> >> />/ 
> >> />/ You can find attached the build.out
zipped.
> >> />/ 
> >> />/ Thanks a lot in advance.
> >> />/ Regards,
> >> />/ 
> >> />/ Nacho
> >> />/ 
> >> />/ 
> >> />/ 
> >> />/ 
> >> />/ 
> >>
------------------------------------------------------------
--
> >> ----------
> >> />/ 
> >> />/
_______________________________________________
> >> />/ Player-dev mailing list
> >> />/ Player-dev at helixcommunity.org 
> >> <http://lists.helixcommunity.org/mailman/lis
tinfo/helix-client-dev>
> >> />/ http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
> >> /
> >>
> >>
> >>     
> >
> >
> >   
> 


_______________________________________________
Helix-client-dev mailing list
Helix-client-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-client-dev

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )