|
Check-in is done into HEAD as well.
Jinu,
You seem to have only checked in changes to 210_cayS. You should check it
into HEAD as well.
Ribosome is not branched, so you are OK there.
Thanks, Rishi.
Hi, Thanks for the confirmation. Will commit the files with
code modifications. --Jinu
L ooks good. At 02:09 AM 3/30/2007, Jinu Thomas
wrote: It worked after changing the source_dependlist from "include" to
"realformat-sdk_include" for the target
datatype-restricted_rm_video_codec_rv89combo_emuzed. In order to avoid the
issues in checking out into (and thus naming to) "realformat-sdk/include"
instead of just "include" due to umake files needing to work in different source
trees, include module "include" is changed to "realformat-sdk/include" in
drvclibarm file. One more modified
file: helixdatatype-restrictedrmvideocodecrv89comboplatformemuzeddrvclibarm Both
the diff files are
attached. --Jinu
----- Original Message ----- From: Jinu Thomas To: Rishi Mathew
Cc: helixcommunity.org">datatype-dev helixcommunity.org
; ""Greg Wright"" ; helixcommunity.org">helix-client-dev helixcommunity.org
; "Milko Boic" Sent: Friday, March 30, 2007 11:13 AM Subject: Re:
[Helix-client-dev] Re: [datatype-dev] CR-RESEND: MDFWrapper for the RV89 Combo
Decoder Even after changing the name to realformat_sdk_include, we
are getting the same error. Target
used: <!-- INCLUDE
--> <module
id="realformat_sdk_include" name="realformat-sdk/include"
group="core">
<cvs
branch="HEAD"/>
<cvs
path="realformat-sdk/include"/>
<attribute id="no_build"/>
</module> --Jinu Rishi
Mathew < rmathew real.com">rmathew real.com> Sent
by: helixcommunity.org">datatype-dev-bounces helixcommunity.org 03/29/2007
07:59 PM To "Jinu Thomas" <emuzed.com">jinu emuzed.com>, "Milko Boic" <real.com">milko real.com>, ""Greg Wright"" <real.com">gwright real.com> cc helixcommunity.org">helix-client-dev helixcommunity.org,
helixcommunity.org">datatype-dev helixcommunity.org Subject Re:
[Helix-client-dev] Re: [datatype-dev] CR-RESEND: MDFWrapper for the
RV89 Combo Decoder Try to
change the name of the target only to realformat_sdk_include (using underscore
instead of hyphen). -Rishi. At 12:54 AM 3/28/2007,
Jinu Thomas wrote: There are no issues in checking out into (and thus naming
to) "realformat-sdk/include"(name="realformat-sdk/include") instead of just
"include". The code will check out into realformat-sdk/include folder and builds
fine. But naming the new target to
realformat-sdk_include(id="realformat-sdk_include") is giving some error while
checking out the code. The error is mentioned below. How shall I proceed? Pls
advise [#-00000118][2007-03-28 12:07:01][2832][INFO ] : Building
dependency tree for targets. [#-00000119][2007-03-28 12:07:01][2832][ERROR] :
--- Build System Error ------------------------------------ You have found a
Ribosome
bug. ----------------------------------------------------------- ---
Python Traceback
-------------------------------------- ------------------------------------ Traceback
(most recent call last): File "c:sourcebuildbinlauncher.py", line
117, in __runTool tool.run() File
"C:sourcebuildlibbuild_exe.py", line 896, in run
ShellToolApp().main() File "C:sourcebuildlibbuild_exe.py", line
470, in main apply(self.menu[i][1],
self.menu[i][2:]) File "C:sourcebuildlibbuild_exe.py", line 693,
in CheckoutSource self.build(self.flags +
["-h"]) File "C:sourcebuildlibbuild_exe.py", line 492, in
build invoke_buildsystem(arg_list) File
"C:sourcebuildlibbuild_exe.py", line 111, in
invoke_buildsystem app =
buildapp.RunBuild(arg_list) File "C:sourcebuildlibbuildapp.py",
line 102, in RunBuild app.main() File
"C:sourcebuildlibbuildapp.py", line 196, in main
self.run() File "C:sourcebuildlibbuildapp.py", line 375, in
run self.setup_depends() File
"C:sourcebuildlibbuildapp.py", line 556, in
setup_depends self.depends =
dependlist.DependList(bif_data, target_tmp) File
"C:sourcebuildlibdependlist.py", line 271, in __init__
sdep_module = self.bif_data.module_ |