Re: [fpc-pascal] pas2js Webgl unit committed

2018-05-07 Thread Michael Van Canneyt
IMO the simplest solution for you is to use the pas2js repo: Remove the line in fpMake.pp that adds the library. Run make all. You will not have the library version of the compiler, but the rest should be compiled: command-line compiler and web compiler. Michael. On Tue, 8 May 2018, Ryan

Re: [fpc-pascal] pas2js Webgl unit committed

2018-05-07 Thread Ryan Joseph
Are there any other ideas I could try to get this working? No idea why the PPU version is wrong after a totally clean build (i.e. trashed the entire directory and recompiled). If another Mac user has a binary they could upload that would be nice also. > On May 4, 2018, at 8:41 AM, Ryan Joseph

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Mattias Gaertner
On Mon, 7 May 2018 21:49:26 +0200 Sven Barth via fpc-pascal wrote: > Am 07.05.2018 um 10:35 schrieb Mattias Gaertner: > >> [...] > >> The compiler is told about a default namespace using the new -FN > >> parameter, > > Lazarus now checks for the -FN flag in the

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-07 Thread Michael Van Canneyt
On Mon, 7 May 2018, Marcos Douglas B. Santos wrote: Application.Run; end. ===END=== My environment is: Lazarus 1.8.3 r57764 FPC 3.0.4 i386-win32-win32/win64 Best regards, Marcos Douglas Michael, Would you want that I open a issue for it? Allow me to test first, please. Michael.

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-07 Thread Marcos Douglas B. Santos
On Sun, May 6, 2018 at 5:44 PM, Marcos Douglas B. Santos wrote: > On Sat, May 5, 2018 at 11:51 AM, Michael Van Canneyt > wrote: >> >> >> On Sat, 5 May 2018, Marcos Douglas B. Santos wrote: >> >>> I'm using fpWeb in standalone mode (fphttpapp unit) to

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Sven Barth via fpc-pascal
Am 07.05.2018 um 10:35 schrieb Mattias Gaertner: [...] The compiler is told about a default namespace using the new -FN parameter, Lazarus now checks for the -FN flag in the custom compiler options. Can you add a message similar to "Using unit path:"? Then Lazarus can find out what default

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Sven Barth via fpc-pascal
Marco van de Voort schrieb am Mo., 7. Mai 2018, 11:51: > In our previous episode, Sven Barth via fpc-pascal said: > > > > > > I'm not sure what are 'all similar -F parameters', but many -F > parameters > > > allow multiple semicolon separated values. > > > > Done in r38939. :) >

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Marco van de Voort
In our previous episode, Sven Barth via fpc-pascal said: > > > > I'm not sure what are 'all similar -F parameters', but many -F parameters > > allow multiple semicolon separated values. > > Done in r38939. :) Delphi uses semicolons :-) ___ fpc-pascal

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Sven Barth via fpc-pascal
Mattias Gaertner schrieb am Mo., 7. Mai 2018, 10:35: > On Sat, 5 May 2018 19:23:04 +0200 > Sven Barth via fpc-pascal wrote: > > >[...] > > I'm pleased to announce the implementation of a new feature: default > > namespaces. > > Nice! >

Re: [fpc-pascal] Feature announcement: default namespaces

2018-05-07 Thread Mattias Gaertner
On Sat, 5 May 2018 19:23:04 +0200 Sven Barth via fpc-pascal wrote: >[...] > I'm pleased to announce the implementation of a new feature: default > namespaces. Nice! Dotted unit names without that felt so stupid. >[...] Nevertheless the prefix of such a unit