octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in building classdef branch.


From: Anas Faruqui
Subject: Re: Error in building classdef branch.
Date: Mon, 13 May 2013 01:03:37 +0800 (SGT)

Hi

I am still getting the same errors. This is the warning is get on ./configure
 Default pager:               less
  gnuplot:                     gnuplot

  Build Octave GUI:                   yes
  JIT compiler for loops:             no
  Build Java interface:               no
  Do internal array bounds checking:  no
  Use octave_allocator:               no
  Build static libraries:             no
  Build shared libraries:             yes
  Dynamic Linking:                    yes (dlopen)
  Include support for GNU readline:   yes
  64-bit array dims and indexing:     no

configure: WARNING: 

I wasn't able to find a suitable style for declaring a push-pull
parser in a bison input file so I'm disabling bison.

configure: WARNING: 

I didn't find bison, but it's only a problem if you need to
reconstruct parse.cc, which is the case if you're building from VCS
sources.

configure: WARNING: llvm-config utility not found.  JIT compiler is disabled.
configure: 
configure: NOTE: Libraries or auxiliary programs may be skipped if they are
configure: NOTE: not found OR if they are missing required features on your
configure: NOTE: system. 



From: Ben Abbott <address@hidden>
To: Anas Faruqui <address@hidden>
Cc: Octave List <address@hidden>
Sent: Sunday, 12 May 2013 6:35 PM
Subject: Re: Error in building classdef branch.


On May 12, 2013, at 5:51 PM, Anas Faruqui wrote:

> Hi,
>
> i want to use the classdef branch on ubuntu 12.04. i used the following steps
> hg clone http://www.octave.org/hg/ octave
> hg pull
> hg update classdef
>
> then
> ./bootstrap
> ./configure
> and then
> make
>
> when i do make i am getting the following error :
> .
> .
> .
> link: `parse-tree/parse_tree_libparse_tree_la-pt-decl.lo' is not a valid libtool object
> make[3]: *** [parse-tree/libparse-tree.la] Error 1
> make[3]: Leaving directory `/home/dan/octave/libinterp'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/dan/octave/libinterp'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dan/octave'
> make: *** [all] Error 2
>
>
> can anyone help me in this regard

I just built the classdef branch on Ubuntu 12.10 using the commands below.

    export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-i386
    ./bootstrap
    ./configure --enable-jit
    make -j2

Previously I had done something like the below the install all the needed dependencies.

    sudo apt-get build-dep octave3.6

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]