Re: I'm having problems getting build to run...
Greg Wright <[email protected]>
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Message-ID | <[email protected]> |
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\hxclient_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")