octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57580] [octave forge] (level-set) error "form


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #57580] [octave forge] (level-set) error "format string is not a string literal"
Date: Sat, 11 Jan 2020 11:05:53 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0

URL:
  <https://savannah.gnu.org/bugs/?57580>

                 Summary: [octave forge] (level-set) error "format string is
not a string literal"
                 Project: GNU Octave
            Submitted by: matzeri
            Submitted on: Sat 11 Jan 2020 04:05:51 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Other

    _______________________________________________________

Details:

the latest git code 
rev dbf46228a7582eef4fe5470fd00bc5b421dd33a5
fails to build on cygwin
as the compiler expects in "error" a format string before 
the argument and it does not find it

$ gcc --version
gcc (GCC) 7.4.0


attached patch to make all changes 

from
geomBoundary.cpp:      error (exc.what ());

to
geomBoundary.cpp:      error ("%s",exc.what ());




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 11 Jan 2020 04:05:51 PM UTC  Name:
octave-level-set-0.3.1-0.1.src.patch  Size: 3KiB   By: matzeri

<http://savannah.gnu.org/bugs/download.php?file_id=48201>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57580>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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