Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.

ervus

macrumors 6502
Apr 3, 2020
402
303
So there was another update, and I did option 1 and it found two changed files:

Code:
From https://github.com/classilla/tenfourfox
 * branch                master     -> FETCH_HEAD
   d43821e1f..b1c0b3e0c  master     -> origin/master
Updating d43821e1f..b1c0b3e0c
Fast-forward
 ...l_dec.c | 107 +++---
 ...utils.c |  20 +-
 2 files changed, 71 insertions(+), 56 deletions(-)

Then I did an option 2: "Build from where it last left off." And it goes through all the make/build process and finds two items to compile:

Code:
vp8l_dec.o
cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: '-mdynamic-no-pic' overrides '-fpic', '-fPIC', '-fpie' or '-fPIE' [enabled by default]
huffman_utils.o
cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: '-mdynamic-no-pic' overrides '-fpic', '-fPIC', '-fpie' or '-fPIE' [enabled by default]
libmozwebp.a.desc

Then it links and comes up with the executable.

Are you saying that because I didn't build from "scratch" these updates are not really in the executable?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.