help-octave
[Top][All Lists]
Advanced

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

octave-communicatinos-1.2.1 installaiton error


From: ksjak
Subject: octave-communicatinos-1.2.1 installaiton error
Date: Wed, 13 Nov 2019 06:13:20 -0600 (CST)

Hi All

I am trying to install package communication-1.2.1 with octave 5.1.0.  got
below error,

/make: *** [genqamdemod.oct] Error 1                                 
make: *** Waiting for unfinished jobs....                           
make: Entering directory `/tmp/oct-i3YwV4/communications-1.2.1/src' 
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES
__errcore__.cc -o __errcore__.oct
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES
__gfweight__.cc -o __gfweight__.oct
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES
cyclgen.cc -o cyclgen.oct          
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES
cyclpoly.cc -o cyclpoly.oct        
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES
genqamdemod.cc -o genqamdemod.oct  
/usr/local/octave/5.1.0/bin/mkoctfile-5.1.0 -DGALOIS_DISP_PRIVATES -c
galois-def.cc -o galois-def.o   
make: Leaving directory `/tmp/oct-i3YwV4/communications-1.2.1/src'              
                      

pkg: error running `make' for the communications package.
error: called from                                       
    configure_make at line 99 column 9                   
    install at line 184 column 7                         
    pkg at line 441 column 9 
/

I have tried the solution Kai recommended a year back,

  $ wget
https://octave.sourceforge.io/download.php?package=communications-1.2.1.tar.gz
-O communications-1.2.1.tar.gz
  $ tar -xf communications-1.2.1.tar.gz 
  $ rm communications-1.2.1.tar.gz
  $ cd communications-1.2.1/
  $ patch -p1 < ../octave-4.4-all.patch
  $ cd ..
  $ tar -zcf communications-1.2.1.tar.gz communications-1.2.1
  $ rm -R communications-1.2.1

but that not helped.

then found,

 $ hg clone http://hg.code.sf.net/p/octave/communications
octave-communications
 $ cd octave-communications
 $ hg patch ../octave-4.4-all.patch
 $ make all
 $ make install
 
here i am not sure on how to do this, since i am downlaoding the tar ball of
each package and compiling it...

can anyone please help me here?

Thanks
ksjak



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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