RE: 'ms_platformsdk'

"Eric Hyche" <[email protected]>
Newsgroups gmane.comp.multimedia.helix.devel
Organization RealNetworks, Inc.
Message-ID <009b01c97bd1$6c91de10$45b59a30$@com>
On Windows you need double slashes in your sdk paths. For example:

SetSDKPath("ms_platformsdk", "C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2")

Here are the SetSDKPath's from my .buildrc:

SetSDKPath("ms_platformsdk", "C:\\Program Files\\Microsoft Platform SDK")
SetSDKPath("ms_psdk", "C:\\Program Files\\Microsoft Platform SDK")
SetSDKPath("dxsdk", "C:\\Program Files\\Microsoft DirectX SDK (November 2007)")
SetSDKPath("wmfsdk", "C:\\WMSDK\\WMFSDK95")
SetSDKPath("wmpsdk", "C:\\WMSDK\\WMPSDK10")
SetSDKPath("SYMBIAN91SDK", "C:\\symbian91sdk")
SetSDKPath("qt7sdk", "C:\\Program Files\\QuickTime SDK")

=======================================
Eric Hyche ([email protected])
Principal Engineer
RealNetworks, Inc.


>-----Original Message-----
>From: [email protected] [mailto:[email protected]]
>On Behalf Of Nafiseh Hoseini
>Sent: Wednesday, January 21, 2009 6:02 AM
>To: [email protected]
>Subject: [Helix-client-dev] 'ms_platformsdk'
>
>	when i trye to build cayenne acording the quick start part 2
>	i get this error
>	"failed to find path to sdk named 'ms_platformsdk'"
>	i've installed direcx but what is windows xp sdk?
>	this is my .buildrc"
>	-----------------------------------------------
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	AddBIFPath("common", "[helix]/common/build/BIF")
>	AddBIFPath("client", "[helix]/client/build/BIF")
>	SetSDKPath("dxsdk", "C:\DXSDK")
>	setSDKPath("ms-platformsdk","C:\Program Files\Microsoft
>	SDKs")
>	SetSDKPath("ms_psdk","C:\Program Files/Microsoft SDK")
>	SetSDKPath("drxsdk","c:\dtxsdk")
>	SetSDKPath("qt5sdk","c:\qt6sdk")
>	SetSDKPath("qt5sdk_include", "c:\qt6sdk\CIncludes")
>	SetSDKPath("qt5sdk_lib",
>	 "c:/qt6sdk/Libraries")
>	SetSDKPath("ms_platformsdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows Server 2003 R2")
>	setSDKPath("ms-platformsdk","C:\Program Files\Microsoft
>	Platform SDK for Windows Server 2003 R2")
>	setSDKPath("ms-platformsdk","C:\DXSDK")
>	-------------------------------------------------------------------------
>	i've tried every seemed possible path :-"
>
>	--- On Wed, 1/21/09, [email protected]
>	<[email protected]> wrote:
>	From: [email protected]
>	<[email protected]>
>	Subject: Helix-client-dev Digest, Vol 60, Issue 4
>	To: [email protected]
>	Date: Wednesday, January 21, 2009, 1:56 AM
>
>	Send Helix-client-dev mailing list submissions to
>		[email protected]
>
>	To subscribe or unsubscribe via the World Wide Web, visit
>
>		http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
>	or, via email, send a message with subject or body 'help' to
>		[email protected]
>
>	You can reach the person managing the list at
>		[email protected]
>
>	When replying, please edit your Subject line so it is more specific
>	than "Re: Contents of Helix-client-dev digest..."
>
>
>	Today's Topics:
>
>	   1. RE: I'm having problems getting build to run... (Jeremy Chaney)
>	   2. Re: I'm having problems getting build to run... (Greg Wright)
>	   3. RE: I'm having problems getting build to run... (Jeremy Chaney)
>	   4. Re: I'm having problems getting build to run... (Greg Wright)
>	   5. RE: I'm having problems getting build to run... (Jeremy Chaney)
>
>
>	----------------------------------------------------------------------
>
>	Message: 1
>	Date: Tue, 20 Jan 2009 17:23:26 -0800
>	From: "Jeremy Chaney"
>	 <[email protected]>
>	Subject: RE: [Helix-client-dev] I'm having problems getting build to
>		run...
>	To: "'Greg Wright'" <[email protected]>
>	Cc: [email protected]
>	Message-ID: <020801c97b66$dc09f310$941dd930$@com>
>	Content-Type: text/plain;	charset="us-ascii"
>
>	Unfortunately, I have all of those in my .buildrc.
>	--Jeremy
>
>
>	-----Original Message-----
>	From: Greg Wright [mailto:[email protected]]
>	Sent: Tuesday, January 20, 2009 5:21 PM
>	To: Jeremy Chaney
>	Cc: [email protected]
>	Subject: Re: [Helix-client-dev] I'm having problems getting build to run...
>
>	Jeremy Chaney wrote:
>	> When I run build I get this error:
>	>
>	>
>	>
>	> Build System Error: bif
>	>
>	parser(C:\buildtools\ribosome\build\bif-cvs\helixprvt\client_rn/build/BIF\hx
>	client_3_1_0_atlas_internal.bif:5):
>	> Unable to find BIF file
>	>
>	>
>	 "[client-restricted]hxclient_3_1_0_atlas_restricted" for
>	inherit.
>	>
>	>
>	>
>	> I'm told that "hxclient_3_1_0_atlas_restricted" should be in
>	my
>	>
>	"\BuildTools\ribosome\build\bif-cvs\helix\client-restricted\build\BIF"
>
>	> directory, but my build directory is empty. Does anyone have any ideas
>	> how to correct this?
>
>
>	You are probably missing the correct ~/.buidrc entries, see mine below
>	as an example:
>
>
>
>	AddCVS("helixprvt",
>	":pserver:[email protected]:/home/helixprvt")
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	AddCVS("real",
>
>	":pserver:[email protected]:/home/source")
>	AddCVS("siproprvt",":pserver:gwright@localhost:/home/akelp")
>
>	AddBIFPath("real","[real]/build/BIF")
>	AddBIFPath("helixprvt","[helixprvt]/build/BIF")
>	AddBIFPath("common","[helix]/common/build/BIF")
>	AddBIFPath("common-restricted",
>	"[helix]/common-restricted/build/BIF")
>	AddBIFPath("client-restricted",
>	"[helix]/client-restricted/build/BIF")
>	AddBIFPath("server-restricted",
>	"[helix]/server-restricted/build/BIF")
>	AddBIFPath("client", "[helix]/client/build/BIF")
>	AddBIFPath("server", "[helix]server/build/BIF")
>	AddBIFPath("client_rn", "[helixprvt]/client_rn/build/BIF")
>
>
>
>	#SDK
>	 paths...
>	#SetSDKPath("amr_nb_src",
>	"datatype\\amr\\import\\3gpp_26_104")
>	#SetSDKPath("SYMBIAN61SDK",
>	"c:\\symbian\\6.1")
>	#SetSDKPath("SYMBIAN70SSDK",
>	"c:\\symbian\\7.0s\\Series60_v21b")
>	#SetSDKPath("faad2_include",
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2\\include
>	")
>	#SetSDKPath("faad2_lib",
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2[faad2]")
>
>
>	#SetSDKPath("mspsdk_81_include", "C:\Program
>	Files\Microsoft Platform SDK
>	for Windows Server 2003 R2\Include")
>	#SetSDKPath("mspsdk_81", "C:\Program Files\Microsoft
>	Platform SDK for
>	Windows Server 2003 R2")
>
>	#SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows
>	Server 2003 R2")
>	#SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	Windows Server 2003 R2")
>	#SetSDKPath("mspsdk_81_include",
>
>	#SetSDKPath("ms_psdk", "C:\Program
>	 Files\Microsoft
>	SDKs\Windows\v6.0")
>	#SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft
>	SDKs\Windows\v6.0")
>
>	SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows
>	XP SP2")
>	SetSDKPath("ms_platformsdk", "C:\Program Files\Microsoft
>	Platform SDK for
>	Windows XP SP2")
>
>	#SetSDKPath("dxmedia_lib",
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\lib")
>	#SetSDKPath("dxmedia_include",
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\include")
>	SetSDKPath("dxsdk",
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxsdk")
>
>
>	AddProfilePath("helixprvt", "/build/umakepf")
>
>
>
>
>	------------------------------
>
>	Message: 2
>	Date: Tue, 20 Jan 2009 17:32:40 -0800
>	From: Greg Wright <[email protected]>
>	Subject: Re: [Helix-client-dev] I'm having problems getting build to
>		run...
>	To: Jeremy Chaney
>	 <[email protected]>
>	Cc: [email protected]
>	Message-ID: <[email protected]>
>	Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>	Jeremy Chaney wrote:
>	> Unfortunately, I have all of those in my .buildrc.
>
>	Well, that is strange. You can either play with it and find
>	out what is wrong or just:
>
>	cd /tmp
>	cvs -d :ext:[email protected]:/cvsroot/client-restricted co
>	build/BIF
>	cd build/bif
>	cp * ~/ribosome/build/bif-cvs/client-restrictec/build/BIF
>
>
>	or something close to that.
>
>	--greg.
>
>
>	> --Jeremy
>	>
>	>
>	> -----Original Message-----
>	> From: Greg Wright [mailto:[email protected]]
>	> Sent: Tuesday, January 20, 2009 5:21 PM
>	> To: Jeremy Chaney
>	> Cc: [email protected]
>	> Subject: Re: [Helix-client-dev] I'm having problems getting build to
>	run...
>	>
>	> Jeremy
>	 Chaney wrote:
>	>> When I run build I get this error:
>	>>
>	>>
>	>>
>	>> Build System Error: bif
>	>>
>	>
>	parser(C:\buildtools\ribosome\build\bif-cvs\helixprvt\client_rn/build/BIF\hx
>	> client_3_1_0_atlas_internal.bif:5):
>	>> Unable to find BIF file
>	>>
>	>> "[client-restricted]hxclient_3_1_0_atlas_restricted" for
>	inherit.
>	>>
>	>>
>	>>
>	>> I'm told that "hxclient_3_1_0_atlas_restricted" should
>	be in my
>	>>
>	"\BuildTools\ribosome\build\bif-cvs\helix\client-restricted\build\BIF"
>
>	>> directory, but my build directory is empty. Does anyone have any ideas
>
>	>> how to correct this?
>	>
>	>
>	> You are probably missing the correct ~/.buidrc entries, see mine below
>	> as an example:
>	>
>	>
>	>
>	>
>	 AddCVS("helixprvt",
>	":pserver:[email protected]:/home/helixprvt")
>	>
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	> AddCVS("real",
>	":pserver:[email protected]:/home/source")
>	>
>	AddCVS("siproprvt",":pserver:gwright@localhost:/home/akelp")
>	>
>	> AddBIFPath("real","[real]/build/BIF")
>	> AddBIFPath("helixprvt","[helixprvt]/build/BIF")
>	> AddBIFPath("common","[helix]/common/build/BIF")
>	> AddBIFPath("common-restricted",
>	"[helix]/common-restricted/build/BIF")
>	> AddBIFPath("client-restricted",
>	"[helix]/client-restricted/build/BIF")
>	> AddBIFPath("server-restricted",
>	"[helix]/server-restricted/build/BIF")
>	> AddBIFPath("client", "[helix]/client/build/BIF")
>	> AddBIFPath("server", "[helix]server/build/BIF")
>	> AddBIFPath("client_rn",
>	"[helixprvt]/client_rn/build/BIF")
>	>
>	>
>	>
>	> #SDK paths...
>	>
>	 #SetSDKPath("amr_nb_src",
>	"datatype\\amr\\import\\3gpp_26_104")
>	> #SetSDKPath("SYMBIAN61SDK",
>	"c:\\symbian\\6.1")
>	> #SetSDKPath("SYMBIAN70SSDK",
>	"c:\\symbian\\7.0s\\Series60_v21b")
>	> #SetSDKPath("faad2_include",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2\\include
>	> ")
>	> #SetSDKPath("faad2_lib",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2[faad2]")
>	>
>	>
>	> #SetSDKPath("mspsdk_81_include", "C:\Program
>	Files\Microsoft Platform SDK
>	> for Windows Server 2003 R2\Include")
>	> #SetSDKPath("mspsdk_81", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows Server 2003 R2")
>	>
>	> #SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows
>	> Server 2003 R2")
>	> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows Server 2003
>	 R2")
>	> #SetSDKPath("mspsdk_81_include",
>	>
>	> #SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	SDKs\Windows\v6.0")
>	> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft
>	> SDKs\Windows\v6.0")
>	>
>	> SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows
>	> XP SP2")
>	> SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows XP SP2")
>	>
>	> #SetSDKPath("dxmedia_lib",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\lib")
>	> #SetSDKPath("dxmedia_include",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\include")
>	> SetSDKPath("dxsdk",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxsdk")
>	>
>	>
>	> AddProfilePath("helixprvt", "/build/umakepf")
>	>
>	>
>
>
>
>
>	------------------------------
>
>	Message:
>	 3
>	Date: Tue, 20 Jan 2009 17:46:26 -0800
>	From: "Jeremy Chaney" <[email protected]>
>	Subject: RE: [Helix-client-dev] I'm having problems getting build to
>		run...
>	To: "'Greg Wright'" <[email protected]>
>	Cc: [email protected]
>	Message-ID: <021c01c97b6a$12e70690$38b513b0$@com>
>	Content-Type: text/plain;	charset="us-ascii"
>
>	I tried that and got this error:
>
>	C:\tmp>cvs -d
>	:ext:[email protected]:/cvsroot/client-restricted
>	co build/BIF
>	[email protected]'s password:
>	' from cvs serverning: unrecognized response `ok
>
>
>	Any thoughts?
>
>	Thanks,
>	--Jeremy
>
>	-----Original Message-----
>	From: Greg Wright [mailto:[email protected]]
>	Sent: Tuesday, January 20, 2009 5:33 PM
>	To: Jeremy Chaney
>	Cc: [email protected]
>	Subject: Re: [Helix-client-dev] I'm having problems getting build to run...
>
>	Jeremy Chaney
>	 wrote:
>	> Unfortunately, I have all of those in my .buildrc.
>
>	Well, that is strange. You can either play with it and find
>	out what is wrong or just:
>
>	cd /tmp
>	cvs -d :ext:[email protected]:/cvsroot/client-restricted co
>	build/BIF
>	cd build/bif
>	cp * ~/ribosome/build/bif-cvs/client-restrictec/build/BIF
>
>
>	or something close to that.
>
>	--greg.
>
>
>	> --Jeremy
>	>
>	>
>	> -----Original Message-----
>	> From: Greg Wright [mailto:[email protected]]
>	> Sent: Tuesday, January 20, 2009 5:21 PM
>	> To: Jeremy Chaney
>	> Cc: [email protected]
>	> Subject: Re: [Helix-client-dev] I'm having problems getting build to
>	run...
>	>
>	> Jeremy Chaney wrote:
>	>> When I run build I get this error:
>	>>
>	>>
>	>>
>	>> Build System Error: bif
>
>	>>
>	>
>	parser(C:\buildtools\ribosome\build\bif-cvs\helixprvt\client_rn/build/BIF\hx
>	> client_3_1_0_atlas_internal.bif:5):
>	>> Unable to find BIF file
>	>>
>	>> "[client-restricted]hxclient_3_1_0_atlas_restricted" for
>	inherit.
>	>>
>	>>
>	>>
>	>> I'm told that "hxclient_3_1_0_atlas_restricted" should
>	be in my
>	>>
>	"\BuildTools\ribosome\build\bif-cvs\helix\client-restricted\build\BIF"
>
>	>> directory, but my build directory is empty. Does anyone have any ideas
>
>	>> how to correct this?
>	>
>	>
>	> You are probably missing the correct ~/.buidrc entries, see mine below
>	> as an example:
>	>
>	>
>	>
>	> AddCVS("helixprvt",
>	":pserver:[email protected]:/home/helixprvt")
>	>
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	> AddCVS("real",
>
>	":pserver:[email protected]:/home/source")
>	>
>	AddCVS("siproprvt",":pserver:gwright@localhost:/home/akelp")
>	>
>	> AddBIFPath("real","[real]/build/BIF")
>	> AddBIFPath("helixprvt","[helixprvt]/build/BIF")
>	> AddBIFPath("common","[helix]/common/build/BIF")
>	> AddBIFPath("common-restricted",
>	"[helix]/common-restricted/build/BIF")
>	> AddBIFPath("client-restricted",
>	"[helix]/client-restricted/build/BIF")
>	> AddBIFPath("server-restricted",
>	"[helix]/server-restricted/build/BIF")
>	> AddBIFPath("client", "[helix]/client/build/BIF")
>	> AddBIFPath("server", "[helix]server/build/BIF")
>	> AddBIFPath("client_rn",
>	"[helixprvt]/client_rn/build/BIF")
>	>
>	>
>	>
>	> #SDK paths...
>	> #SetSDKPath("amr_nb_src",
>	"datatype\\amr\\import\\3gpp_26_104")
>	> #SetSDKPath("SYMBIAN61SDK",
>	"c:\\symbian\\6.1")
>	>
>	 #SetSDKPath("SYMBIAN70SSDK",
>	"c:\\symbian\\7.0s\\Series60_v21b")
>	> #SetSDKPath("faad2_include",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2\\include
>	> ")
>	> #SetSDKPath("faad2_lib",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2[faad2]")
>	>
>	>
>	> #SetSDKPath("mspsdk_81_include", "C:\Program
>	Files\Microsoft Platform SDK
>	> for Windows Server 2003 R2\Include")
>	> #SetSDKPath("mspsdk_81", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows Server 2003 R2")
>	>
>	> #SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for
>	Windows
>	> Server 2003 R2")
>	> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows Server 2003 R2")
>	> #SetSDKPath("mspsdk_81_include",
>	>
>	> #SetSDKPath("ms_psdk", "C:\Program
>	 Files\Microsoft
>	SDKs\Windows\v6.0")
>	> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft
>	> SDKs\Windows\v6.0")
>	>
>	> SetSDKPath("ms_psdk", "C:\Program Files\Microsoft
>	Platform SDK for Windows
>	> XP SP2")
>	> SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows XP SP2")
>	>
>	> #SetSDKPath("dxmedia_lib",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\lib")
>	> #SetSDKPath("dxmedia_include",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\include")
>	> SetSDKPath("dxsdk",
>	>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxsdk")
>	>
>	>
>	> AddProfilePath("helixprvt", "/build/umakepf")
>	>
>	>
>
>
>
>
>
>	------------------------------
>
>	Message: 4
>	Date: Tue, 20 Jan 2009 17:50:12 -0800
>	From: Greg Wright
>	 <[email protected]>
>	Subject: Re: [Helix-client-dev] I'm having problems getting build to
>		run...
>	To: Jeremy Chaney <[email protected]>
>	Cc: [email protected]
>	Message-ID: <[email protected]>
>	Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>	Jeremy Chaney wrote:
>	> I tried that and got this error:
>	>
>	> C:\tmp>cvs -d
>	:ext:[email protected]:/cvsroot/client-restricted
>	> co build/BIF
>	> [email protected]'s password:
>	> ' from cvs serverning: unrecognized response `ok
>
>	Well, that might be your problem, some configuration with the Helix
>	CVS servers. It could also be on your end, as CVS should not ask for
>	a password. Did you set up your ~/.ssh directory with your SSH key?
>	Does CSV ask for your password in other cases?
>
>	Do you have "CVS_RSH=ssh" in your environment?
>
>	You might want to send email to
>	 [email protected] and see
>	if they can check your account out to make sure there are no
>	problems.
>
>	--greg.
>
>
>
>
>	>
>	>
>	> Any thoughts?
>	>
>	> Thanks,
>	> --Jeremy
>	>
>	> -----Original Message-----
>	> From: Greg Wright [mailto:[email protected]]
>	> Sent: Tuesday, January 20, 2009 5:33 PM
>	> To: Jeremy Chaney
>	> Cc: [email protected]
>	> Subject: Re: [Helix-client-dev] I'm having problems getting build to
>	run...
>	>
>	> Jeremy Chaney wrote:
>	>> Unfortunately, I have all of those in my .buildrc.
>	>
>	> Well, that is strange. You can either play with it and find
>	> out what is wrong or just:
>	>
>	> cd /tmp
>	> cvs -d :ext:[email protected]:/cvsroot/client-restricted co
>	> build/BIF
>	> cd build/bif
>	> cp * ~/ribosome/build/bif-cvs/client-restrictec/build/BIF
>	>
>
>	>
>	> or something close to that.
>	>
>	> --greg.
>	>
>	>
>	>> --Jeremy
>	>>
>	>>
>	>> -----Original Message-----
>	>> From: Greg Wright [mailto:[email protected]]
>	>> Sent: Tuesday, January 20, 2009 5:21 PM
>	>> To: Jeremy Chaney
>	>> Cc: [email protected]
>	>> Subject: Re: [Helix-client-dev] I'm having problems getting build
>	to
>	> run...
>	>> Jeremy Chaney wrote:
>	>>> When I run build I get this error:
>	>>>
>	>>>
>	>>>
>	>>> Build System Error: bif
>	>>>
>	>
>	parser(C:\buildtools\ribosome\build\bif-cvs\helixprvt\client_rn/build/BIF\hx
>	>> client_3_1_0_atlas_internal.bif:5):
>	>>> Unable to find BIF file
>	>>>
>	>>> "[client-restricted]hxclient_3_1_0_atlas_restricted" for
>	inherit.
>	>>>
>	>>>
>
>	>>>
>	>>> I'm told that "hxclient_3_1_0_atlas_restricted"
>	should be in my
>	>>>
>	"\BuildTools\ribosome\build\bif-cvs\helix\client-restricted\build\BIF"
>
>	>>> directory, but my build directory is empty. Does anyone have any
>	ideas
>	>>> how to correct this?
>	>>
>	>> You are probably missing the correct ~/.buidrc entries, see mine below
>	>> as an example:
>	>>
>	>>
>	>>
>	>> AddCVS("helixprvt",
>	> ":pserver:[email protected]:/home/helixprvt")
>	>>
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	>> AddCVS("real",
>	":pserver:[email protected]:/home/source")
>	>>
>	AddCVS("siproprvt",":pserver:gwright@localhost:/home/akelp")
>	>>
>	>> AddBIFPath("real","[real]/build/BIF")
>	>> AddBIFPath("helixprvt","[helixprvt]/build/BIF")
>	>>
>	 AddBIFPath("common","[helix]/common/build/BIF")
>	>> AddBIFPath("common-restricted",
>	"[helix]/common-restricted/build/BIF")
>	>> AddBIFPath("client-restricted",
>	"[helix]/client-restricted/build/BIF")
>	>> AddBIFPath("server-restricted",
>	"[helix]/server-restricted/build/BIF")
>	>> AddBIFPath("client", "[helix]/client/build/BIF")
>	>> AddBIFPath("server", "[helix]server/build/BIF")
>	>> AddBIFPath("client_rn",
>	"[helixprvt]/client_rn/build/BIF")
>	>>
>	>>
>	>>
>	>> #SDK paths...
>	>> #SetSDKPath("amr_nb_src",
>	"datatype\\amr\\import\\3gpp_26_104")
>	>> #SetSDKPath("SYMBIAN61SDK",
>	"c:\\symbian\\6.1")
>	>> #SetSDKPath("SYMBIAN70SSDK",
>	"c:\\symbian\\7.0s\\Series60_v21b")
>	>> #SetSDKPath("faad2_include",
>	>>
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2\\include
>	>> ")
>	>>
>	 #SetSDKPath("faad2_lib",
>	>>
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2[faad2]")
>	>>
>	>> #SetSDKPath("mspsdk_81_include", "C:\Program
>	Files\Microsoft Platform SDK
>	>> for Windows Server 2003 R2\Include")
>	>> #SetSDKPath("mspsdk_81", "C:\Program
>	Files\Microsoft Platform SDK for
>	>> Windows Server 2003 R2")
>	>>
>	>> #SetSDKPath("ms_psdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows
>	>> Server 2003 R2")
>	>> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	>> Windows Server 2003 R2")
>	>> #SetSDKPath("mspsdk_81_include",
>	>>
>	>> #SetSDKPath("ms_psdk", "C:\Program
>	Files\Microsoft SDKs\Windows\v6.0")
>	>> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft
>	>> SDKs\Windows\v6.0")
>	>>
>	>> SetSDKPath("ms_psdk",
>	 "C:\Program
>	Files\Microsoft Platform SDK for Windows
>	>> XP SP2")
>	>> SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	>> Windows XP SP2")
>	>>
>	>> #SetSDKPath("dxmedia_lib",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\lib")
>	>> #SetSDKPath("dxmedia_include",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\include")
>	>> SetSDKPath("dxsdk",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxsdk")
>	>>
>	>>
>	>> AddProfilePath("helixprvt", "/build/umakepf")
>	>>
>	>>
>	>
>	>
>	>
>
>
>
>
>	------------------------------
>
>	Message: 5
>	Date: Tue, 20 Jan 2009 17:55:48 -0800
>	From: "Jeremy Chaney" <[email protected]>
>	Subject: RE: [Helix-client-dev] I'm having problems getting build to
>		run...
>	To: "'Greg
>	 Wright'" <[email protected]>
>	Cc: [email protected]
>	Message-ID: <021f01c97b6b$61f0fbf0$25d2f3d0$@com>
>	Content-Type: text/plain;	charset="us-ascii"
>
>	I have an .ssh directory, but I don't know if it contains my SSH key.
>	I'll
>	have to check into that. And yes, I do have CVS_RSH=ssh in my environment.
>	I'll send out some more e-mails and see what I can dig up.
>	Thanks,
>	--Jeremy
>
>
>	-----Original Message-----
>	From: Greg Wright [mailto:[email protected]]
>	Sent: Tuesday, January 20, 2009 5:50 PM
>	To: Jeremy Chaney
>	Cc: [email protected]
>	Subject: Re: [Helix-client-dev] I'm having problems getting build to run...
>
>	Jeremy Chaney wrote:
>	> I tried that and got this error:
>	>
>	> C:\tmp>cvs -d
>	:ext:[email protected]:/cvsroot/client-restricted
>	> co build/BIF
>	> [email protected]'s password:
>	> ' from cvs
>	 serverning: unrecognized response `ok
>
>	Well, that might be your problem, some configuration with the Helix
>	CVS servers. It could also be on your end, as CVS should not ask for
>	a password. Did you set up your ~/.ssh directory with your SSH key?
>	Does CSV ask for your password in other cases?
>
>	Do you have "CVS_RSH=ssh" in your environment?
>
>	You might want to send email to [email protected] and see
>	if they can check your account out to make sure there are no
>	problems.
>
>	--greg.
>
>
>
>
>	>
>	>
>	> Any thoughts?
>	>
>	> Thanks,
>	> --Jeremy
>	>
>	> -----Original Message-----
>	> From: Greg Wright [mailto:[email protected]]
>	> Sent: Tuesday, January 20, 2009 5:33 PM
>	> To: Jeremy Chaney
>	> Cc: [email protected]
>	> Subject: Re: [Helix-client-dev] I'm having problems getting build to
>	run...
>	>
>	> Jeremy Chaney
>	 wrote:
>	>> Unfortunately, I have all of those in my .buildrc.
>	>
>	> Well, that is strange. You can either play with it and find
>	> out what is wrong or just:
>	>
>	> cd /tmp
>	> cvs -d :ext:[email protected]:/cvsroot/client-restricted co
>	> build/BIF
>	> cd build/bif
>	> cp * ~/ribosome/build/bif-cvs/client-restrictec/build/BIF
>	>
>	>
>	> or something close to that.
>	>
>	> --greg.
>	>
>	>
>	>> --Jeremy
>	>>
>	>>
>	>> -----Original Message-----
>	>> From: Greg Wright [mailto:[email protected]]
>	>> Sent: Tuesday, January 20, 2009 5:21 PM
>	>> To: Jeremy Chaney
>	>> Cc: [email protected]
>	>> Subject: Re: [Helix-client-dev] I'm having problems getting build
>	to
>	> run...
>	>> Jeremy Chaney wrote:
>	>>> When I run build I get this
>	 error:
>	>>>
>	>>>
>	>>>
>	>>> Build System Error: bif
>	>>>
>	>
>	parser(C:\buildtools\ribosome\build\bif-cvs\helixprvt\client_rn/build/BIF\hx
>	>> client_3_1_0_atlas_internal.bif:5):
>	>>> Unable to find BIF file
>	>>>
>	>>> "[client-restricted]hxclient_3_1_0_atlas_restricted" for
>	inherit.
>	>>>
>	>>>
>	>>>
>	>>> I'm told that "hxclient_3_1_0_atlas_restricted"
>	should be in my
>	>>>
>	"\BuildTools\ribosome\build\bif-cvs\helix\client-restricted\build\BIF"
>
>	>>> directory, but my build directory is empty. Does anyone have any
>	ideas
>	>>> how to correct this?
>	>>
>	>> You are probably missing the correct ~/.buidrc entries, see mine below
>	>> as an example:
>	>>
>	>>
>	>>
>	>> AddCVS("helixprvt",
>	>
>	 ":pserver:[email protected]:/home/helixprvt")
>	>>
>	AddMultiCVS("helix",":ext:[email protected]:/cvsroot/")
>	>> AddCVS("real",
>	":pserver:[email protected]:/home/source")
>	>>
>	AddCVS("siproprvt",":pserver:gwright@localhost:/home/akelp")
>	>>
>	>> AddBIFPath("real","[real]/build/BIF")
>	>> AddBIFPath("helixprvt","[helixprvt]/build/BIF")
>	>> AddBIFPath("common","[helix]/common/build/BIF")
>	>> AddBIFPath("common-restricted",
>	"[helix]/common-restricted/build/BIF")
>	>> AddBIFPath("client-restricted",
>	"[helix]/client-restricted/build/BIF")
>	>> AddBIFPath("server-restricted",
>	"[helix]/server-restricted/build/BIF")
>	>> AddBIFPath("client", "[helix]/client/build/BIF")
>	>> AddBIFPath("server", "[helix]server/build/BIF")
>	>>
>	 AddBIFPath("client_rn",
>	"[helixprvt]/client_rn/build/BIF")
>	>>
>	>>
>	>>
>	>> #SDK paths...
>	>> #SetSDKPath("amr_nb_src",
>	"datatype\\amr\\import\\3gpp_26_104")
>	>> #SetSDKPath("SYMBIAN61SDK",
>	"c:\\symbian\\6.1")
>	>> #SetSDKPath("SYMBIAN70SSDK",
>	"c:\\symbian\\7.0s\\Series60_v21b")
>	>> #SetSDKPath("faad2_include",
>	>>
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2\\include
>	>> ")
>	>> #SetSDKPath("faad2_lib",
>	>>
>	>
>	"d:\\cygwin\\home\\gwright\\import\\datatype_rn\\aac\\import\\faad2[faad2]")
>	>>
>	>> #SetSDKPath("mspsdk_81_include", "C:\Program
>	Files\Microsoft Platform SDK
>	>> for Windows Server 2003 R2\Include")
>	>> #SetSDKPath("mspsdk_81", "C:\Program
>	Files\Microsoft Platform SDK for
>	>> Windows Server 2003 R2")
>	>>
>	>> #SetSDKPath("ms_psdk",
>	 "C:\Program
>	Files\Microsoft Platform SDK for
>	> Windows
>	>> Server 2003 R2")
>	>> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK
>	for
>	>> Windows Server 2003 R2")
>	>> #SetSDKPath("mspsdk_81_include",
>	>>
>	>> #SetSDKPath("ms_psdk", "C:\Program
>	Files\Microsoft SDKs\Windows\v6.0")
>	>> #SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft
>	>> SDKs\Windows\v6.0")
>	>>
>	>> SetSDKPath("ms_psdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	Windows
>	>> XP SP2")
>	>> SetSDKPath("ms_platformsdk", "C:\Program
>	Files\Microsoft Platform SDK for
>	>> Windows XP SP2")
>	>>
>	>> #SetSDKPath("dxmedia_lib",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\lib")
>	>>
>	 #SetSDKPath("dxmedia_include",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxmedia\\include")
>	>> SetSDKPath("dxsdk",
>	>>
>	"d:\\cygwin\\home\\gwright\\import\\common_rn\\import\\dxsdk")
>	>>
>	>>
>	>> AddProfilePath("helixprvt", "/build/umakepf")
>	>>
>	>>
>	>
>	>
>	>
>
>
>
>
>
>	------------------------------
>
>	_______________________________________________
>	Helix-client-dev mailing list
>	[email protected]
>	http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
>
>
>	End of Helix-client-dev Digest, Vol 60, Issue 4
>	***********************************************
>
>
>
>
>	-------------- next part --------------
>	An HTML attachment was
>	 scrubbed...
>	URL:
>	http://lists.helixcommunity.org/pipermail/helix-client-
>dev/attachments/20090121/c6511dcd/attachment.html
>
>	------------------------------
>
>	_______________________________________________
>	Helix-client-dev mailing list
>	[email protected]
>	http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev
>
>
>	End of Helix-client-dev Digest, Vol 60, Issue 5
>	***********************************************
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.