help-octave
[Top][All Lists]
Advanced

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

compilation of communications package


From: jysimon
Subject: compilation of communications package
Date: Thu, 1 Feb 2018 09:50:55 -0700 (MST)

Hi all,

I am using gnu octave 4.2.1 on win7 64 bits.

I compiled and loaded signal package, but when I tried to compile
communications-1.2.1, I have
this error and I don't know how to solve.
======
genqamdemod.cc: In function 'octave_value_list Fgenqamdemod(const
octave_value_list&, int)':
genqamdemod.cc:39:23: warning: 'int empty_arg(const char*, octave_idx_type,
octave_idx_type)' is deprecated (declared at C
:\Temp\OCTAVE~1.1\include\octave-4.2.1\octave\../octave/utils.h:58): use
'octave_value::is_empty' instead [-Wdeprecated-de
clarations]
   int arg_is_empty1 = empty_arg ("genqamdemod", nr1, nc1);
                       ^
genqamdemod.cc:39:57: warning: 'int empty_arg(const char*, octave_idx_type,
octave_idx_type)' is deprecated (declared at C
:\Temp\OCTAVE~1.1\include\octave-4.2.1\octave\../octave/utils.h:58): use
'octave_value::is_empty' instead [-Wdeprecated-de
clarations]
   int arg_is_empty1 = empty_arg ("genqamdemod", nr1, nc1);
                                                         ^
In file included from galois.h:24:0,
                 from galois-def.cc:21:
C:\Temp\OCTAVE~1.1\include\octave-4.2.1\octave\../octave/config.h:28:2:
warning: #warning "config.h has been deprecated; t
here is no need to include it directly" [-Wcpp]
 #warning "config.h has been deprecated; there is no need to include it
directly"
  ^
In file included from galois-def.cc:21:0:
galois.h:25:28: fatal error: octave/base-lu.h: No such file or directory
 #include <octave/base-lu.h>
                            ^
compilation terminated.
make: *** [galois-def.o] Error 1
make: Entering directory `/tmp/oct-sukWQC/communications-1.2.1/src'
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES
__errcore__.cc -o __errcore__.oct
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES
__gfweight__.cc -o __gfweight__.oct
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES cyclgen.cc
-o cyclgen.oct
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES
cyclpoly.cc -o cyclpoly.oct
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES
genqamdemod.cc -o genqamdemod.oct
C:/Temp/OCTAVE~1.1/bin/mkoctfile-4.2.1.exe -DGALOIS_DISP_PRIVATES -c
galois-def.cc -o galois-def.o
make: Leaving directory `/tmp/oct-sukWQC/communications-1.2.1/src'

pkg: error running `make' for the communications package.
error: called from
    configure_make at line 95 column 9
    install at line 192 column 7
    pkg at line 394 column 9
>
===
Can someone offer some assistance ?

Thanks and best regards
Jean-Yves Simon



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



reply via email to

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