octave-maintainers
[Top][All Lists]
Advanced

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

Re: building on macOS?


From: Carlo De Falco
Subject: Re: building on macOS?
Date: Tue, 6 Nov 2018 18:01:23 +0000


> On 6 Nov 2018, at 13:07, Carlo De Falco <address@hidden> wrote:
> 
> 
> 
>> On 6 Nov 2018, at 11:55, Pantxo Diribarne <address@hidden> wrote:
>> 
>> There has been successful builds on Mac more recently that 4.4.1. I think at 
>> least the following is OH since it was tested extensively by Ben: 
>> 4e108574385c 
> 
> Indeed 4e108574385c also works for me.
> 
> So the procedure to do a bisect would be
> 
> $ hg bisect -g 4e108574385c 
> $ hg bisect -b e80a87f65997
> Testing changeset 25988:e9c24b5e8673 (72 changesets remaining, ~6 tests)
> 77 files updated, 0 files merged, 1 files removed, 0 files unresolved
> 
> I do not have time to perform the ~6 tests needed right now, I'll try during 
> the weekend
> if no one else can do it earlier.
> 
> c.


I actually did try some steps of bisection and the latest changeset I tested 
was 41f665343437
at this chageset sources do not build but the failure I get is different :


Undefined symbols for architecture x86_64:
  "octave::resource_manager::instance_ok()", referenced from:
      annotation_dialog::init() in __init_qt___la-annotation-dialog.o
      annotation_dialog::button_clicked(QAbstractButton*) in 
__init_qt___la-annotation-dialog.o
  "octave::resource_manager::instance", referenced from:
      annotation_dialog::init() in __init_qt___la-annotation-dialog.o
      annotation_dialog::button_clicked(QAbstractButton*) in 
__init_qt___la-annotation-dialog.o
  "octave::resource_manager::do_get_settings() const", referenced from:
      annotation_dialog::init() in __init_qt___la-annotation-dialog.o
      annotation_dialog::button_clicked(QAbstractButton*) in 
__init_qt___la-annotation-dialog.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libgui/graphics/__init_qt__.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


anyone else seen anything like that?

c.





reply via email to

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