bugGNU Octave - Bugs: bug #45489, [octave forge] (ocs) package wont...

 
 

bug #45489: [octave forge] (ocs) package wont cross compile

Submitter:  John Donoghue <lostbard>
Submitted:  Wed 08 Jul 2015 12:36:37 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  None Assigned to:  cdf
Originator Name:  JohnD Open/Closed:  * Open
Release:  * other Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 08 Jul 2015 12:36:37 AM UTC, original submission:  

Not really a bug but would be good to fix some day. Using mxe-octae with the cross mloctfile, the build fails as the makefile uses a hardcodes mkoctfile command.

Changing the Makefile fixes it for me:


--- ocs.old/src/Makefile        2015-07-07 20:23:51.000000000 -0400
+++ ocs/src/Makefile    2015-07-07 20:24:25.000000000 -0400
@@ -1,9 +1,10 @@
 OCTFILES:=Mshichmanhodgesmosfet.oct
+MKOCTFILE ?= mkoctfile

 all: $(OCTFILES)

 %.oct:  %.cc
-       mkoctfile $<
+       $(MKOCTFILE) $<

 clean:
        -rm -f *.o core octave-core *.oct *~


John Donoghue <lostbard>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Updated the item)
  • -email is unavailable- added by cdf (Updated the item)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by lostbard (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-12-02 mmuetzel Release4.0.0 other
    2017-08-14 cdf Assigned toNone cdf
    2017-08-13 jwe Summaryocs package wont cross compile [octave forge] (ocs) package wont cross compile

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code