Re: issue compiling Back (undeclared identifier)

2019-04-16 Thread Sergii Stoian
Hi, Riccardo You need to recompile reinstall libs-gui from master branch. `GSAppKitAppHide` is defined in AppKit/NSEvent.h On Wed, Apr 17, 2019 at 1:53 AM Riccardo Mottola wrote: > Hi, > > on the same FreeBSD/amd64 - clang setup, I get an undeclared itendifier > > Compiling file XGServerEvent

issue compiling Back (undeclared identifier)

2019-04-16 Thread Riccardo Mottola
Hi, on the same FreeBSD/amd64 - clang setup, I get an undeclared itendifier  Compiling file XGServerEvent.m ... XGServerEvent.m:730:52: error: use of undeclared identifier 'GSAppKitAppHide'   subtype: GSAppKitAppHide  

Re: error compiling latest base on FreeBSD (ihex)

2019-04-16 Thread Riccardo Mottola
Hi Richiard! Richard Frith-Macdonald wrote: Seems likely to be related to pollution of the global namespace with new functions (though the error message appears to suggest the opposite). I changed that code (getting rid of ishex while fixing a couple of other issues); please try now. it co

Re: error compiling latest base on FreeBSD (ihex)

2019-04-16 Thread Richard Frith-Macdonald
> On 15 Apr 2019, at 23:54, Riccardo Mottola wrote: > > Hi, > > just tried to updated base on FreeBSD-amd64 /clang but it fails. I did re-run > configure. > > Linking tool cvtenc ... > Compiling file AGSParser.m ... > ../Source/./obj/libgnustep-base.so: undefined reference to `ishex' > clan