Building a Radio with AJAX

Hi all
I think everyone knows Carl's example http://htmldb.oracle.com/pls/otn/f?p=11933:37
Has anybody needed P37_SELECT_DROP_XML to be a radio instead?
If someone has already written the js code, I would be very grateful if he can post it.
Thank you for your time

Hello,
Assuming the following table represent your radio group content:
CREATE TABLE  "RADIO_GROUP"
   (     "SNO" NUMBER(2,0) NOT NULL ENABLE,
     "MESSAGE" VARCHAR2(30) NOT NULL ENABLE,
      CONSTRAINT "RADIO_GROUP_PK" PRIMARY KEY ("SNO") ENABLE
   )The message column contains the displayed part, and the sno contains the radio button returned value.
The on-demand process, e.g. RADIOGROUP_LIST, should look something like this:
begin
owa_util.mime_header('text/xml', FALSE );
htp.p('Cache-Control: no-cache');
htp.p('Pragma: no-cache');
owa_util.http_header_close;
htp.prn('<radio>');
for rec in (select sno, message
            from radio_group
            order by sno)
loop
htp.prn('<message>' || rec.message || '</message>');
htp.prn('<value>' || rec.sno || '</value>');
end loop;
htp.prn('</radio>');
end;The JavaScript code should look something like this:
function setRadioGroup(pItem){
    var l_code = '';
    // Get radio group name
    rName = $x(pItem).firstChild.name;
    // Fire AJAX
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,'APPLICATION_PROCESS=RADIOGROUP_LIST',0);
    gReturn = get.get('XML');
    if (gReturn) {
      var values = gReturn.getElementsByTagName('value');
      var messages = gReturn.getElementsByTagName('message');
      // Build the radio group
      for (i=0; i<values.length; i++) {
        var rValue = values.firstChild.nodeValue;
var rMessage = messages[i].firstChild.nodeValue;
l_code+='<input id='+pItem+'_'+i+' type=radio value='+rValue+' name='+rName+'>';
l_code+='<label for='+pItem+'_'+i+'>'+rMessage+'</label>
$x(pItem).innerHTML = l_code;
The pItem parameter is the radio item name.
You can use the get.add(), if you need to pass a parameter to the on-demand process.
This code retains the APEX naming convention for radio items, so you'll be able to process it, after submit, just like a regular item.
Hope this helps,
Arie.

Similar Messages

  • I want to build a form with radio buttons to limited clients ticking every option.

    I want to build a form with radio buttons to limited clients ticking every option. I have a range of products and in order to quote accurately I want to get specific information.

    If I get this , you want to show form options to specific clients not to all site viewers ?
    You would need to create a secure zone for this where permitted viewers can login and view the form with all options , in form itself we cannot setup this as few customers will view other options and others will view a different one.
    This can be done from your hosting end. Or if you are using Adobe server for hosting then you can create some profiles for customers and then setup a separate form altogether to achieve this.
    Thanks,
    Sanjit

  • How to build FM radio receiver on PXI 5600 and PXI 5142 with help of labview

    How to build FM radio receiver on PXI 5600 and PXI 5142 with help of labview?
    PLZ TELL ME!
    Solved!
    Go to Solution.

    Dude,
    Your way of asking questions sucks!
    - Do not use such fonts!
    - Try to find things out yourself first (apparently GovBob was able to find info, so could you)
    - Have you asked GovBob if he likes it that you mail him for more questions?
    You ask for a complete solution on a project YOU have to do. (you dont learn of it if you dont try it yourself first)
    Hopefully you will ask questions in a less DEMANDING way next time.
    Good luck with your project

  • After upgrading to Mountain Lion, Interface builder starts up with an error every boot.

    I've got a late 2008 Macbook Unibody 13", and a few months back I upgraded from Snow Leopard to Mountain Lion.  Ever since the upgrade, at every boot up Interface Builder starts up with an error.  I've just ignored it mostly, but now I'm getting annoyed with it.  How can I find the programs that start up every boot to research this, or stop it from loading Interface Builder every time?

    You have to delete it using the minus sign at the bottom. The check/un-check is for hiding items.

  • Is there a way to build an App with CS5.5 that can run in older iPods

    Hello
    Does anybody know if there is a way to build an app with flash CS5.5 that can run in older iPods?, just like with CS5?
    Each IPA I build with CS5.5 cannot be installed in my iPod 8GB with iOS 4.2 and before with CS5 I could install all the IPAs there and test.
    The lack of support to iPod 8GB would be limitating for the market and sales...
    Is there some setting to build IPA to older iPods?
    Thanks

    AIR 2.7 release notes:
    AIR runs on "iPodTouch 4th generation iPhone 3GS and iPhone 4iPad".
    But:
    AIR 2.7 runs on iPod Touch 3rd Generation, too - but only on the 32GB and 64GB models. The 8GB model is in fact only an older 2nd gen iPod Touch.
    We tested this and we even have some apps in the app store running on the iPod Touch 3rd gen.
    I posted about this, look here:
    http://forums.adobe.com/thread/892541?tstart=0

  • How can I build a table with the time values of a timer from a while loop

    Hi:
    I have a question concerning building a table:
    Every 100ms I read a value from a sensor (while loop with a timer). I would like to build a table with the actual time and the concerning value. For example:
    0msec         1V
    100msec     2V
    200msec     3V
    300msec     4V
    etc.
    If I use the Express VI for building a table, I always get the date and time, but I don't need the date and the time is in the following format: HH:MMS, which is nonsensical for me as I can't differentiate within msec. Can I change the format anywhere?
    Can I also save the table to a file or even to an Excelsheet? How can I do that?
    Thanks for your help!

    Hi Craig:
    thank you very much. To solve the mystery : ) :
    I want to drive a stepper motor with a specific frequency. To get the current degree value of the motor I would like to measure the current time (from the beginning of the move on). (With a formula I get the degree value out of the time)
    Concurrently I would like to get data from a torque sensor and from a pressure sensor. That's why I asked you about the time and the table. The measurement should start with the movement of the motor. How can I do that? Right now I have different block diagrams (different while loops) (see attachment) and I would like to put them in one.
    I haven't done the block diagram for the pressure sensor yet, so there is only the one for the torque sensor and the one for the motor.
    I also would like to set a mark in the table when the voltage value of an analog input gets under a specific threshold value. Is that possible?
    I'm sorry, I'm a novice in LabVIEW. But maybe you can help me.
    Thank you very much!
    Steffi
    Attachments:
    motor.vi ‏238 KB
    sensor.vi ‏59 KB

  • Error while building gobject introspection with Jhbuild.

    I am trying to build gobject introspectio with jhbuild and I am getting the following error.
    *** Checking out gobject-introspection *** [1/1]
    git remote set-url origin https://git.gnome.org/browse/gobject-introspection
    git remote update origin
    Fetching origin
    git rebase origin/master
    Current branch master is up to date.
    *** Configuring gobject-introspection *** [1/1]
    ./autogen.sh --prefix /opt/gnome --disable-static --disable-gtk-doc
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: creating directory build-aux
    autoreconf: running: libtoolize --copy --force
    libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
    libtoolize: copying file `build-aux/ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
    libtoolize: copying file `m4/libtool.m4'
    libtoolize: copying file `m4/ltoptions.m4'
    libtoolize: copying file `m4/ltsugar.m4'
    libtoolize: copying file `m4/ltversion.m4'
    libtoolize: copying file `m4/lt~obsolete.m4'
    autoreconf: running: /usr/bin/autoconf --force
    autoreconf: running: /usr/bin/autoheader --force
    autoreconf: running: automake --add-missing --copy --force-missing
    configure.ac:42: installing 'build-aux/compile'
    configure.ac:30: installing 'build-aux/config.guess'
    configure.ac:30: installing 'build-aux/config.sub'
    configure.ac:20: installing 'build-aux/install-sh'
    configure.ac:20: installing 'build-aux/missing'
    Makefile-giscanner.am:131: warning: source file 'giscanner/giscannermodule.c' is in a subdirectory,
    Makefile-giscanner.am:131: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    automake: warning: possible forward-incompatibility.
    automake: At least a source file is in a subdirectory, but the 'subdir-objects'
    automake: automake option hasn't been enabled. For now, the corresponding output
    automake: object file(s) will be placed in the top-level directory. However,
    automake: this behaviour will change in future Automake versions: they will
    automake: unconditionally cause object files to be placed in the same subdirectory
    automake: of the corresponding sources.
    automake: You are advised to start using 'subdir-objects' option throughout your
    automake: project, to avoid future incompatibilities.
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bdz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bdz_ph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bmz8.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bmz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/brz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/buffer_entry.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/buffer_manager.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chd.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chd_ph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chm.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/cmph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/cmph_structs.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/compressed_rank.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/compressed_seq.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/fch_buckets.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/fch.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/graph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/hash.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/jenkins_hash.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/miller_rabin.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/select.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/vqueue.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/vstack.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gdump.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giarginfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gibaseinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gicallableinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giconstantinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gienuminfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gifieldinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gifunctioninfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/ginvoke.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giinterfaceinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giobjectinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gipropertyinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giregisteredtypeinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/girepository.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/girffi.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gisignalinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gistructinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gitypeinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gitypelib.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giunioninfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/givfuncinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:31: warning: source file 'girepository/gthash.c' is in a subdirectory,
    Makefile-girepository.am:31: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girmodule.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girnode.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/giroffsets.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girparser.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girwriter.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/sourcescanner.c' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/scannerlexer.l' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/scannerparser.y' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-cmph.am:73: warning: source file 'girepository/cmph-bdz-test.c' is in a subdirectory,
    Makefile-cmph.am:73: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-tools.am:27: warning: source file 'tools/compiler.c' is in a subdirectory,
    Makefile-tools.am:27: but option 'subdir-objects' is disabled
    Makefile.am:25: 'Makefile-tools.am' included from here
    Makefile-tools.am:36: warning: source file 'tools/generate.c' is in a subdirectory,
    Makefile-tools.am:36: but option 'subdir-objects' is disabled
    Makefile.am:25: 'Makefile-tools.am' included from here
    Makefile-girepository.am:96: warning: source file 'girepository/gdump.c' is in a subdirectory,
    Makefile-girepository.am:96: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:96: warning: source file 'girepository/gi-dump-types.c' is in a subdirectory,
    Makefile-girepository.am:96: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-examples.am:3: warning: source file 'examples/glib-print.c' is in a subdirectory,
    Makefile-examples.am:3: but option 'subdir-objects' is disabled
    Makefile.am:23: 'Makefile-examples.am' included from here
    Makefile-girepository.am:105: warning: source file 'girepository/gthash.c' is in a subdirectory,
    Makefile-girepository.am:105: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:105: warning: source file 'girepository/gthash-test.c' is in a subdirectory,
    Makefile-girepository.am:105: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile.am: installing 'build-aux/depcomp'
    configure.ac: installing 'build-aux/ylwrap'
    Makefile-giscanner.am:28: installing 'build-aux/py-compile'
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    parallel-tests: installing 'build-aux/test-driver'
    tests/repository/Makefile.am:8: warning: source file '$(srcdir)/gitestrepo.c' is in a subdirectory,
    tests/repository/Makefile.am:8: but option 'subdir-objects' is disabled
    tests/repository/Makefile.am:12: warning: source file '$(srcdir)/gitestthrows.c' is in a subdirectory,
    tests/repository/Makefile.am:12: but option 'subdir-objects' is disabled
    tests/repository/Makefile.am:16: warning: source file '$(srcdir)/gitypelibtest.c' is in a subdirectory,
    tests/repository/Makefile.am:16: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:55: warning: source file '$(srcdir)/gettype.c' is in a subdirectory,
    tests/scanner/Makefile.am:55: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:37: warning: source file '$(srcdir)/gtkfrob.c' is in a subdirectory,
    tests/scanner/Makefile.am:37: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/regress.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/annotation.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/foo.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/drawable.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:31: warning: source file '$(srcdir)/sletter.c' is in a subdirectory,
    tests/scanner/Makefile.am:31: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:56: warning: source file '$(srcdir)/typedefs.c' is in a subdirectory,
    tests/scanner/Makefile.am:56: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:36: warning: source file '$(srcdir)/utility.c' is in a subdirectory,
    tests/scanner/Makefile.am:36: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:52: warning: source file '$(srcdir)/warnlib.c' is in a subdirectory,
    tests/scanner/Makefile.am:52: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:154: warning: source file '$(srcdir)/barapp.c' is in a subdirectory,
    tests/scanner/Makefile.am:154: but option 'subdir-objects' is disabled
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /home/sai/.local/bin/install-check
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether UID '1000' is supported by ustar format... yes
    checking whether GID '1000' is supported by ustar format... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for flex... flex
    checking lex output file root... lex.yy
    checking lex library... -lfl
    checking whether yytext is a pointer... yes
    checking for bison... bison -y
    checking for dlopen in -ldl... yes
    checking for the suffix of shared libraries... .so
    checking for GLIB... yes
    checking for GOBJECT... yes
    checking for GMODULE... yes
    checking for GIO... yes
    checking for GIO_UNIX... yes
    checking for CAIRO... yes
    checking for SCANNER... yes
    checking for FFI... yes
    checking size of char... 1
    checking size of short... 2
    checking size of int... 4
    checking size of long... 8
    checking for GIREPO... yes
    checking for gtk-doc... yes
    checking for gtkdoc-check... gtkdoc-check.test
    checking for gtkdoc-check... /opt/gnome/bin/gtkdoc-check
    checking for gtkdoc-rebase... /opt/gnome/bin/gtkdoc-rebase
    checking for gtkdoc-mkpdf... /opt/gnome/bin/gtkdoc-mkpdf
    checking whether to build gtk-doc documentation... no
    checking for GTKDOC_DEPS... yes
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for working strtod... yes
    checking for memchr... yes
    checking for strchr... yes
    checking for strspn... yes
    checking for strstr... yes
    checking for strtol... yes
    checking for strtoull... yes
    checking for backtrace... yes
    checking for backtrace_symbols... yes
    checking whether python2 version is >= 2.6... yes
    checking for python2 version... 2.7
    checking for python2 platform... linux2
    checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
    checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
    checking for headers required to compile python extensions... found
    checking for python module mako... yes
    checking for glib source directory to use for documentation...
    checking for -fvisibility=hidden compiler flag... yes
    checking for -Bsymbolic-functions linker flag... yes
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating tests/Makefile
    config.status: creating tests/offsets/Makefile
    config.status: creating tests/scanner/Makefile
    config.status: creating tests/scanner/annotationparser/Makefile
    config.status: creating tests/repository/Makefile
    config.status: creating tests/warn/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/reference/Makefile
    config.status: creating docs/reference/version.xml
    config.status: creating gobject-introspection-1.0.pc
    config.status: creating gobject-introspection-no-export-1.0.pc
    config.status: creating config.h.win32
    config.status: creating build/Makefile
    config.status: creating build/win32/Makefile
    config.status: creating build/win32/vs9/Makefile
    config.status: creating build/win32/vs10/Makefile
    config.status: creating build/win32/vs11/Makefile
    config.status: creating build/win32/vs12/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    *** Building gobject-introspection *** [1/1]
    make V=1 -j 5
    /bin/sh ./build-aux/ylwrap `test -f 'giscanner/scannerparser.y' || echo './'`giscanner/scannerparser.y y.tab.c scannerparser.c y.tab.h `echo scannerparser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output scannerparser.output -- bison -y -d -t
    /bin/sh ./build-aux/ylwrap `test -f 'giscanner/scannerlexer.l' || echo './'`giscanner/scannerlexer.l lex.yy.c scannerlexer.c -- flex
    [ -d gir ] || /usr/bin/mkdir -p gir ; \
    sed \
    -e s,%CAIRO_SHARED_LIBRARY%,libcairo-gobject.so.2, \
    -e s,%CAIRO_GIR_PACKAGE%,cairo-gobject, \
    < gir/cairo-1.0.gir.in > gir/cairo-1.0.gir.tmp && mv gir/cairo-1.0.gir.tmp gir/cairo-1.0.gir
    /mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection/giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
    updating scannerparser.h
    make all-recursive
    make[1]: Entering directory '/mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection'
    Making all in .
    make[2]: Entering directory '/mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection'
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gdump.lo -MD -MP -MF .deps/libgirepository_1_0_la-gdump.Tpo -c -o libgirepository_1_0_la-gdump.lo `test -f 'girepository/gdump.c' || echo './'`girepository/gdump.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giarginfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giarginfo.Tpo -c -o libgirepository_1_0_la-giarginfo.lo `test -f 'girepository/giarginfo.c' || echo './'`girepository/giarginfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gibaseinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gibaseinfo.Tpo -c -o libgirepository_1_0_la-gibaseinfo.lo `test -f 'girepository/gibaseinfo.c' || echo './'`girepository/gibaseinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gicallableinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gicallableinfo.Tpo -c -o libgirepository_1_0_la-gicallableinfo.lo `test -f 'girepository/gicallableinfo.c' || echo './'`girepository/gicallableinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giconstantinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giconstantinfo.Tpo -c -o libgirepository_1_0_la-giconstantinfo.lo `test -f 'girepository/giconstantinfo.c' || echo './'`girepository/giconstantinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giconstantinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giconstantinfo.Tpo -c girepository/giconstantinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giconstantinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giarginfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giarginfo.Tpo -c girepository/giarginfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giarginfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gibaseinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gibaseinfo.Tpo -c girepository/gibaseinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gibaseinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gdump.lo -MD -MP -MF .deps/libgirepository_1_0_la-gdump.Tpo -c girepository/gdump.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gdump.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gicallableinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gicallableinfo.Tpo -c girepository/gicallableinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gicallableinfo.o
    mv -f .deps/libgirepository_1_0_la-giconstantinfo.Tpo .deps/libgirepository_1_0_la-giconstantinfo.Plo
    mv -f .deps/libgirepository_1_0_la-gibaseinfo.Tpo .deps/libgirepository_1_0_la-gibaseinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gienuminfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gienuminfo.Tpo -c -o libgirepository_1_0_la-gienuminfo.lo `test -f 'girepository/gienuminfo.c' || echo './'`girepository/gienuminfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifieldinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifieldinfo.Tpo -c -o libgirepository_1_0_la-gifieldinfo.lo `test -f 'girepository/gifieldinfo.c' || echo './'`girepository/gifieldinfo.c
    mv -f .deps/libgirepository_1_0_la-giarginfo.Tpo .deps/libgirepository_1_0_la-giarginfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifunctioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifunctioninfo.Tpo -c -o libgirepository_1_0_la-gifunctioninfo.lo `test -f 'girepository/gifunctioninfo.c' || echo './'`girepository/gifunctioninfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifieldinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifieldinfo.Tpo -c girepository/gifieldinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gifieldinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gienuminfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gienuminfo.Tpo -c girepository/gienuminfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gienuminfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifunctioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifunctioninfo.Tpo -c girepository/gifunctioninfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gifunctioninfo.o
    mv -f .deps/libgirepository_1_0_la-gicallableinfo.Tpo .deps/libgirepository_1_0_la-gicallableinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-ginvoke.lo -MD -MP -MF .deps/libgirepository_1_0_la-ginvoke.Tpo -c -o libgirepository_1_0_la-ginvoke.lo `test -f 'girepository/ginvoke.c' || echo './'`girepository/ginvoke.c
    mv -f .deps/libgirepository_1_0_la-gdump.Tpo .deps/libgirepository_1_0_la-gdump.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giinterfaceinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo -c -o libgirepository_1_0_la-giinterfaceinfo.lo `test -f 'girepository/giinterfaceinfo.c' || echo './'`girepository/giinterfaceinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giinterfaceinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo -c girepository/giinterfaceinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giinterfaceinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-ginvoke.lo -MD -MP -MF .deps/libgirepository_1_0_la-ginvoke.Tpo -c girepository/ginvoke.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-ginvoke.o
    mv -f .deps/libgirepository_1_0_la-gifieldinfo.Tpo .deps/libgirepository_1_0_la-gifieldinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giobjectinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giobjectinfo.Tpo -c -o libgirepository_1_0_la-giobjectinfo.lo `test -f 'girepository/giobjectinfo.c' || echo './'`girepository/giobjectinfo.c
    mv -f .deps/libgirepository_1_0_la-gifunctioninfo.Tpo .deps/libgirepository_1_0_la-gifunctioninfo.Plo
    mv -f .deps/libgirepository_1_0_la-gienuminfo.Tpo .deps/libgirepository_1_0_la-gienuminfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gipropertyinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gipropertyinfo.Tpo -c -o libgirepository_1_0_la-gipropertyinfo.lo `test -f 'girepository/gipropertyinfo.c' || echo './'`girepository/gipropertyinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giregisteredtypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo -c -o libgirepository_1_0_la-giregisteredtypeinfo.lo `test -f 'girepository/giregisteredtypeinfo.c' || echo './'`girepository/giregisteredtypeinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giobjectinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giobjectinfo.Tpo -c girepository/giobjectinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giobjectinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gipropertyinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gipropertyinfo.Tpo -c girepository/gipropertyinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gipropertyinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giregisteredtypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo -c girepository/giregisteredtypeinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giregisteredtypeinfo.o
    mv -f .deps/libgirepository_1_0_la-gipropertyinfo.Tpo .deps/libgirepository_1_0_la-gipropertyinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF .deps/libgirepository_1_0_la-girepository.Tpo -c -o libgirepository_1_0_la-girepository.lo `test -f 'girepository/girepository.c' || echo './'`girepository/girepository.c
    mv -f .deps/libgirepository_1_0_la-ginvoke.Tpo .deps/libgirepository_1_0_la-ginvoke.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girffi.lo -MD -MP -MF .deps/libgirepository_1_0_la-girffi.Tpo -c -o libgirepository_1_0_la-girffi.lo `test -f 'girepository/girffi.c' || echo './'`girepository/girffi.c
    mv -f .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo .deps/libgirepository_1_0_la-giregisteredtypeinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gisignalinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gisignalinfo.Tpo -c -o libgirepository_1_0_la-gisignalinfo.lo `test -f 'girepository/gisignalinfo.c' || echo './'`girepository/gisignalinfo.c
    mv -f .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo .deps/libgirepository_1_0_la-giinterfaceinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gistructinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gistructinfo.Tpo -c -o libgirepository_1_0_la-gistructinfo.lo `test -f 'girepository/gistructinfo.c' || echo './'`girepository/gistructinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF .deps/libgirepository_1_0_la-girepository.Tpo -c girepository/girepository.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-girepository.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girffi.lo -MD -MP -MF .deps/libgirepository_1_0_la-girffi.Tpo -c girepository/girffi.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-girffi.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gisignalinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gisignalinfo.Tpo -c girepository/gisignalinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gisignalinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gistructinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gistructinfo.Tpo -c girepository/gistructinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gistructinfo.o
    mv -f .deps/libgirepository_1_0_la-giobjectinfo.Tpo .deps/libgirepository_1_0_la-giobjectinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypeinfo.Tpo -c -o libgirepository_1_0_la-gitypeinfo.lo `test -f 'girepository/gitypeinfo.c' || echo './'`girepository/gitypeinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypeinfo.Tpo -c girepository/gitypeinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gitypeinfo.o
    mv -f .deps/libgirepository_1_0_la-gisignalinfo.Tpo .deps/libgirepository_1_0_la-gisignalinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypelib.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypelib.Tpo -c -o libgirepository_1_0_la-gitypelib.lo `test -f 'girepository/gitypelib.c' || echo './'`girepository/gitypelib.c
    mv -f .deps/libgirepository_1_0_la-gistructinfo.Tpo .deps/libgirepository_1_0_la-gistructinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giunioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giunioninfo.Tpo -c -o libgirepository_1_0_la-giunioninfo.lo `test -f 'girepository/giunioninfo.c' || echo './'`girepository/giunioninfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypelib.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypelib.Tpo -c girepository/gitypelib.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gitypelib.o
    mv -f .deps/libgirepository_1_0_la-girffi.Tpo .deps/libgirepository_1_0_la-girffi.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-givfuncinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-givfuncinfo.Tpo -c -o libgirepository_1_0_la-givfuncinfo.lo `test -f 'girepository/givfuncinfo.c' || echo './'`girepository/givfuncinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giunioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giunioninfo.Tpo -c girepository/giunioninfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giunioninfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-givfuncinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-givfuncinfo.Tpo -c girepository/givfuncinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-givfuncinfo.o
    mv -f .deps/libgirepository_1_0_la-gitypeinfo.Tpo .deps/libgirepository_1_0_la-gitypeinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -I./girepository -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_gthash_la-gthash.lo -MD -MP -MF .deps/libgirepository_gthash_la-gthash.Tpo -c -o libgirepository_gthash_la-gthash.lo `test -f 'girepository/gthash.c' || echo './'`girepository/gthash.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -I./girepository -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_gthash_la-gthash.lo -MD -MP -MF .deps/libgirepository_gthash_la-gthash.Tpo -c girepository/gthash.c -fPIC -DPIC -o .libs/libgirepository_gthash_la-gthash.o
    mv -f .deps/libgirepository_1_0_la-girepository.Tpo .deps/libgirepository_1_0_la-girepository.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz.lo -MD -MP -MF .deps/libcmph_la-bdz.Tpo -c -o libcmph_la-bdz.lo `test -f 'girepository/cmph/bdz.c' || echo './'`girepository/cmph/bdz.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz.lo -MD -MP -MF .deps/libcmph_la-bdz.Tpo -c girepository/cmph/bdz.c -fPIC -DPIC -o .libs/libcmph_la-bdz.o
    mv -f .deps/libgirepository_1_0_la-giunioninfo.Tpo .deps/libgirepository_1_0_la-giunioninfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz_ph.lo -MD -MP -MF .deps/libcmph_la-bdz_ph.Tpo -c -o libcmph_la-bdz_ph.lo `test -f 'girepository/cmph/bdz_ph.c' || echo './'`girepository/cmph/bdz_ph.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz_ph.lo -MD -MP -MF .deps/libcmph_la-bdz_ph.Tpo -c girepository/cmph/bdz_ph.c -fPIC -DPIC -o .libs/libcmph_la-bdz_ph.o
    mv -f .deps/libgirepository_1_0_la-givfuncinfo.Tpo .deps/libgirepository_1_0_la-givfuncinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz8.lo -MD -MP -MF .deps/libcmph_la-bmz8.Tpo -c -o libcmph_la-bmz8.lo `test -f 'girepository/cmph/bmz8.c' || echo './'`girepository/cmph/bmz8.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz8.lo -MD -MP -MF .deps/libcmph_la-bmz8.Tpo -c girepository/cmph/bmz8.c -fPIC -DPIC -o .libs/libcmph_la-bmz8.o
    mv -f .deps/libgirepository_gthash_la-gthash.Tpo .deps/libgirepository_gthash_la-gthash.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz.lo -MD -MP -MF .deps/libcmph_la-bmz.Tpo -c -o libcmph_la-bmz.lo `test -f 'girepository/cmph/bmz.c' || echo './'`girepository/cmph/bmz.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz.lo -MD -MP -MF .deps/libcmph_la-bmz.Tpo -c girepository/cmph/bmz.c -fPIC -DPIC -o .libs/libcmph_la-bmz.o
    mv -f .deps/libgirepository_1_0_la-gitypelib.Tpo .deps/libgirepository_1_0_la-gitypelib.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-brz.lo -MD -MP -MF .deps/libcmph_la-brz.Tpo -c -o libcmph_la-brz.lo `test -f 'girepository/cmph/brz.c' || echo './'`girepository/cmph/brz.c
    mv -f .deps/libcmph_la-bdz.Tpo .deps/libcmph_la-bdz.Plo
    mv -f .deps/libcmph_la-bdz_ph.Tpo .deps/libcmph_la-bdz_ph.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_entry.lo -MD -MP -MF .deps/libcmph_la-buffer_entry.Tpo -c -o libcmph_la-buffer_entry.lo `test -f 'girepository/cmph/buffer_entry.c' || echo './'`girepository/cmph/buffer_entry.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_manager.lo -MD -MP -MF .deps/libcmph_la-buffer_manager.Tpo -c -o libcmph_la-buffer_manager.lo `test -f 'girepository/cmph/buffer_manager.c' || echo './'`girepository/cmph/buffer_manager.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-brz.lo -MD -MP -MF .deps/libcmph_la-brz.Tpo -c girepository/cmph/brz.c -fPIC -DPIC -o .libs/libcmph_la-brz.o
    mv -f .deps/libcmph_la-bmz.Tpo .deps/libcmph_la-bmz.Plo
    mv -f .deps/libcmph_la-bmz8.Tpo .deps/libcmph_la-bmz8.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd.lo -MD -MP -MF .deps/libcmph_la-chd.Tpo -c -o libcmph_la-chd.lo `test -f 'girepository/cmph/chd.c' || echo './'`girepository/cmph/chd.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd_ph.lo -MD -MP -MF .deps/libcmph_la-chd_ph.Tpo -c -o libcmph_la-chd_ph.lo `test -f 'girepository/cmph/chd_ph.c' || echo './'`girepository/cmph/chd_ph.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_entry.lo -MD -MP -MF .deps/libcmph_la-buffer_entry.Tpo -c girepository/cmph/buffer_entry.c -fPIC -DPIC -o .libs/libcmph_la-buffer_entry.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_manager.lo -MD -MP -MF .deps/libcmph_la-buffer_manager.Tpo -c girepository/cmph/buffer_manager.c -fPIC -DPIC -o .libs/libcmph_la-buffer_manager.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd.lo -MD -MP -MF .deps/libcmph_la-chd.Tpo -c girepository/cmph/chd.c -fPIC -DPIC -o .libs/libcmph_la-chd.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd_ph.lo -MD -MP -MF .deps/libcmph_la-chd_ph.Tpo -c girepository/cmph/chd_ph.c -fPIC -DPIC -o .libs/libcmph_la-chd_ph.o
    mv -f .deps/libcmph_la-buffer_entry.Tpo .deps/libcmph_la-buffer_entry.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chm.lo -MD -MP -MF .deps/libcmph_la-chm.Tpo -c -o libcmph_la-chm.lo `test -f 'girepository/cmph/chm.c' || echo './'`girepository/cmph/chm.c
    mv -f .deps/libcmph_la-chd.Tpo .deps/libcmph_la-chd.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph.lo -MD -MP -MF .deps/libcmph_la-cmph.Tpo -c -o libcmph_la-cmph.lo `test -f 'girepository/cmph/cmph.c' || echo './'`girepository/cmph/cmph.c
    mv -f .deps/libcmph_la-buffer_manager.Tpo .deps/libcmph_la-buffer_manager.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph_structs.lo -MD -MP -MF .deps/libcmph_la-cmph_structs.Tpo -c -o libcmph_la-cmph_structs.lo `test -f 'girepository/cmph/cmph_structs.c' || echo './'`girepository/cmph/cmph_structs.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chm.lo -MD -MP -MF .deps/libcmph_la-chm.Tpo -c girepository/cmph/chm.c -fPIC -DPIC -o .libs/libcmph_la-chm.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph.lo -MD -MP -MF .deps/libcmph_la-cmph.Tpo -c girepository/cmph/cmph.c -fPIC -DPIC -o .libs/libcmph_la-cmph.o
    libtool: compile: gcc -DHAVE_CO

    I am trying to build gobject introspectio with jhbuild and I am getting the following error.
    *** Checking out gobject-introspection *** [1/1]
    git remote set-url origin https://git.gnome.org/browse/gobject-introspection
    git remote update origin
    Fetching origin
    git rebase origin/master
    Current branch master is up to date.
    *** Configuring gobject-introspection *** [1/1]
    ./autogen.sh --prefix /opt/gnome --disable-static --disable-gtk-doc
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: creating directory build-aux
    autoreconf: running: libtoolize --copy --force
    libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
    libtoolize: copying file `build-aux/ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
    libtoolize: copying file `m4/libtool.m4'
    libtoolize: copying file `m4/ltoptions.m4'
    libtoolize: copying file `m4/ltsugar.m4'
    libtoolize: copying file `m4/ltversion.m4'
    libtoolize: copying file `m4/lt~obsolete.m4'
    autoreconf: running: /usr/bin/autoconf --force
    autoreconf: running: /usr/bin/autoheader --force
    autoreconf: running: automake --add-missing --copy --force-missing
    configure.ac:42: installing 'build-aux/compile'
    configure.ac:30: installing 'build-aux/config.guess'
    configure.ac:30: installing 'build-aux/config.sub'
    configure.ac:20: installing 'build-aux/install-sh'
    configure.ac:20: installing 'build-aux/missing'
    Makefile-giscanner.am:131: warning: source file 'giscanner/giscannermodule.c' is in a subdirectory,
    Makefile-giscanner.am:131: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    automake: warning: possible forward-incompatibility.
    automake: At least a source file is in a subdirectory, but the 'subdir-objects'
    automake: automake option hasn't been enabled. For now, the corresponding output
    automake: object file(s) will be placed in the top-level directory. However,
    automake: this behaviour will change in future Automake versions: they will
    automake: unconditionally cause object files to be placed in the same subdirectory
    automake: of the corresponding sources.
    automake: You are advised to start using 'subdir-objects' option throughout your
    automake: project, to avoid future incompatibilities.
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bdz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bdz_ph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bmz8.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/bmz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/brz.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/buffer_entry.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/buffer_manager.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chd.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chd_ph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/chm.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/cmph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/cmph_structs.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/compressed_rank.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/compressed_seq.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/fch_buckets.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/fch.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/graph.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/hash.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/jenkins_hash.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/miller_rabin.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/select.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/vqueue.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-cmph.am:6: warning: source file 'girepository/cmph/vstack.c' is in a subdirectory,
    Makefile-cmph.am:6: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gdump.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giarginfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gibaseinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gicallableinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giconstantinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gienuminfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gifieldinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gifunctioninfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/ginvoke.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giinterfaceinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giobjectinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gipropertyinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giregisteredtypeinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/girepository.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/girffi.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gisignalinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gistructinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gitypeinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/gitypelib.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/giunioninfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:54: warning: source file 'girepository/givfuncinfo.c' is in a subdirectory,
    Makefile-girepository.am:54: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:31: warning: source file 'girepository/gthash.c' is in a subdirectory,
    Makefile-girepository.am:31: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girmodule.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girnode.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/giroffsets.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girparser.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:36: warning: source file 'girepository/girwriter.c' is in a subdirectory,
    Makefile-girepository.am:36: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/sourcescanner.c' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/scannerlexer.l' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-giscanner.am:16: warning: source file 'giscanner/scannerparser.y' is in a subdirectory,
    Makefile-giscanner.am:16: but option 'subdir-objects' is disabled
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    Makefile-cmph.am:73: warning: source file 'girepository/cmph-bdz-test.c' is in a subdirectory,
    Makefile-cmph.am:73: but option 'subdir-objects' is disabled
    Makefile.am:20: 'Makefile-cmph.am' included from here
    Makefile-tools.am:27: warning: source file 'tools/compiler.c' is in a subdirectory,
    Makefile-tools.am:27: but option 'subdir-objects' is disabled
    Makefile.am:25: 'Makefile-tools.am' included from here
    Makefile-tools.am:36: warning: source file 'tools/generate.c' is in a subdirectory,
    Makefile-tools.am:36: but option 'subdir-objects' is disabled
    Makefile.am:25: 'Makefile-tools.am' included from here
    Makefile-girepository.am:96: warning: source file 'girepository/gdump.c' is in a subdirectory,
    Makefile-girepository.am:96: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:96: warning: source file 'girepository/gi-dump-types.c' is in a subdirectory,
    Makefile-girepository.am:96: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-examples.am:3: warning: source file 'examples/glib-print.c' is in a subdirectory,
    Makefile-examples.am:3: but option 'subdir-objects' is disabled
    Makefile.am:23: 'Makefile-examples.am' included from here
    Makefile-girepository.am:105: warning: source file 'girepository/gthash.c' is in a subdirectory,
    Makefile-girepository.am:105: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile-girepository.am:105: warning: source file 'girepository/gthash-test.c' is in a subdirectory,
    Makefile-girepository.am:105: but option 'subdir-objects' is disabled
    Makefile.am:21: 'Makefile-girepository.am' included from here
    Makefile.am: installing 'build-aux/depcomp'
    configure.ac: installing 'build-aux/ylwrap'
    Makefile-giscanner.am:28: installing 'build-aux/py-compile'
    Makefile.am:22: 'Makefile-giscanner.am' included from here
    parallel-tests: installing 'build-aux/test-driver'
    tests/repository/Makefile.am:8: warning: source file '$(srcdir)/gitestrepo.c' is in a subdirectory,
    tests/repository/Makefile.am:8: but option 'subdir-objects' is disabled
    tests/repository/Makefile.am:12: warning: source file '$(srcdir)/gitestthrows.c' is in a subdirectory,
    tests/repository/Makefile.am:12: but option 'subdir-objects' is disabled
    tests/repository/Makefile.am:16: warning: source file '$(srcdir)/gitypelibtest.c' is in a subdirectory,
    tests/repository/Makefile.am:16: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:55: warning: source file '$(srcdir)/gettype.c' is in a subdirectory,
    tests/scanner/Makefile.am:55: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:37: warning: source file '$(srcdir)/gtkfrob.c' is in a subdirectory,
    tests/scanner/Makefile.am:37: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/regress.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/annotation.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/foo.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:38: warning: source file '$(srcdir)/drawable.c' is in a subdirectory,
    tests/scanner/Makefile.am:38: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:31: warning: source file '$(srcdir)/sletter.c' is in a subdirectory,
    tests/scanner/Makefile.am:31: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:56: warning: source file '$(srcdir)/typedefs.c' is in a subdirectory,
    tests/scanner/Makefile.am:56: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:36: warning: source file '$(srcdir)/utility.c' is in a subdirectory,
    tests/scanner/Makefile.am:36: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:52: warning: source file '$(srcdir)/warnlib.c' is in a subdirectory,
    tests/scanner/Makefile.am:52: but option 'subdir-objects' is disabled
    tests/scanner/Makefile.am:154: warning: source file '$(srcdir)/barapp.c' is in a subdirectory,
    tests/scanner/Makefile.am:154: but option 'subdir-objects' is disabled
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /home/sai/.local/bin/install-check
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether UID '1000' is supported by ustar format... yes
    checking whether GID '1000' is supported by ustar format... yes
    checking how to create a ustar tar archive... gnutar
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking whether make supports nested variables... (cached) yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc understands -c and -o together... yes
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for flex... flex
    checking lex output file root... lex.yy
    checking lex library... -lfl
    checking whether yytext is a pointer... yes
    checking for bison... bison -y
    checking for dlopen in -ldl... yes
    checking for the suffix of shared libraries... .so
    checking for GLIB... yes
    checking for GOBJECT... yes
    checking for GMODULE... yes
    checking for GIO... yes
    checking for GIO_UNIX... yes
    checking for CAIRO... yes
    checking for SCANNER... yes
    checking for FFI... yes
    checking size of char... 1
    checking size of short... 2
    checking size of int... 4
    checking size of long... 8
    checking for GIREPO... yes
    checking for gtk-doc... yes
    checking for gtkdoc-check... gtkdoc-check.test
    checking for gtkdoc-check... /opt/gnome/bin/gtkdoc-check
    checking for gtkdoc-rebase... /opt/gnome/bin/gtkdoc-rebase
    checking for gtkdoc-mkpdf... /opt/gnome/bin/gtkdoc-mkpdf
    checking whether to build gtk-doc documentation... no
    checking for GTKDOC_DEPS... yes
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking for working strtod... yes
    checking for memchr... yes
    checking for strchr... yes
    checking for strspn... yes
    checking for strstr... yes
    checking for strtol... yes
    checking for strtoull... yes
    checking for backtrace... yes
    checking for backtrace_symbols... yes
    checking whether python2 version is >= 2.6... yes
    checking for python2 version... 2.7
    checking for python2 platform... linux2
    checking for python2 script directory... ${prefix}/lib/python2.7/site-packages
    checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
    checking for headers required to compile python extensions... found
    checking for python module mako... yes
    checking for glib source directory to use for documentation...
    checking for -fvisibility=hidden compiler flag... yes
    checking for -Bsymbolic-functions linker flag... yes
    checking that generated files are newer than configure... done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating tests/Makefile
    config.status: creating tests/offsets/Makefile
    config.status: creating tests/scanner/Makefile
    config.status: creating tests/scanner/annotationparser/Makefile
    config.status: creating tests/repository/Makefile
    config.status: creating tests/warn/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/reference/Makefile
    config.status: creating docs/reference/version.xml
    config.status: creating gobject-introspection-1.0.pc
    config.status: creating gobject-introspection-no-export-1.0.pc
    config.status: creating config.h.win32
    config.status: creating build/Makefile
    config.status: creating build/win32/Makefile
    config.status: creating build/win32/vs9/Makefile
    config.status: creating build/win32/vs10/Makefile
    config.status: creating build/win32/vs11/Makefile
    config.status: creating build/win32/vs12/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    *** Building gobject-introspection *** [1/1]
    make V=1 -j 5
    /bin/sh ./build-aux/ylwrap `test -f 'giscanner/scannerparser.y' || echo './'`giscanner/scannerparser.y y.tab.c scannerparser.c y.tab.h `echo scannerparser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output scannerparser.output -- bison -y -d -t
    /bin/sh ./build-aux/ylwrap `test -f 'giscanner/scannerlexer.l' || echo './'`giscanner/scannerlexer.l lex.yy.c scannerlexer.c -- flex
    [ -d gir ] || /usr/bin/mkdir -p gir ; \
    sed \
    -e s,%CAIRO_SHARED_LIBRARY%,libcairo-gobject.so.2, \
    -e s,%CAIRO_GIR_PACKAGE%,cairo-gobject, \
    < gir/cairo-1.0.gir.in > gir/cairo-1.0.gir.tmp && mv gir/cairo-1.0.gir.tmp gir/cairo-1.0.gir
    /mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection/giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
    updating scannerparser.h
    make all-recursive
    make[1]: Entering directory '/mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection'
    Making all in .
    make[2]: Entering directory '/mnt/22624AA7624A8011/Others/GSOC/music/gobject-introspection'
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gdump.lo -MD -MP -MF .deps/libgirepository_1_0_la-gdump.Tpo -c -o libgirepository_1_0_la-gdump.lo `test -f 'girepository/gdump.c' || echo './'`girepository/gdump.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giarginfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giarginfo.Tpo -c -o libgirepository_1_0_la-giarginfo.lo `test -f 'girepository/giarginfo.c' || echo './'`girepository/giarginfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gibaseinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gibaseinfo.Tpo -c -o libgirepository_1_0_la-gibaseinfo.lo `test -f 'girepository/gibaseinfo.c' || echo './'`girepository/gibaseinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gicallableinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gicallableinfo.Tpo -c -o libgirepository_1_0_la-gicallableinfo.lo `test -f 'girepository/gicallableinfo.c' || echo './'`girepository/gicallableinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giconstantinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giconstantinfo.Tpo -c -o libgirepository_1_0_la-giconstantinfo.lo `test -f 'girepository/giconstantinfo.c' || echo './'`girepository/giconstantinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giconstantinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giconstantinfo.Tpo -c girepository/giconstantinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giconstantinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giarginfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giarginfo.Tpo -c girepository/giarginfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giarginfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gibaseinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gibaseinfo.Tpo -c girepository/gibaseinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gibaseinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gdump.lo -MD -MP -MF .deps/libgirepository_1_0_la-gdump.Tpo -c girepository/gdump.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gdump.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gicallableinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gicallableinfo.Tpo -c girepository/gicallableinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gicallableinfo.o
    mv -f .deps/libgirepository_1_0_la-giconstantinfo.Tpo .deps/libgirepository_1_0_la-giconstantinfo.Plo
    mv -f .deps/libgirepository_1_0_la-gibaseinfo.Tpo .deps/libgirepository_1_0_la-gibaseinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gienuminfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gienuminfo.Tpo -c -o libgirepository_1_0_la-gienuminfo.lo `test -f 'girepository/gienuminfo.c' || echo './'`girepository/gienuminfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifieldinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifieldinfo.Tpo -c -o libgirepository_1_0_la-gifieldinfo.lo `test -f 'girepository/gifieldinfo.c' || echo './'`girepository/gifieldinfo.c
    mv -f .deps/libgirepository_1_0_la-giarginfo.Tpo .deps/libgirepository_1_0_la-giarginfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifunctioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifunctioninfo.Tpo -c -o libgirepository_1_0_la-gifunctioninfo.lo `test -f 'girepository/gifunctioninfo.c' || echo './'`girepository/gifunctioninfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifieldinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifieldinfo.Tpo -c girepository/gifieldinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gifieldinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gienuminfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gienuminfo.Tpo -c girepository/gienuminfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gienuminfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gifunctioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gifunctioninfo.Tpo -c girepository/gifunctioninfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gifunctioninfo.o
    mv -f .deps/libgirepository_1_0_la-gicallableinfo.Tpo .deps/libgirepository_1_0_la-gicallableinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-ginvoke.lo -MD -MP -MF .deps/libgirepository_1_0_la-ginvoke.Tpo -c -o libgirepository_1_0_la-ginvoke.lo `test -f 'girepository/ginvoke.c' || echo './'`girepository/ginvoke.c
    mv -f .deps/libgirepository_1_0_la-gdump.Tpo .deps/libgirepository_1_0_la-gdump.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giinterfaceinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo -c -o libgirepository_1_0_la-giinterfaceinfo.lo `test -f 'girepository/giinterfaceinfo.c' || echo './'`girepository/giinterfaceinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giinterfaceinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo -c girepository/giinterfaceinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giinterfaceinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-ginvoke.lo -MD -MP -MF .deps/libgirepository_1_0_la-ginvoke.Tpo -c girepository/ginvoke.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-ginvoke.o
    mv -f .deps/libgirepository_1_0_la-gifieldinfo.Tpo .deps/libgirepository_1_0_la-gifieldinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giobjectinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giobjectinfo.Tpo -c -o libgirepository_1_0_la-giobjectinfo.lo `test -f 'girepository/giobjectinfo.c' || echo './'`girepository/giobjectinfo.c
    mv -f .deps/libgirepository_1_0_la-gifunctioninfo.Tpo .deps/libgirepository_1_0_la-gifunctioninfo.Plo
    mv -f .deps/libgirepository_1_0_la-gienuminfo.Tpo .deps/libgirepository_1_0_la-gienuminfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gipropertyinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gipropertyinfo.Tpo -c -o libgirepository_1_0_la-gipropertyinfo.lo `test -f 'girepository/gipropertyinfo.c' || echo './'`girepository/gipropertyinfo.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giregisteredtypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo -c -o libgirepository_1_0_la-giregisteredtypeinfo.lo `test -f 'girepository/giregisteredtypeinfo.c' || echo './'`girepository/giregisteredtypeinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giobjectinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giobjectinfo.Tpo -c girepository/giobjectinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giobjectinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gipropertyinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gipropertyinfo.Tpo -c girepository/gipropertyinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gipropertyinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giregisteredtypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo -c girepository/giregisteredtypeinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giregisteredtypeinfo.o
    mv -f .deps/libgirepository_1_0_la-gipropertyinfo.Tpo .deps/libgirepository_1_0_la-gipropertyinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF .deps/libgirepository_1_0_la-girepository.Tpo -c -o libgirepository_1_0_la-girepository.lo `test -f 'girepository/girepository.c' || echo './'`girepository/girepository.c
    mv -f .deps/libgirepository_1_0_la-ginvoke.Tpo .deps/libgirepository_1_0_la-ginvoke.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girffi.lo -MD -MP -MF .deps/libgirepository_1_0_la-girffi.Tpo -c -o libgirepository_1_0_la-girffi.lo `test -f 'girepository/girffi.c' || echo './'`girepository/girffi.c
    mv -f .deps/libgirepository_1_0_la-giregisteredtypeinfo.Tpo .deps/libgirepository_1_0_la-giregisteredtypeinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gisignalinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gisignalinfo.Tpo -c -o libgirepository_1_0_la-gisignalinfo.lo `test -f 'girepository/gisignalinfo.c' || echo './'`girepository/gisignalinfo.c
    mv -f .deps/libgirepository_1_0_la-giinterfaceinfo.Tpo .deps/libgirepository_1_0_la-giinterfaceinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gistructinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gistructinfo.Tpo -c -o libgirepository_1_0_la-gistructinfo.lo `test -f 'girepository/gistructinfo.c' || echo './'`girepository/gistructinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girepository.lo -MD -MP -MF .deps/libgirepository_1_0_la-girepository.Tpo -c girepository/girepository.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-girepository.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-girffi.lo -MD -MP -MF .deps/libgirepository_1_0_la-girffi.Tpo -c girepository/girffi.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-girffi.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gisignalinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gisignalinfo.Tpo -c girepository/gisignalinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gisignalinfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gistructinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gistructinfo.Tpo -c girepository/gistructinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gistructinfo.o
    mv -f .deps/libgirepository_1_0_la-giobjectinfo.Tpo .deps/libgirepository_1_0_la-giobjectinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypeinfo.Tpo -c -o libgirepository_1_0_la-gitypeinfo.lo `test -f 'girepository/gitypeinfo.c' || echo './'`girepository/gitypeinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypeinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypeinfo.Tpo -c girepository/gitypeinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gitypeinfo.o
    mv -f .deps/libgirepository_1_0_la-gisignalinfo.Tpo .deps/libgirepository_1_0_la-gisignalinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypelib.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypelib.Tpo -c -o libgirepository_1_0_la-gitypelib.lo `test -f 'girepository/gitypelib.c' || echo './'`girepository/gitypelib.c
    mv -f .deps/libgirepository_1_0_la-gistructinfo.Tpo .deps/libgirepository_1_0_la-gistructinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giunioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giunioninfo.Tpo -c -o libgirepository_1_0_la-giunioninfo.lo `test -f 'girepository/giunioninfo.c' || echo './'`girepository/giunioninfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-gitypelib.lo -MD -MP -MF .deps/libgirepository_1_0_la-gitypelib.Tpo -c girepository/gitypelib.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-gitypelib.o
    mv -f .deps/libgirepository_1_0_la-girffi.Tpo .deps/libgirepository_1_0_la-girffi.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-givfuncinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-givfuncinfo.Tpo -c -o libgirepository_1_0_la-givfuncinfo.lo `test -f 'girepository/givfuncinfo.c' || echo './'`girepository/givfuncinfo.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-giunioninfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-giunioninfo.Tpo -c girepository/giunioninfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-giunioninfo.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -fvisibility=hidden -I./girepository -DG_IREPOSITORY_COMPILATION -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_1_0_la-givfuncinfo.lo -MD -MP -MF .deps/libgirepository_1_0_la-givfuncinfo.Tpo -c girepository/givfuncinfo.c -fPIC -DPIC -o .libs/libgirepository_1_0_la-givfuncinfo.o
    mv -f .deps/libgirepository_1_0_la-gitypeinfo.Tpo .deps/libgirepository_1_0_la-gitypeinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -I./girepository -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_gthash_la-gthash.lo -MD -MP -MF .deps/libgirepository_gthash_la-gthash.Tpo -c -o libgirepository_gthash_la-gthash.lo `test -f 'girepository/gthash.c' || echo './'`girepository/gthash.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/lib/libffi-3.1/include -I./girepository -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libgirepository_gthash_la-gthash.lo -MD -MP -MF .deps/libgirepository_gthash_la-gthash.Tpo -c girepository/gthash.c -fPIC -DPIC -o .libs/libgirepository_gthash_la-gthash.o
    mv -f .deps/libgirepository_1_0_la-girepository.Tpo .deps/libgirepository_1_0_la-girepository.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz.lo -MD -MP -MF .deps/libcmph_la-bdz.Tpo -c -o libcmph_la-bdz.lo `test -f 'girepository/cmph/bdz.c' || echo './'`girepository/cmph/bdz.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz.lo -MD -MP -MF .deps/libcmph_la-bdz.Tpo -c girepository/cmph/bdz.c -fPIC -DPIC -o .libs/libcmph_la-bdz.o
    mv -f .deps/libgirepository_1_0_la-giunioninfo.Tpo .deps/libgirepository_1_0_la-giunioninfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz_ph.lo -MD -MP -MF .deps/libcmph_la-bdz_ph.Tpo -c -o libcmph_la-bdz_ph.lo `test -f 'girepository/cmph/bdz_ph.c' || echo './'`girepository/cmph/bdz_ph.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bdz_ph.lo -MD -MP -MF .deps/libcmph_la-bdz_ph.Tpo -c girepository/cmph/bdz_ph.c -fPIC -DPIC -o .libs/libcmph_la-bdz_ph.o
    mv -f .deps/libgirepository_1_0_la-givfuncinfo.Tpo .deps/libgirepository_1_0_la-givfuncinfo.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz8.lo -MD -MP -MF .deps/libcmph_la-bmz8.Tpo -c -o libcmph_la-bmz8.lo `test -f 'girepository/cmph/bmz8.c' || echo './'`girepository/cmph/bmz8.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz8.lo -MD -MP -MF .deps/libcmph_la-bmz8.Tpo -c girepository/cmph/bmz8.c -fPIC -DPIC -o .libs/libcmph_la-bmz8.o
    mv -f .deps/libgirepository_gthash_la-gthash.Tpo .deps/libgirepository_gthash_la-gthash.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz.lo -MD -MP -MF .deps/libcmph_la-bmz.Tpo -c -o libcmph_la-bmz.lo `test -f 'girepository/cmph/bmz.c' || echo './'`girepository/cmph/bmz.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-bmz.lo -MD -MP -MF .deps/libcmph_la-bmz.Tpo -c girepository/cmph/bmz.c -fPIC -DPIC -o .libs/libcmph_la-bmz.o
    mv -f .deps/libgirepository_1_0_la-gitypelib.Tpo .deps/libgirepository_1_0_la-gitypelib.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-brz.lo -MD -MP -MF .deps/libcmph_la-brz.Tpo -c -o libcmph_la-brz.lo `test -f 'girepository/cmph/brz.c' || echo './'`girepository/cmph/brz.c
    mv -f .deps/libcmph_la-bdz.Tpo .deps/libcmph_la-bdz.Plo
    mv -f .deps/libcmph_la-bdz_ph.Tpo .deps/libcmph_la-bdz_ph.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_entry.lo -MD -MP -MF .deps/libcmph_la-buffer_entry.Tpo -c -o libcmph_la-buffer_entry.lo `test -f 'girepository/cmph/buffer_entry.c' || echo './'`girepository/cmph/buffer_entry.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_manager.lo -MD -MP -MF .deps/libcmph_la-buffer_manager.Tpo -c -o libcmph_la-buffer_manager.lo `test -f 'girepository/cmph/buffer_manager.c' || echo './'`girepository/cmph/buffer_manager.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-brz.lo -MD -MP -MF .deps/libcmph_la-brz.Tpo -c girepository/cmph/brz.c -fPIC -DPIC -o .libs/libcmph_la-brz.o
    mv -f .deps/libcmph_la-bmz.Tpo .deps/libcmph_la-bmz.Plo
    mv -f .deps/libcmph_la-bmz8.Tpo .deps/libcmph_la-bmz8.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd.lo -MD -MP -MF .deps/libcmph_la-chd.Tpo -c -o libcmph_la-chd.lo `test -f 'girepository/cmph/chd.c' || echo './'`girepository/cmph/chd.c
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd_ph.lo -MD -MP -MF .deps/libcmph_la-chd_ph.Tpo -c -o libcmph_la-chd_ph.lo `test -f 'girepository/cmph/chd_ph.c' || echo './'`girepository/cmph/chd_ph.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_entry.lo -MD -MP -MF .deps/libcmph_la-buffer_entry.Tpo -c girepository/cmph/buffer_entry.c -fPIC -DPIC -o .libs/libcmph_la-buffer_entry.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-buffer_manager.lo -MD -MP -MF .deps/libcmph_la-buffer_manager.Tpo -c girepository/cmph/buffer_manager.c -fPIC -DPIC -o .libs/libcmph_la-buffer_manager.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd.lo -MD -MP -MF .deps/libcmph_la-chd.Tpo -c girepository/cmph/chd.c -fPIC -DPIC -o .libs/libcmph_la-chd.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chd_ph.lo -MD -MP -MF .deps/libcmph_la-chd_ph.Tpo -c girepository/cmph/chd_ph.c -fPIC -DPIC -o .libs/libcmph_la-chd_ph.o
    mv -f .deps/libcmph_la-buffer_entry.Tpo .deps/libcmph_la-buffer_entry.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chm.lo -MD -MP -MF .deps/libcmph_la-chm.Tpo -c -o libcmph_la-chm.lo `test -f 'girepository/cmph/chm.c' || echo './'`girepository/cmph/chm.c
    mv -f .deps/libcmph_la-chd.Tpo .deps/libcmph_la-chd.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph.lo -MD -MP -MF .deps/libcmph_la-cmph.Tpo -c -o libcmph_la-cmph.lo `test -f 'girepository/cmph/cmph.c' || echo './'`girepository/cmph/cmph.c
    mv -f .deps/libcmph_la-buffer_manager.Tpo .deps/libcmph_la-buffer_manager.Plo
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph_structs.lo -MD -MP -MF .deps/libcmph_la-cmph_structs.Tpo -c -o libcmph_la-cmph_structs.lo `test -f 'girepository/cmph/cmph_structs.c' || echo './'`girepository/cmph/cmph_structs.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-chm.lo -MD -MP -MF .deps/libcmph_la-chm.Tpo -c girepository/cmph/chm.c -fPIC -DPIC -o .libs/libcmph_la-chm.o
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -Icmph -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-externs -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wall -g -O2 -MT libcmph_la-cmph.lo -MD -MP -MF .deps/libcmph_la-cmph.Tpo -c girepository/cmph/cmph.c -fPIC -DPIC -o .libs/libcmph_la-cmph.o
    libtool: compile: gcc -DHAVE_CO

  • How to build a form with multiple tables in oracle application express

    Hi everyone,
    I have got problem in building a form with multiple tables.I have a main table with (20) columns and this main table is related to the other tables with the primary key-foreign key relation ship.My requirement is i have to build a form which has fields from many tables and all the fields are related to the main table using (ID) column.In that form if i enter ID field i have to get information from differnt tables.
    Please help me to solve this (building a form with mutiple tables)
    Thank you
    sans

    Sans,
    I am no Apex expert, but with a situation as "complex" as yours, have you thought about creating a VIEW that joins these 7/8 tables, placing an INSTEAD OF trigger on that view to do all the business logic in the database, and base your application on the view?
    This is the "thick-database" approach that has been gaining momentum of late. The idea is to put your business logic in the database wherever possible, and let the application (Form, Apex, J2EE, whatever) concentrate on UI issues,

  • Dictionary DC BUILD not working with CE 7.1 and 7.0 NWDI

    Hi All,
    we integrated our ce 7.1  in our existing NWDI environment. Everything works fine
    except for the dictionary dc build.
    The build process stops with an
    Open SQL services not initialized! (java.lang.IllegalStateException: Open SQL services not initialized!)
    error.
    I attached the CBS Build Log.
    Thanks for helping me!
    Best Regards
    Thomas
    CBS Build Log - [  JDEV_CE71_D/test.com_CETEST_1/default/  /test.com/test/tonddic  ]
      epikur     SAP Component Build Server  
    Development Component Build (2008-02-11 14:21:09)
      Component name: test/tonddic
      Component vendor: test.com
      SC compartment: test.com_CETEST_1
      Configuration: JDEV_CE71_D
      Location: JDEV_CE71_D
      Source code location: http://EPIKUR:50000/dtr/ws/CE71/test.com_CETEST/dev/active/DCs/test.com/test/tonddic/_comp/
      DC root folder: F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\
      DC type: Dictionary
    DC Model check:
       All used DCs are available locally
       validating dependency to build plugin "sap.com/tc/bi/bp/ddic"
       validating dependency to  public part "runtime" of DC "sap.com/tc/ddic/runtime/facade"
       DC model check OK
    Start build plugin:
       using build plugin: sap.com/tc/bi/bp/ddic
       starting build plugin from : F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\sap.com\tc\bi\bp\ddic\_comp\gen\default\public\ddic\
    Build Plugin 'DictionaryPlugin', Version 7.10 SP 4 (NW07_04_REL, built on 2007-11-19 18:29:27 +0100, CL12312)
       development component:  test/tonddic (test.com)
          software component:  CETEST (test.com)
                    location:  JDEV_CE71_D
                        type:  Dictionary
               build variant:  default
             source location:  SAPServiceSA2@localhost
             output location:  F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\gen\default
           generation folder:  F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\t\E566FFDB8ED53F0250EFBFF2B929A8A7
           plugin start time:  2008-02-11 14:21:10 GMT+01:00 (CET)
                     Java VM:  Java HotSpot(TM) Client VM, 1.5.0_14-b03 (Sun Microsystems Inc.)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Checking path lengths for sources
    Path length checks finished in 0.015 seconds
    Preparing data context..
    No public part descriptor found for component "tc/ddic/runtime/facade" (vendor "sap.com"), public part "runtime", using legacy mode.
    Data context preparation finished in 0.25 seconds
    Creating Ant build file..
      Creating output file: F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\gen\default\logs\build.xml
      Using macro file:     F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\sap.com\tc\bi\bp\ddic\_comp\gen\default\public\ddic\macros\build.vm
    Build file creation finished in 0.407 seconds
    Starting Ant..
      Using build file:     F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\gen\default\logs\build.xml
      Using build target:   build
      Using Ant version:    1.6.4
    compile:
          [echo] Starting dictionary generator
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath ...
         [ddgen] [Info]       F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\src\packages
         [ddgen] [Info]    Property targetpath: F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\t\E566FFDB8ED53F0250EFBFF2B929A8A7\gdd
         [ddgen] [Info]    Property archivename: test.comtesttonddic
         [ddgen] [Info]    Property vendor: test.com
         [ddgen] [Info]    Property dcname: test/tonddic
         [ddgen] [Info]    Property metadatapath: F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\t\E566FFDB8ED53F0250EFBFF2B929A8A7\gdd_metainf
         [ddgen] [Info]    Property generates2x is false: S2X files will not be generated
         [ddgen] [Info]    Property projectlanguage: de
         [ddgen] [Info]    Property language: Available languages are automatically determined
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/ddic/runtime/facade/_comp/gen/default/public/runtime/lib/java
         [ddgen] [Info]       dictionary.rtcontainer.facade.filter.jar - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/ddic/runtime/facade/_comp/gen/default/public/runtime/lib/java
         [ddgen] [Info]       dictionary.runtime.facade.filter.jar - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/ddic/runtime/facade/_comp/gen/default/public/runtime/lib/java
         [ddgen] [Info]       dictionary.services.facade.filter.jar - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/ddic/runtime/facade/_comp/gen/default/public/runtime/lib/java
         [ddgen] [Info]       tcddicruntime~facade.jar - F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/ddic/runtime/facade/_comp/gen/default/public/runtime/lib/java
         [ddgen] [Info]    Optional property i18npath is empty
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/F:/usr/sap/SA2/DVEBMGS00/j2ee/cluster/server0/temp/CBS/d/.B/149/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/dictionary_generation_core_api.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Using DocumentBuilder com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl
         [ddgen] [Info]    Generating datatypes/com/test/struct/Project.gstructure
         [ddgen] [Info]    Generating of DbTtable //DtDictionary/DtDbTable:.SNAP_TEST aborted with exception
         [ddgen] [Info]    Catching throwable Open SQL services not initialized!
         [ddgen] [Info]    java.lang.IllegalStateException: Open SQL services not initialized!
         [ddgen]      at com.sap.sql.services.OpenSQLPublicServices$1.invoke(OpenSQLPublicServices.java:83)
         [ddgen]      at $Proxy1.getVendorTitle(Unknown Source)
         [ddgen]      at com.sap.sql.services.OpenSQLPublicServices.getVendorTitle(OpenSQLPublicServices.java:416)
         [ddgen]      at com.sap.sql.NativeSQLAccess.getVendorTitle(NativeSQLAccess.java:333)
         [ddgen]      at com.sap.dictionary.database.dbs.Database.getVendorTitleForDatabaseName(Database.java:145)
         [ddgen]      at com.sap.dictionary.designtime.DtDbTableExpanded.isTableOk(DtDbTableExpanded.java:278)
         [ddgen]      at com.sap.dictionary.designtime.DtDbTableExpanded.expand(DtDbTableExpanded.java:175)
         [ddgen]      at com.sap.dictionary.designtime.DtDbTableExpanded.<init>(DtDbTableExpanded.java:50)
         [ddgen]      at com.sap.dictionary.tools.generation.Generation.generatePersistentDbTable(Generation.java:795)
         [ddgen]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generateDbTables(GenerationConsole.java:1130)
         [ddgen]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:171)
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:51)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         [ddgen]      at java.lang.reflect.Method.invoke(Unknown Source)
         [ddgen]      at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:238)
         [ddgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         [ddgen]      at org.apache.tools.ant.Task.perform(Task.java:364)
         [ddgen]      at org.apache.tools.ant.Target.execute(Target.java:341)
         [ddgen]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
         [ddgen]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         [ddgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         [ddgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
         [ddgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
         [ddgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         [ddgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         [ddgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [ddgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         [ddgen]      at java.lang.reflect.Method.invoke(Unknown Source)
         [ddgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         [ddgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
         [ddgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
         [ddgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1515)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:761)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:527)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:452)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:324)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:262)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:217)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:178)
         [ddgen] [Error]   Unknown exception during generation Open SQL services not initialized! (java.lang.IllegalStateException: Open SQL services not initialized!)
         [ddgen] [Error]   Generation failed due to errors (1 seconds)
    Error: F:\usr\sap\SA2\DVEBMGS00\j2ee\cluster\server0\temp\CBS\d\.B\149\DCs\test.com\test\tonddic\_comp\gen\default\logs\build.xml:70: [Error]   Generation failed!
         at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:262)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1515)
         at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:761)
         at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:527)
         at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:452)
         at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:324)
         at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:262)
         at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:217)
         at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:178)
    Ant runtime 2.047 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-02-11 14:21:13 GMT+01:00 (CET)
    Total build plugin runtime: 3.594 seconds

    SAP Note 1118779 helpded

  • Is it possible to build a project with Labview 2010 on a Windows XP system, that is useful for a system with windows 7 on it?

    Hi there,
    I am planning to use Labview 2010 in a short time.
    But before I'm going to use it I have some questions.
    I know it is possible to run Labview 2010 in an XP environment. But is it also possible to, when running Labview 2010 on a XP system, to build a project to a version that is useful in a Windows 7 environment?
    Or do I have to run Labview 2010, when I want to build a project that is useful on a Windows 7 system, on a system with Windows 7?
    Please give me some information.
    I hope to hear from one of you soon.
    Regards,
    Kenny
    Solved!
    Go to Solution.

    Is it possible to build a project with Labview 2009 on a Windows XP system, that is useful for a system with windows 7 on it?
    Thanks.
    Philippe B.
    Certified Associate Developer / Dépt Moyens d'essais
    www.ingenia-system.com

  • How to build a table with two For Loop

    Hi,
    I have two Loop For and I want to build a table with N columm (N = a loop + b loop)
    You can see my example.
    Thank's a lot
    Attachments:
    help_table.zip ‏10 KB

    I think this is the solution that you are going for.
    -Jim
    Attachments:
    help_table.vi ‏26 KB

  • How to build a Matrix with Group Left Report

    I want to build a Matrix with Group Left Report,not Matrix with Group Above Report,i am still finding the solution, any help is useful.
    thanks
    <[email protected]>

    Hi,
    The problem in your output is not clear. The report output should appear like:
    Order Mode.....Sales_Rep_ID > 10..11..12..
    Online.........Order Status
    ...............A..............x....x...x
    ...............B..............x....x...x
    ...............C..............x....x...x
    Order Mode.....Sales_Rep_ID > 10..11..12..
    Retail.........Order Status
    ...............A..............x....x...x
    ...............B..............x....x...x
    ...............C..............x....x...x
    Here "Order Mode" is the group field (it repeats for every group). Could you pl specify what output you are getting?
    If the problem is that you don't want the Title (like "Order Mode" in the above example) to print in every group, just place it outside the group repeating frame. It will print only once.
    Navneet.

  • How to build a array with collected data

    Hi,
    I have collected data from serial port with VISA. Now I want to build a array with 100 date points. Should I connect VISA Read with Build Array directly? How to do it?
    PS: All of them are in a While Structure.
    Thank you!

    An inefficient way to create the array is to use the build array and a shift register as shown below. It's more effecient in terms of memory management to create the array and then use the replace array subset as shown in the other image. Of course, if you don't need the array inside the loop, just wire the value out of the while loop and on the exit tunnel, right click and select 'Enable Indexing'.
    Message Edited by Dennis Knutson on 07-03-2007 10:25 PM
    Message Edited by Dennis Knutson on 07-03-2007 10:26 PM
    Attachments:
    Crude Build Array.PNG ‏4 KB
    Better Build Array.PNG ‏6 KB

  • How to build a array with high sampling rates 1K

    Hi All:
    Now I am trying to develop a project with CRio.
    But I am not sure how to build a array with high sampling rates signal, like >1K. (Sigle-point data)
    Before, I would like to use "Build Arrary" and "Shift Register" to build a arrary, but I found it is not working for high sampling rates.
    Is there anyother good way to build a data arrary for high sampling rates??
    Thanks
    Attachments:
    Building_Array_high_rates.JPG ‏120 KB

    Can't give a sample of the FPGA right now but here is a sample bit of RT code I recently used. I am acquiring data at 51,200 samples every second. I put the data in a FIFO on the FPGA side, then I read from that FIFO on the RT side and insert the data into a pre-initialized array using "Replace Array subset" NOT "Insert into array". I keep a count of the data I have read/inserted, and once I am at 51,200 samples, I know I have 1 full second of data. At this point, I add it to a queue which sends it to another loop to be processed. Also, I don't use the new index terminal in my subVI because I know I am always adding 6400 elements so I can just multiply my counter by 6400, but if you use the method described further down below , you will want to use the "new index" to return a value because you may not always read the same number of elements using that method.
    The reason I use a timeout of 0 and a wait until next ms multiple is because if you use a timeout wired to the FIFO read node, it spins a loop in the background that polls for data, which rails your processor. Depending on what type of acquisition you are doing, you can also use the method of reading 0 elements, then using the "elements remaining" variable, to wire up another node as is shown below. This was not an option for me because of my programs architecture and needing chunks of 1 second data. Had I used this method it would have overcomplicated things if I read more elements then I had available in my 51,200 buffer.
    Let me knwo if you have more qeustions
    CLA, LabVIEW Versions 2010-2013
    Attachments:
    RT.PNG ‏36 KB
    FIFO read.PNG ‏4 KB

  • How to build a screen with master detail data

    Hi ,expert ,
    Someone can teach me how to build a screen with master detail table ?
    I wnat to build a screen for user to maintain FERT group  and  FERT detail list  in one screen .
    just like this ..
    MASTER Block
    FERT1      
    FERT2 
    FERT3
    DETAIL Block
    FERT1A1
    FERT1A2
    FERT1A3
    when I double click FERT1 in the Master Block the detail view will show FERT1A1  A2 A3
    Thanks for your help ....
    Moderator message : Not enough research before posting. Spec dumping not allowed. Thread locked.
    Edited by: Vinod Kumar on Jun 13, 2011 1:38 PM

    An inefficient way to create the array is to use the build array and a shift register as shown below. It's more effecient in terms of memory management to create the array and then use the replace array subset as shown in the other image. Of course, if you don't need the array inside the loop, just wire the value out of the while loop and on the exit tunnel, right click and select 'Enable Indexing'.
    Message Edited by Dennis Knutson on 07-03-2007 10:25 PM
    Message Edited by Dennis Knutson on 07-03-2007 10:26 PM
    Attachments:
    Crude Build Array.PNG ‏4 KB
    Better Build Array.PNG ‏6 KB

Maybe you are looking for

  • "Your Photo Library was not found. Do you want to find your photo library?"

    ... Actually, until recently, Mr. iPhoto, you were finding your own library just fine... This happens now every time I launch iPhoto. I have to tell it where the library is. I've never moved it ("~/Pictures/iPhoto Library/"), and this started happeni

  • Find my friends

    I have a ipad and a iPhone. I only see one device on find my friends. I have no idea which one it is. How do I see both

  • ICloud isn't  backed up 2 weeks.

    Hi, I have a seriously problem related iClouds backups. It was started two week ago. When I was open the iPad, is seen one small alert window on the screen. This message says like this; '' iCloud isn't  backed up 2 weeks. Backups, this  iPad when plu

  • Calling Servlets from EJB

    Please can anyone help me out of how to make sevlet calls from EJB? Example source code if available will be of great help too. I know that this is a rare senario but this is required for a very urgent work.

  • HT3819 HeLP! On hold with Apple for ONE HOUR!!!

    We have apple TV, ipad, 2 iphones, an imac & mac laptop -- all i want to know is how to STOP the programs from Apple TV auto downloading on my other devices - thats all - should be super easy. I turned on home sharing I want the music to share across