Re: [Firebird-devel] Cannot connect (errors on firebird.log)

2011-05-18 Thread Paul Beach
I think the firebird log explains the problem very well... Paul > -Original Message- > From: Leonardo M. Ramé [mailto:martinr...@yahoo.com] > Sent: 18 May 2011 14:07 > To: firebird-devel@lists.sourceforge.net > Subject: [Firebird-devel] Cannot connect (errors on firebird.log) > > > Sorry

Re: [Firebird-devel] Cannot connect (errors on firebird.log)

2011-05-18 Thread Paul Beach
<> Excellent - when you run out of semaphores and get the error again - remember what Alex suggested. Also this issue SHOULD be on the support list - NOT the development list. Regards Paul -- What Every C/C++ and Fortr

Re: [Firebird-devel] nbackup during TPC-H database generation(scale: 1GB)

2011-07-14 Thread Paul Beach
TS> I ran a quick test of nbackup with Firebird 2.1.4 Classic 32-bit during TS> The next TS> level 1 backup hangs now, the delta file fills up and any other database TS> attachments to the database hang as well, so no additional database TS> attachments possible. > 2.1.4 is old, use higher version

Re: [Firebird-devel] url from headers

2011-08-23 Thread Paul Beach
> > It would not be appropriate for the project to change the > License header, in any way. > > Which would be fine if the link actually went to Embarcadero > but it seems that > the inprise domains are now owned by advertising scammers? I > think in this case > changing it is appropriate as

Re: [Firebird-devel] url from headers

2011-08-23 Thread Paul Beach
Paul Beach wrote: >>> It would not be appropriate for the project to change the >> > License header, in any way. >> > >> > Which would be fine if the link actually went to Embarcadero >> > but it seems that >> > the inprise domains are no

Re: [Firebird-devel] SF.net SVN: firebird:[54042]firebird/trunk/builds/posix

2012-02-25 Thread Paul Beach
Adriano, <> Sed in itself is not a problem, unfortunately as Alex and I have just discovered sed on linux v's sed on MacOSX are slightly different beasties. Via Alex. "-i switch differs from GNU syntax Mac: -i extension Edit files in-place, saving backups with the specified extens

[Firebird-devel] incomplete crash report

2012-06-15 Thread Paul Beach
<> http://www.ibphoenix.com/resources/documents/development/doc_35 Please read. Regards Paul -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has ch

Re: [Firebird-devel] Can someone add info how to backtrace core-3740

2012-08-08 Thread Paul Beach
> Unable to reproduce using 2.5.2 debug/normal bui

Re: [Firebird-devel] Can someone add info how to backtrace core-3740

2012-08-08 Thread Paul Beach
> < a patch/build to try it > http://firebird.1100200.n4.nabble.com/Firebird-bug-on-Mac-crashes-when-using-quot-IN-quot-lists-with-417-or-more-elements-td3001784. > html > > On Wed, Aug 8, 2012 at 7:58 AM, marius adrian popa > wrote: > http://tracker.firebirdsql.org/browse/CORE-3740 >> > > Unable

[Firebird-devel] Firebird 2.5.3?

2012-09-13 Thread Paul Beach
<,current snapshot builds are prefixed with 2.5.3, and there is no sign regarding 2.5.2. What's the most recent strategy regarding the next stable post 2.5.1 release?>> I would have thought that snapshot = 2.5.3 might give you a clue about 2.5.2 - It just passed Q/A and RC1 will be available ve

Re: [Firebird-devel] Database dialect and BIGINT in metadata

2012-10-31 Thread Paul Beach
> I have no idea what to do (well, actually I have a very easy and good > one, you know, it's to wipe dialect 1/2). I'd hate to split a single > field in two to support something which should be removed +10 years ago. <> They haven't Paul

[Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Paul Beach
Markus <> Fine... <<| Running ./configure ... | checking whether make sets $(MAKE)... yes | checking build system type... x86_64-apple-darwin12.2.1 | checking host system type... x86_64-apple-darwin12.2.1 | checking target system type... x86_64-apple-darwin12.2.1 | configure: error: unsupported

Re: [Firebird-devel] Build firebird 2.0.7 on Mac OS X 10.8.2

2012-12-13 Thread Paul Beach
Its bizarre, but it looks like a format problem with epp files under the "updated" installation of the Darwin development tools - to get this to compile, when you get an .epp file error, just find the file, edit it with vi, and then save it(write/quit) Eventually all will compile. Whats anno

Re: [Firebird-devel] Firebird new release is needed

2013-03-16 Thread Paul Beach
> I think we should not remove old versions from website, but instead move > them to an archive page. Agreed. If anyone wants a new version of 2.0.x with the fix - they can ask us. Paul -- Everyone hates slow websi

Re: [Firebird-devel] RFC: non-expandable fields

2013-04-04 Thread Paul Beach
> i wrote this RFC by request of one local company which have (as many others) > wrote own replicator and got some issues which could be resolved very easy > with a little support from the Firebird engine side. I think we could discuss > it and > determine if requested feature could add some value

Re: [Firebird-devel] fbintl.conf

2013-07-01 Thread Paul Beach
Re. <> Your autogen.sh probably contains the following lines # automake 1.10 may show '1.10.x' as version while the directory is still named # automake-1.10 am_ver=`automake --version|sed 's/.\+ //; s/\.[^.]\+$//; q'` cp /usr/share/automake-$am_ver*/install-sh $CONFIG_AUX_DIR || exit 1 its fail

Re: [Firebird-devel] license for examples wrong links

2013-07-18 Thread Paul Beach
The two links at IBPhoenix for the original license (IPL) http://www.ibphoenix.com/about/firebird/ipl and the (IDPL) http://www.ibphoenix.com/about/firebird/idpl Are true representatives of both licenses. The IPL is the original license, that was released along with the original source code (

Re: [Firebird-devel] Firebird 3.0 Alpha 2 release is available fortesting

2014-02-02 Thread Paul Beach
> No builds for macosx ? No... I am still in the process of trying to do the port... MacOSX gcc is broken (exception handling) - even the version in MacPorts AFAICS (64bit only) So am attempting to use clang... (latest version of XCode on Mavericks) Which brings its own problems... TLS issu

Re: [Firebird-devel] Firebird 3.0 Alpha 2 release is available fortesting

2014-02-20 Thread Paul Beach
> No builds for macosx ? Just as an FYI. Thanks to assistance from Alex, we now have Firebird 3.0 building on MacOSX 10.8 with XCode 4.6.3 Regards Paul -- Managing the Performance of Cloud-Based Applications Take advan

Re: [Firebird-devel] Gpre and DYN

2014-03-18 Thread Paul Beach
> On 18/03/2014 13:09, Claudio Valderrama C. wrote: > > People, GPRE's cmd.cpp and sql.cpp generate a lot of DYN commands. > > FB3 doesn't understand DYN. What should we do, disable > those places in GPRE > > with an error message? > > > > > Why the engine error message about unsupported DYN is n

Re: [Firebird-devel] DDL Triggers, how to retrieve type?

2014-05-23 Thread Paul Beach
>>> - Any other suggestion? >> >> Drop dialect 1 support. > > Allow dialect 1 to have access to BIGINT fields. <> Because there are large numbers of databases out there still using it... and if we are going to drop support for dialect 1, we should announce it well in advance, not at alpha sta

Re: [Firebird-devel] DDL Triggers, how to retrieve type?

2014-05-23 Thread Paul Beach
On Fri, 23 May 2014 09:03:35 +0200, "Paul Beach" wrote: >>>> - Any other suggestion? >>> >>> Drop dialect 1 support. >> >> Allow dialect 1 to have access to BIGINT fields. > > < > but the question that arises is "why?&qu

Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-06-24 Thread Paul Beach
<> Exactly... we need to keep our default behaviour as is and create a new isolation level that supports the cursor stability in Read Committed that Nikolay wants. Regards Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24

Re: [Firebird-devel] Server-side plugins and character sets

2014-07-02 Thread Paul Beach
<> And on MacOSX. Regards Paul -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and

[Firebird-devel] Firebird 3.0 on MacOSX

2014-09-09 Thread Paul Beach
Marius, An update, Firebird 3.0 now compiles on MacOSX (10.9.x) using clang etc under XCode 5.1 Am now working on the updated installer. Regards Paul Beach -- Want excitement? Manually upgrade your production database

[Firebird-devel] Firebird 3.0 on MacOSX

2014-09-19 Thread Paul Beach
I need to post this on devel to canvass some opinions re. Firebird 3.x on MacOSX. As you may know in firebird 3.0 on posix now relies on a OS pre-installed version of ICU for both development and runtime, rather than what was our own build of ICU. Although this has its inherent problems (datab

Re: [Firebird-devel] Multiple instances under windows (wasRe:UsingFirebird 3, beta 1 - installer report)

2014-10-28 Thread Paul Beach
<> I am not prepared to even think about it. Trying to get an installer that can handle 3.0 is proving to be more complicated than it should be. Regards Paul -- Firebird-Devel mailing list, web interface at https://l

[Firebird-devel] Building Firebird 3 on Mac

2014-10-28 Thread Paul Beach
Roman, <> Yes - the build in 3.0 cannot use the -install-name flag, there are a couple of other issues with the relevant build files in builds.posix as well, which I haven't committed yet. I will send you working prefix.darwin_x86_64 and darwin defaults via email privately. Regards Paul -

Re: [Firebird-devel] Visual Studio Community 2013

2014-11-18 Thread Paul Beach
On 11/18/14 11:44, Ji?í ?in?ura wrote: >>> Are you suggesting this become the basis for all Windows based builds >> going forward? >> >> I wasn't, but it moving from Visual Studio 2010 to 2013 (or the upcoming >> 2015) might be something to consider for the near future. > And we *might* benefit fro

[Firebird-devel] Missing checkins emails?

2015-01-14 Thread Paul Beach
Adriano, <> Both of those checkins are missing from my checkins digest too. Regards Paul -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new s

[Firebird-devel] 64 bit Tx ID

2015-01-15 Thread Paul Beach
<> The API is completely unaffected by the support for 64bit transaction ids. Regards Paul -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new

[Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
Using: --- src/isql/InputDevices.cpp (revision 60530) +++ src/isql/InputDevices.cpp (working copy) @@ -23,12 +23,12 @@ #include "firebird.h" #ifdef DARWIN -#if defined(i386) || defined(__x86_64__) -#include -#else +//#if defined(i386) || defined(__x86_64__) +//#include +//#else #include

Re: [Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
< is used, we need to add some #ifdefs here.>> Correct, otherwise the default Darwin build will be broken if that line is commented out. <> No, cureently we build using GNU Make and either gcc/g++ or clang Paul --

[Firebird-devel] Start Firebird Service under OSX Yosemite

2015-02-17 Thread Paul Beach
> I am downloading Yosemite now. Regards Paul -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Ins

[Firebird-devel] (no subject)

2015-02-18 Thread Paul Beach
> > I am downloading Yosemite now. Hmm - everything looks fine if you install SuperServer directly, i.e. SuperServer starts without a problem. But on reboot - it doesn't start automatically as it should. Goin

[Firebird-devel] Start Firebird Service under OSX Yosemite

2015-02-18 Thread Paul Beach
http://paulbeachsblog.blogspot.fr/2015/02/yosemite-superserver-and-startupitems.html Suffice to say I will be updating the installer to support this in due course. Regards Paul -- Download BIRT iHub F-Type - The Free

[Firebird-devel] Time to update our headers.

2015-03-04 Thread Paul Beach
<> ipl - http://www.ibphoenix.com/about/firebird/ipl

Re: [Firebird-devel] Time to update our headers.

2015-03-05 Thread Paul Beach
05.03.2015 16:13, Dimitry Sibiryakov wrote: > We are talking about sources (particularly headers), no?.. << I mean that if you are going to update headers to a new license URL, it would be better if it is official project's site URL, not IBPhoenix one.>> The IPL license hosted on IBPhoenix

Re: [Firebird-devel] Time to update our headers.

2015-03-05 Thread Paul Beach
> The IPL license hosted on IBPhoenix was the license originally used, i.e. we > hosted the original license that the InterBase code was > released with (as Ann and I devised it). If I remember rightly the Inprise > license was slightly modified after release. > > We also hosted the IDPL license

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-30 Thread Paul Beach
On 03/29/15 21:56, Egor Pugin wrote: > Hi, > > Actually I didn't try to run Firebird on OS X before, but... > I ran fbserver from Xcode and the standard socket() function cannot > create socket. > remote/inet.cpp:3060 > fd = ::socket(domain, type | O_CLOEXEC, protocol); > (The execution does not go

Re: [Firebird-devel] Build Firebird on Mac OSX Yosemite with CMake

2015-03-30 Thread Paul Beach
<> Ahh - good - that gets rid of one possible reason for failure. Perhaps FD_CLOEXEC instead? Paul -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership w

[Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-10 Thread Paul Beach
> This was fixed in B2_5_Release sometime ago. Configure detects both 64bit and 32bit using x*64-*-darwin* | x*64_*-darwin*) MAKEFILE_PRIFIX=darwin_x86_64 and i*86-*-darwin* | i*86_*-darwin*) MAKEFILE_

[Firebird-devel] Re. Fix Firebird build against OS X SDK 10.11

2015-06-11 Thread Paul Beach
> There will have been a reason why that particular flag was used The change for nodefaultlibs was added to fix a problem with gcc 4.1 by the look of it. Since

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[62678] firebird/trunk/src/yvalve/why.cpp

2015-12-17 Thread Paul Beach
<< I do not want to rollback my commit as you demanded because it is required if IBPhoenix want to sell their crypt plugin to Firebird users. If Paul is ready to limit sales to Avalerion users only - no problem, I'll rollback it on his order.>> It would be nice to offer an ecryption plugin

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[62678] firebird/trunk/src/yvalve/why.cpp

2015-12-17 Thread Paul Beach
> > On 12/17/2015 02:43 PM, Paul Beach wrote: > > << I do not want to rollback my commit as you demanded because it is > > required if IBPhoenix > > want to sell their crypt plugin to Firebird users. If Paul is ready to > > limit sales to > > Avaler

[Firebird-devel] ODP: Re: fb3 connections limit

2016-01-21 Thread Paul Beach
> may i ask what is the reason of that limit on windows? http://tracker.firebirdsql.org/browse/CORE-4439 Paul Beach -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM +

Re: [Firebird-devel] ODP: Re: fb3 connections limit

2016-01-21 Thread Paul Beach
>> may i ask what is the reason of that limit on windows? > > http://tracker.firebirdsql.org/browse/CORE-4439 > That doesn't really answer the why :) It does if you google FD_SETSIZE and winsock https://msdn.microsoft.com/en-us/library/windows/desktop/ms739169%28v=vs.85%29.aspx Paul --

Re: [Firebird-devel] ODP: Re: fb3 connections limit

2016-01-22 Thread Paul Beach
>Only constant FD_SETSIZE at compilation time which can by changed in code. See: src/remote/inet.cpp #ifdef WIN_NT #define FD_SETSIZE 2048 #endif Regards Paul -- Site24x7 APM Insight: Get Deep Visibility into Applica

[Firebird-devel] Solaris port

2016-02-04 Thread Paul Beach
Dimitry, <> AFAIK, 2.5 should build on both gcc and CC and this has been done relatively recently. The same should be true for AIX and HPUX. Regards Paul -- Site24x7 APM Insight: Get Deep Visibility into Application P

Re: [Firebird-devel] Compiler for official Firebird 4 release on Windows

2016-02-29 Thread Paul Beach
>> There comes a time when some OSs/installs need to be recognized as *legacy*. > Such as Solaris, for example?.. Still alive and kicking I am afraid. Firebird 2.5 Compiles cleanly for Solaris and is in use. Paul -- Sit

Re: [Firebird-devel] Improve compilation on OS X El Capitan

2016-03-02 Thread Paul Beach
> Is there anything wrong with my previous message? No > Should I do things differently? No > Is compiling Firebird on OS X El Capitan supported? Yes - it worked (with some minor issues) the last time I looked at it. I intend to sort out the port of FB3 now that RC2 is about to be released a

[Firebird-devel] gpre and boolean fields

2016-03-03 Thread Paul Beach
>Do you agree that support for boolean fields in gpre is a good thing? If somebody provides the support, then I am unlikely to complain, strangely enough I do know a few users who continue to use gpre. Regards Paul --

Re: [Firebird-devel] Git

2016-03-18 Thread Paul Beach
> > e.g. > > git checkout -b mac-port B3_0_Release > > You need "git clone" before that (just once for all the subsequent work). I have got as far as that - I am now trying to work out exactly what I need to do to start committing some of my changes for the Mac Port for 3.0 back into git... now

[Firebird-devel] Git

2016-03-19 Thread Paul Beach
Since some of us are newbies to git and github, I need to ask some questions as I would like to move onto git asap and stop using sourceforge and svn. I had started looking at the Firebird 3 build and port for MacOS, and am curious as how I can do this work via git. Since git can uses branches fo

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
> Having just checked - Clang (LLVM) 3.5 is installed via XCode on my Mac. So thats OK. Paul -- Transfor

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
>> in new codebase (v4) we going to use atomic operations more intensively than >> before. The question is: could we use standard features of C++11 or should >> choose some 3rd party library (such as libatomic_ops) for it ? >> >> The main concern about C++11 atomics is - if all platforms where

Re: [Firebird-devel] Atomics

2016-03-23 Thread Paul Beach
> < Linux). > Is it a problem for us ?>> > > An interesting question, I do know of a few users who continue to use AIX and > HPUX and > who actively build on 2.5... Will we still have AIX and HPUX users by the > time we release > Firebird 4.0 - I don't know. <> Just an observation. Currentl

Re: [Firebird-devel] C++11 features

2016-08-31 Thread Paul Beach
>As I was said, it would drop out some platforms such as HPUX and Solaris > where compilers don't support C++11 standard. >> Are these platforms that significant anymore for Firebird? Still used (and maintained) by some customers (and IBPhoenix) on 2.5 > Are there more than 1000 Firebird de

Re: [Firebird-devel] When will version 3.0 be available for Mac OS X ?

2016-09-29 Thread Paul Beach
> Probably when I find time to finish the work I have started. But I am not sure when that will be. Firebird 3 compiles on MacOS if you install all the right stuff in the right places (ICU, libtommatch etc) and set the appropriate co

Re: [Firebird-devel] Building Firebird 3.0 sometimes fails with aSIGSEGV in gfix

2016-10-27 Thread Paul Beach
> When building Firebird 3.0 as part of LibreOffice (on Linux), it > occasionally happens that the build fails with > > ... > > rm -f ../../gen/examples/employee.fdb > > ./empbuild ../../gen/examples/employee.fdb > > creating database ../../gen/examples/employee.fdb > > Turning forced writes off

Re: [Firebird-devel] Firebird3 build fails on MacOsX

2016-11-11 Thread Paul Beach
> http://paulbeachsblog.blogspot.fr/2016/03/dyldlibrarypath-and-el-capitan.html Regards Paul -- Developer Access Program for

Re: [Firebird-devel] When will version 3.0 be available for Mac OS X ?

2016-11-28 Thread Paul Beach
> >From my notes (so far): ICU Amend config/mh-darwin Note install-path LD_SONAME ## Compiler switches to embed a library name and version informationifeq ($(ENABLE_RPATH),YES) LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSI

Re: [Firebird-devel] LibreOffice 5.3.0 is using firebird 3.0

2017-02-09 Thread Paul Beach
> LibreOffice Release notes > > https://wiki.documentfoundation.org/ReleaseNotes/5.3#Base > > And hackernews > > https://news.ycombinator.com/item?id=13542234 "Since a future version of firebird will have a backwards compatibility module, some future version of LibreOffice (embedding this future

Re: [Firebird-devel] LibreOffice 5.3.0 is using firebird 3.0

2017-02-09 Thread Paul Beach
On 9-2-2017 11:03, Paul Beach wrote: > "Since a future version of firebird will have a backwards compatibility > module, some future version of LibreOffice (embedding this future > version of firebird) will also be able to open these older files." > > < and earlier co

Re: [Firebird-devel] alloc.h global operator new replacement violating alignment requirements

2017-02-17 Thread Paul Beach
On 17/02/2017 09:39, Stephan Bergmann wrote: > On 02/17/2017 12:24 PM, Alex Peshkoff wrote: >> On 02/17/17 14:15, Stephan Bergmann wrote: >> >> This idea seems to be much better than DEBUG_GDS_ALLOC: >> >>> Since LibreOffice builds intended for widespread distribution are on >>> Linux usually done

Re: [Firebird-devel] Firebird 3 on MacOS not working as an embedded server

2017-02-24 Thread Paul Beach
> I think placed plugins/libEngine12.dylib one level above (not beneath) my bin > folder, and now my CREATE statement works! Hmm the default build for Firebird on MacOSX creates a framework, and all the libraries/binaries (where applicable - libfbclient) have the framework location built into t

[Firebird-devel] Firebird 3.x on MacOS

2017-03-01 Thread Paul Beach
A question by Vlad has prompted me to write this brief message... Some of you may have noticed that we have no official installer for Firebird 3.x on MacOSX... to date thats been down to me, and on my todo list when I get enough time. I have started work on it but I haven't been able to finish i

[Firebird-devel] Firebird 3.x on MacOS

2017-03-01 Thread Paul Beach
That took me more than enough time to work out.. ok the following should work. You will need to install a copy of ICU, the ICU shipped with MacOS (assuming they still do) is not good enough. The easiest way to do this is to download the source code and build it yourself. Currently I am using 5.4

Re: [Firebird-devel] Firebird 3.x on MacOS

2017-03-01 Thread Paul Beach
I will try and do my best to revisit the MacOS build once 3.0.2 comes out (which is likely to be very shortly). Regards Paul -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slas

Re: [Firebird-devel] gpre cobol can't access memory segfault with trace

2017-06-18 Thread Paul Beach
> I ran a back trace on it as per Brian Tiffin's suggestion at gnucobol. I > was able to use gdb. I believe gnucobol is an implementation of opencobol, in which case this is probably relevant... http://www.ibphoenix.com/resources/documents/search/doc_382 Regards Paul --

Re: [Firebird-devel] hello world example of gpre requested

2017-07-05 Thread Paul Beach
<> I have some cobol samples - on paper. I have used gpre fairly extensively over the years, but you are right in terms of deprecation, it doesn't support new features and its very long in the tooth. Adding cobol support to Firebird by doing a build isn't complicated, a simple ./configure –with-

[Firebird-devel] Firebird 3.x MacOSX

2017-07-06 Thread Paul Beach
Et al, I have a beta installer of 64bit Firebird 3.0.3 running on MacOSX. It runs by default as SuperServer currently (as it should) with no simple way to switch to Classic. That work needs to be finished. If any one wants copy to download an install and test - please email me. Regards Paul

[Firebird-devel] Firebird 3.0.3 for MacOSX

2017-07-20 Thread Paul Beach
A beta version of a 64bit Firebird 3.0.3 for MacOSX is now available as a download http://www.ibphoenix.com/download/firebird/30 for those of you who might be interested in trying it. Regards Paul Beach Tel (France): +33 (0) 2 47 58 30 43 Mob (France): +33 (0) 6 79 24 32 32

[Firebird-devel] Something of interest to some perhaps....

2017-08-02 Thread Paul Beach
pwd = /Users/pbeach/30ios/gen/Release/firebird/lib MacPro:lib pbeach$ file libfb* libfbclient.dylib.3.0.3: Mach-O dynamically linked shared library arm_v7 Regards Paul -- Check out the vibrant tech community on one of t

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
Mario,

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
> But since nobody seemed to want it, I stopped work on it. > Its not a simple exercise > Thats your opinion, I did a port for firebird 2.x a few years ago... http://paulbeachsblog.blogspot.fr/2013/09/an-update-about-firebird-

Re: [Firebird-devel] About support for embed into iOS/Android

2018-01-18 Thread Paul Beach
Karol, <> Then please feel free to add an item to the tracker, and we will see... If there is enough interest maybe people would be prepared to fund the development work... Regards Paul -- Check out the vibrant tech co

Re: [Firebird-devel] Firebird 3.0.3 build on Fedora rawhide icu 60.2

2018-02-27 Thread Paul Beach
Philippe, > firebird-3.0.3.32900 doesn't build on Fedora rawhide with icu 60.2 > > Any idea on how to fix it ? > > error: 'char16_t' does not name a type; did you mean 'charset'? > error: 'UChar' does not name a type; did you mean 'UChar32'? > > etc.. > > Log: > > https://paste.fedoraproject.org/p

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-21 Thread Paul Beach
> After compiling firebird 2.5.8 on latest MacOS I run into problem that > win1252 charset seems to crash software when using embedded to open > local database file. > > When charset is specified on connect crash does happen there. > When connect is done using UTF8 crash does happen as soon as an

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-21 Thread Paul Beach
> >> After compiling firebird 2.5.8 on latest MacOS I run into problem that > >> win1252 charset seems to crash software when using embedded to open > >> local database file. > >> > >> When charset is specified on connect crash does happen there. > >> When connect is done using UTF8 crash does hap

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-22 Thread Paul Beach
> >> After compiling firebird 2.5.8 on latest MacOS I run into problem that > >> win1252 charset seems to crash software when using embedded to open > >> local database file. > >> > >> When charset is specified on connect crash does happen there. > >> When connect is done using UTF8 crash does happ

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-22 Thread Paul Beach
> An real debug-build did make the crash vanish therefore no further > stacktrace. > > After switching to -O0 the problem is vanished, with -O1 it does fail Right and thats the right thing to do - I found and fixed this for 2.5.8 release - thats why I asked what optimisation level you were u

Re: [Firebird-devel] some issues with sed on macosx firebird master

2018-03-23 Thread Paul Beach
> > icu is installed > > > > ls /usr/local/opt/icu4c/lib > > > > icu libicuio.59.1.dylib libicutu.59.dylib > > libicudata.59.1.dylib libicuio.59.dylib libicutu.a > > libicudata.59.dylib libicuio.a libicutu.dylib > > libicudata.a libicuio.dylib libicuuc.59.1.dylib > > libicudata.dylib libicutest.59.

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-23 Thread Paul Beach
> > Where did you get the code you are using from? Ideally you should have got > > it > > from github B2_5_Release. > > It's not from Github but official tarbal fom firebirdsql.org. Which does not contain the few changes I added to make it build properly after 2.5.8 was released on Linux and Wi

Re: [Firebird-devel] Win1252 Charset on MacOS

2018-03-27 Thread Paul Beach
> >> For some reason compile stopped with an error when including ICU. > >> Therefore I did install ICU to /usr/local > > What was the error? > /Applications/Xcode.app/Contents/Developer/usr/bin/make -f > ../gen/Makefile.refDatabases ref_databases > rm -f -f msg.fdb > echo create database \'msg.f

Re: [Firebird-devel] Suppress database encryption callback

2018-04-13 Thread Paul Beach
> 13.04.2018 17:01, Mark Rotteveel wrote: > > Let me rephrase: exactly what causes Firebird to perform a callback to the > > client, and > > what must a KeyHolderPlugin do to make sure no callback is performed. > >Firebird calls client callback when key holder in keyCallback() calls the >

Re: [Firebird-devel] Firebird 3 embedded om iOS

2018-07-26 Thread Paul Beach
> I am sorry if this has been covered somewhere already, but I would like to > know what it would take run Firebird 3 > embedded on iOS. An appropriate build for iOS. Its not impossible and is in fact perfectly feasible, I just think no-one has really tried to do it. Regards Paul

Re: [Firebird-devel] ? Firebird 3 embedded om iOS?

2018-08-01 Thread Paul Beach
> > Thank you very much for the answer. Adrian Marius Popa wrote in > > October a blog post regarding Firebird 3 (and 2.5) on iOS: > > https://mapopa.blogspot.com/2017/10/firebird-3-on-apple-ios.html?m=1 > > > > The blog post contains little information other than that it is > > possible. For

Re: [Firebird-devel] ? Firebird 3 embedded om iOS?

2018-08-01 Thread Paul Beach
> > > Thank you very much for the answer. Adrian Marius Popa wrote in > > > October a blog post regarding Firebird 3 (and 2.5) on iOS: > > > https://mapopa.blogspot.com/2017/10/firebird-3-on-apple-ios.html?m=1 > > > > > > The blog post contains little information other than that it is > > > poss

Re: [Firebird-devel] Build, install and test 3.0 on Debian 10

2019-06-13 Thread Paul Beach
> I try to make and test "my own" build with Debian 10. First with default > settings, just execute "autogen.sh", "make" and "make install" without > any modification. At the last step I got the next problem: > > > Firebird 3.0.5.33140-0.amd64 Installation > > Press Enter to start installation

Re: [Firebird-devel] How to fb 3.0.4 embedde in android with delphi 10.2

2019-09-18 Thread Paul Beach
> I don't know about Android, but Windows and Linux https://www.ibph

Re: [Firebird-devel] MacOS build

2019-10-24 Thread Paul Beach
Adriano, > I'm trying to setup github-actions with MacOS build. > Guess what? Errors after errors. > Is the master code supposed to build without patches? I haven't looked at building MacOS on master, mainly because its a port, so I wait until the code stabilises before I start working on it so

Re: [Firebird-devel] MacOS build sometimes hangs

2019-11-28 Thread Paul Beach
> More or less related question. As far as I know latest builds done by > Paul Beach were done using llvm. gcc had some problems. May be try llvm > instead it? Alex is correct, LLVM/Clang is now the default compiler on MacOS, and thats what we currently use to build Firebird. Paul

Re: [Firebird-devel] MacOS build sometimes hangs

2019-11-28 Thread Paul Beach
> On 28/11/2019 05:57, Paul Beach wrote: > >> More or less related question. As far as I know latest builds done by > >> Paul Beach were done using llvm. gcc had some problems. May be try llvm > >> instead it? > > Alex is correct, LLVM/Clang is now the defa

Re: [Firebird-devel] LibreOffice Patch : Can't use System V semaphores in a sandboxed macOS process

2021-02-23 Thread Paul Beach
> Not really https://github.com/FirebirdSQL/firebird/commit/6ec7a10aa3b772527320729b6c67d6bc83258d39= Paul Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-

Re: [Firebird-devel] Invalid SPB

2021-07-20 Thread Paul Beach
> > BTW, anybody remembers the reason why version 2 has two values - > > isc_spb_version, isc_spb_current_version - at the beginning? > > > > Sooner of all this should be asked in Borland / Inprise - that was so in > IB6.0. No obvious explanation but its the best you will get https://www.ib

Re: [Firebird-devel] Thread about Jaybird / Firebird Embedded crash on firebird-java

2021-07-25 Thread Paul Beach
Mark, > On 23-07-2021 10:26, Mark Rotteveel wrote: > > On 23-07-2021 10:06, Vlad Khorsun wrote: > >> 23.07.2021 10:50, Mark Rotteveel wrote: > >>> Hi, > >>> > >>> Last week a question was asked on firebird-java regarding a JVM crash > >>> on Linux when Firebird Embedded is used in combination wit

Re: [Firebird-devel] MacOS problem with dlclose

2022-01-25 Thread Paul Beach
> On 24/01/2022 06:50, Alex Peshkoff via Firebird-devel wrote: > > On 1/24/22 12:28, Alex Peshkoff via Firebird-devel wrote: > > > >> for FB3 and may be fb4 option 1 is a way to go. > > > > BTW, looks like we have 3.0.9 release soon. > > > > As I talked earlier, FB 3 apparently was not affect

Re: [Firebird-devel] isc_dpb_dbkey_scope

2022-05-19 Thread Paul Beach
>How is subj supposed to work? I see that it forces engine to start a > transaction and that's all. It maintains all the rdb$db_key values for the length of a connection - i.e. they are not allowed to change. An internal transaction gets started for this. It was introduced to support Cognos'

[Firebird-devel] [FB-Tracker] Created: (CORE-4966) Firebird installer fails on El Capitan (MacOSX 10.11)

2015-10-19 Thread Paul Beach (JIRA)
: Installation Affects Versions: 2.5.4 Environment: El Capitan - MacOSX 10.11 - Released 30th Sep 2015 Reporter: Paul Beach Firebird MacOSX installer fails on the latest release of OSX. Apple have finally deprecated the installer format we use. A new installer needs to be

  1   2   >