Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Bastian Seeleib - Ölmühle Solling
Ok, thanks! But it actually worked now using msvc 10!

-Ursprüngliche Nachricht-
Von: Paul Reeves  
Gesendet: Dienstag, 19. März 2019 15:57
An: firebird-devel@lists.sourceforge.net
Betreff: Re: [Firebird-devel] Building Firebird 2.5 on Windows

On Tue, 19 Mar 2019 16:36:25 +0200
Vlad Khorsun  wrote:

> 19.03.2019 15:48, Paul Reeves wrote:
> > On Tue, 19 Mar 2019 15:33:23 +0200
> > Vlad Khorsun  wrote:  
> > >>  
> >> The best (and only guarantee) is to use "official" compiler.
> >> For fb25 on Windows  it is VC8 (VS2005).
> > > Actually, it is MSVC10 :-)
> 
>VC10 is used for fb3
> 
> > MSVC8 was for 2.1, if I recall correctly.  
> 
>VC8 for 2.1 and 2.5
> 

Yes, you are correct. 
VC8 just seems to be from such a long time ago. 

In fact it is from a long time ago - I just checked and the files are dated 23 
September 2005.

Apologies to Bastian too.


Paul
-- 

Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird
 


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Paul Reeves
On Tue, 19 Mar 2019 16:36:25 +0200
Vlad Khorsun  wrote:

> 19.03.2019 15:48, Paul Reeves wrote:
> > On Tue, 19 Mar 2019 15:33:23 +0200
> > Vlad Khorsun  wrote:  
> > >>  
> >> The best (and only guarantee) is to use "official" compiler.
> >> For fb25 on Windows  it is VC8 (VS2005).
> > > Actually, it is MSVC10 :-)  
> 
>VC10 is used for fb3
> 
> > MSVC8 was for 2.1, if I recall correctly.  
> 
>VC8 for 2.1 and 2.5
> 

Yes, you are correct. 
VC8 just seems to be from such a long time ago. 

In fact it is from a long time ago - I just checked and the files are
dated 23 September 2005.

Apologies to Bastian too.


Paul
-- 

Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird
 


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Vlad Khorsun

19.03.2019 15:48, Paul Reeves wrote:

On Tue, 19 Mar 2019 15:33:23 +0200
Vlad Khorsun  wrote:



The best (and only guarantee) is to use "official" compiler. For
fb25 on Windows  it is VC8 (VS2005).


Actually, it is MSVC10 :-)


  VC10 is used for fb3


MSVC8 was for 2.1, if I recall correctly.


  VC8 for 2.1 and 2.5

Regards,
Vlad


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Bastian Seeleib - Ölmühle Solling
Thanks Paul & Vlad! 
I'll try msvc10 first.

-Ursprüngliche Nachricht-
Von: Paul Reeves  
Gesendet: Dienstag, 19. März 2019 14:48
An: firebird-devel@lists.sourceforge.net
Betreff: Re: [Firebird-devel] Building Firebird 2.5 on Windows

On Tue, 19 Mar 2019 15:33:23 +0200
Vlad Khorsun  wrote:

> 
>The best (and only guarantee) is to use "official" compiler. For
> fb25 on Windows  it is VC8 (VS2005). 

Actually, it is MSVC10 :-) 

MSVC8 was for 2.1, if I recall correctly.


Paul
-- 

Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird
 


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Paul Reeves
On Tue, 19 Mar 2019 15:33:23 +0200
Vlad Khorsun  wrote:

> 
>The best (and only guarantee) is to use "official" compiler. For
> fb25 on Windows  it is VC8 (VS2005). 

Actually, it is MSVC10 :-) 

MSVC8 was for 2.1, if I recall correctly.


Paul
-- 

Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird
 


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird 2.5 on Windows

2019-03-19 Thread Vlad Khorsun

19.03.2019 12:26, Bastian Seeleib - Ölmühle Solling wrote:

Hello,

I’m trying to build Firebird 2.5 with msvc14 (Visual Studio 2015, Version 
14.0.25420.1) but I’m running into issues.
I don’t know if this is the correct Mailing-List to ask this question, 
hopefully you can help me (-:

I have the Prerequisites (Visual Studio and sed) installed. make_icu.bat works without problems, but running make_boot.bat throws 
errors with btyacc and missing lib files.


firebird\gen\x64\btyacc: 11 shift/reduce conflicts, 5 reduce/reduce conflicts.

YYTABLESIZE: 71249

Building BLR Table

A compiler error occurred.


  I remember there was reports about compiler errors by VC14 when compiling 
fb2.5 code.

5>LINK : fatal error LNK1181: cannot open input file 
'C:\Users\bseeleib\Desktop\firebird\temp\x64\Release\dsql_server_classic\dsql_server_classic.lib'


Do I need to Build Firebird 2.5 with an older Version of msvc?


  The best (and only guarantee) is to use "official" compiler. For fb25 on 
Windows  it is VC8 (VS2005).
Must add that I built recently fb2.5 using fresh VC15 (VS 2017) Community 
Edition with no problem.

Regards,
Vlad


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel