[fpc-pascal] Default properties first draft

2018-10-19 Thread Ryan Joseph
I finally finished what I think is first draft of default properties. Since it already took me so much time to just get the basics of the compiler figured out I thought I’d post this commit from GitHub and ask if I did anything seriously wrong or stupid. There are multiple ways I could approach

Re: [fpc-pascal] INSTALL_PREFIX, INSTALL_LIBDIR

2018-10-19 Thread christo
On 2018/10/18 09:26, Mattias Gaertner via fpc-pascal wrote: How to control where 'make install' puts the libraries (e.g. libpas2js.so)? I tried "INSTALL_LIBDIR=~/tmp/lib64", but that moves everything *except* libraries to "~/tmp/lib64". See bug https://bugs.freepascal.org/view.php?id=34346

[fpc-pascal] Cannot use SQLite 64 bit dll

2018-10-19 Thread Dennis
Using Lazarus and FPC and sqlite3conn unit, I can use the sqlite3.dll on windows without problem. However, when I try to convert my project to win 64, it just fail without any warning. I am using     FPC 3.1.1 Revision 63034     Lazarus 1.9.0     both are Win64 I download the win 64 bit

Re: [fpc-pascal] INSTALL_PREFIX, INSTALL_LIBDIR

2018-10-19 Thread Christo Crause
On Fri, 19 Oct 2018, 16:40 christo, wrote: > On 2018/10/18 09:26, Mattias Gaertner via fpc-pascal wrote: > > How to control where 'make install' puts the libraries (e.g. > > libpas2js.so)? > > > > I tried "INSTALL_LIBDIR=~/tmp/lib64", but that moves everything *except* > > libraries to