octave-maintainers
[Top][All Lists]
Advanced

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

Re: python with octave project (Pythonic)


From: Nader Nabil
Subject: Re: python with octave project (Pythonic)
Date: Sun, 8 Mar 2020 00:59:48 +0200

Hi, Mike 
There is a problem in building the code , i have downloaded the repository and tried to build using "make" 
first problem : 
/bin/sh: 1: mkoctfile: not found
Makefile:117: recipe for target 'oct-py-error.o' failed

i downloaded : sudo apt install liboctave-dev and this problem solved 
then i tried to build again but it gives me these errors in the picture attached 

oct-py-types.cc: In function ‘PyObject* pythonic::make_py_numeric_value(const octave_value&)’:
oct-py-types.cc:250:15: error: ‘const class octave_value’ has no member named ‘islogical’
     if (value.islogical ())

i opened the class octave_value and made sure that these members existed .
 

On Fri, Mar 6, 2020 at 10:13 AM Mike Miller <address@hidden> wrote:
On Thu, Mar 05, 2020 at 12:48:11 +0200, Nader Nabil wrote:
> Hi all , I started with building octave and solving a bug , what should i
> do next ? , solving an issue related to Pythonic project ?

Yes, sounds good, work on a few. There are plenty of open Pythonic bugs
to work on, including a few marked as good for new contributors:

- https://gitlab.com/mtmiller/octave-pythonic/issues
- https://gitlab.com/mtmiller/octave-pythonic/issues?label_name%5B%5D=good+first+issue

> also i need to
> discuss the project with the mentors to enhance my understanding to the
> project.

Sounds good. The wiki has good advice on getting started.

--
mike

Attachment: Screenshot from 2020-03-08 00-57-06.png
Description: PNG image


reply via email to

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