Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebird Build the project from the sources [DOC134] #6774

Open
firebird-automations opened this issue Apr 23, 2018 · 3 comments
Open

Firebird Build the project from the sources [DOC134] #6774

firebird-automations opened this issue Apr 23, 2018 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Semyon Romanov (sas9mba)

Good afternoon, for several days now I have been trying to assemble the Firebird project from the sources, I take from here:

https://github.com/FirebirdSQL/firebird/tree/B3_0_Release

instruction:

https://www.firebirdsql.org/en/building-the-code/

I tried the same master version, it did not help. To this message I attach logs from the console and output errors of the console itself. Perhaps you have a collected project, I will be infinitely grateful! installed VS: 2008, 2015 Prof, 2017 Prof

Log:

https://yadi.sk/d/tNOd6-YY3UbneF

Sorry for my English

@firebird-automations
Copy link
Collaborator Author

Commented by: Semyon Romanov (sas9mba)

I'm missing a file build_file.cpp
if you start the line of file generation:
C:\firebird-B3_0_Release\temp\x64\release\firebird\\gpre -n -m C:\firebird-B3_0_Release\src\msgs\build_file.epp C:\firebird-B3_0_Release\gen\preprocessing.cpp -b C:/firebird-B3_0_Release/gen/dbs/
Unable to complete network request to host "xnet://Global\FIREBIRD".
(E) C:\firebird-B3_0_Release\src\msgs\build_file.epp:47: Couldn't access database DB = 'C:/firebird-B3_0_Release/gen/dbs/msg.fdb'
1 error, no warnings

@mrotteveel mrotteveel transferred this issue from FirebirdSQL/firebird-documentation Apr 25, 2021
@brechtsanders
Copy link

I'm also stuck building Firebird (currently 3.0.7.33374-0) with MinGW-w64 because I'm stuck on the .msg file generation and the sources don't include build_file.cpp

@AlexPeshkoff
Copy link
Member

AlexPeshkoff commented May 7, 2021

Unable to complete network request to host "xnet://Global\FIREBIRD".

That's FAR not ideal diag. gpre tries different ways to access DB but gives message from last one, which was netwiork one. Embedded access should work here but somewhy it did not work for you. You should solve that problem with your build to proceed.

What about MinGW build - it was not supported for many years, and if you have successfully reached message file generation point that's already great! What about build_file.cpp - build_file.epp should be preprocessed by gpre to get that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants