FLTK logo

Re: [fltk.general] Production version recommendation

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Production version recommendation w1hkj Nov 23, 2020  
  Thank you Manolo.  I will build with the repository 1.3.5.  Just one issue in accessing the 1.3.5 git branch for local use:

dave@m90p:~/dev.git/fltk-rev$ git branch
* master
dave@m90p:~/dev.git/fltk-rev$ git branch --all
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/branch-1.0
  remotes/origin/branch-1.1
  remotes/origin/branch-1.3
  remotes/origin/master
dave@m90p:~/dev.git/fltk-rev$ git checkout -b b1.3 origin/branch-1.3
error: The following untracked working tree files would be overwritten by checkout:
    documentation/src/fltk-book.tex.in
Please move or remove them before you switch branches.
Aborting

Renaming the offending file allowed me to create the local branch.

dave@m90p:~/dev.git/fltk-rev$ git checkout -b b1.3 origin/branch-1.3
Branch 'b1.3' set up to track remote branch 'branch-1.3' from 'origin'.
Switched to a new branch 'b1.3'

David

On 11/23/20 4:12 AM, Manolo wrote:
Both FLTK 1.3 and 1.4 should run correctly under macOS 11.0 "Big Sur", at least with Intel hardware.
In both cases, the last version in the git repository is necessary, because macOS 11.0 contains
an OS change that made it incompatible with the public version 1.3.5.

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/fb32bf44-72b2-4a3e-817f-b170e57c363bn%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/5e0e18a9-6daa-04d5-05db-35579a7a8810%40bellsouth.net.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.