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

Post a Comment

Add a New Comment Rich Markup
   

Discussion

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

 

Attached Files

This item currently has no attached files.

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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)
  •  

    Votes

    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.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    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.16-598c.
    Corresponding source code