Re: automake 1.6 or 1.5 with BRAT

From: Hironori Ito (hito@rcf.rhic.bnl.gov)
Date: Tue Mar 11 2003 - 18:30:54 EST

  • Next message: Christian Holm Christensen: "Re: automake 1.6 or 1.5 with BRAT"
    Thanks, now it works.
    
    Just to summarize how to compile brat with automake 1.5 or above, this 
    is the process.
    
    libtoolize --automake
    aclocal -I config
    automake -a
    autoconf
    ./configure --disable-dependency-tracking (and other options)
    make
    
    
    
    Hiro
    
    
    
    
    Stephen J. Sanders wrote:
    > Ah,  This is another problem.  I have only been able to build brat using 
    > the switch:
    > ./configure --disable-dependency-tracking
    > This may be the same problem...
    > ...steve
    > 
    > On Tuesday, March 11, 2003, at 12:48 PM, Hironori Ito wrote:
    > 
    >> Hello.
    >>
    >> I tried `libtoolize --automake` in the brat source directory.  This 
    >> does not help either.
    >>
    >> Here is the error message.
    >>
    >>
    >> Making all in data
    >> make[1]: Entering directory `/home/hito/temp/temp/brat/data'
    >> Making all in abc
    >> make[2]: Entering directory `/home/hito/temp/temp/brat/data/abc'
    >> Makefile:439: .deps/data_abc_Cint.Plo: No such file or directory
    >> make[2]: *** No rule to make target `.deps/data_abc_Cint.Plo'.  Stop.
    >> make[2]: Leaving directory `/home/hito/temp/temp/brat/data/abc'
    >> make[1]: *** [all-recursive] Error 1
    >> make[1]: Leaving directory `/home/hito/temp/temp/brat/data'
    >> make: *** [all-recursive] Error 1
    >>
    >>
    >> What is ".Plo"???
    >>
    >> Hiro
    >>
    >> Stephen J. Sanders wrote:
    >>
    >>> Hiro,
    >>> I use automake 1.6.3.   Christian sent a note to this group 
    >>> concerning the initialization problem
    >>> some time back but, alas, without a search engine I'm not now able to 
    >>> find it.  There is a command
    >>> you need to run before automake.
    >>> In my case, I just copy ltmain.sh from the libtools directory into 
    >>> brat/config and everything works
    >>> fine.
    >>> ...steve
    >>> On Tuesday, March 11, 2003, at 08:48 AM, Hironori Ito wrote:
    >>>
    >>>> Hello.  I have a question reguarding automake.  Does anyone use 
    >>>> automake version 1.5 or above to compile BRAT???  I somehow can not 
    >>>> do it.  Since I know nothing about automake, it would be helpful if 
    >>>> someone can give me a tip or trick to work.  :)
    >>>>
    >>>> Hiro
    >>>
    >>
    >>
    


    This archive was generated by hypermail 2.1.5 : Tue Mar 11 2003 - 18:31:49 EST