Re: How to use git

2016-08-22 Thread Dr M J Carter
On Sun, Aug 21, 2016 at 01:44:55PM +1000, Ian Wadham wrote: > If you are going to fix a bug, you need to retrieve the new branch > from central and make the same fix in two branches. I can never > remember exactly how to do that… ;-) Commit the fix in one branch, and cherry-pick that commit into

Re: [MacPorts] #50913: VLC @2.2.2: error: expected identifier or '('

2016-03-21 Thread Dr M J Carter
On Mon, Mar 21, 2016 at 01:39:31PM +, MacPorts wrote: > Can you check in vlc_mist_picture.i.10-10 if you do have a definition for > _Static_assert. {{{ /* locale.h */ # 243 "../include/vlc_fixups.h" #define _Static_assert(x,s) ((void) sizeof (struct { unsigned a[(x) ? 1 : -1];})) #define s