mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Update
This commit is contained in:
parent
d44d5e40bf
commit
5d15449741
@ -21,6 +21,7 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
||||
|
||||
<h3>1.-TODO</h3>
|
||||
<ul>
|
||||
<li>Build of fb_util.dll</li>
|
||||
<li>Support for ms SEH (superserver).</li>
|
||||
<li>Executable size problem. The executables are too great.</li>
|
||||
<li>DLL entrypoint definition. The fbclient.dll have a lot of unneeded entrypoints.</li>
|
||||
@ -54,6 +55,7 @@ Where is your mingw installation? ANSWER your mingw directory using slashes (as
|
||||
<li>run msysDTK-1.0.1.exe. You must the msys installation directory as the installation directory for msysDTK (default to c:\msys\1.0).</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
<h3>3.- PATCHES TO MINGW headers</h3>
|
||||
|
||||
<p>There are an error in the gcc 3.2.3 headers delivered with MINGW.<p>
|
||||
@ -62,7 +64,20 @@ Where is your mingw installation? ANSWER your mingw directory using slashes (as
|
||||
using __gnu_cxx::vsnprintf;<br>
|
||||
</p>
|
||||
|
||||
<h3>4.- BUILD PROCESS</h3>
|
||||
<h3>4.- PATCHES TO BUILD FILES</h3>
|
||||
|
||||
<ul>
|
||||
<li>The lib_fbudf target in Make.in.extlib cannot be built yet, so it must be removed.<br>
|
||||
<br>
|
||||
Edit the file Makefile.in.extlib in the builds/posix directory and change the line <br>
|
||||
<br>
|
||||
all: lib_ib_udf lib_ib_util lib_fb_util<br>
|
||||
to<br>
|
||||
all: lib_ib_udf lib_ib_util <br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>5.- BUILD PROCESS</h3>
|
||||
|
||||
<ol>
|
||||
<li>Start msys with the icon.</li>
|
||||
@ -87,7 +102,7 @@ or<br>
|
||||
warning: unknown conversion type character `I' in format<br>
|
||||
warning: too many arguments for format</p>
|
||||
|
||||
<h3>5.- TROUBLESHOOTING</h3>
|
||||
<h3>6.- TROUBLESHOOTING</h3>
|
||||
|
||||
<p>AUTOGEN<p>
|
||||
<p>The autogen script creates an output file in the same directory where it is executed with the name config.out. If the autogen fails look at config.out first.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user