<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19328">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Compilo Perfecto.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>1 Millón de Gracias</FONT></DIV>
<DIV>=========<BR>|| ISMAEL ||<BR>=========<BR>Website: <A 
href="http://www.sisconge.byethost15.com">www.sisconge.byethost15.com</A><BR></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=metalbox9000@gmail.com href="mailto:metalbox9000@gmail.com">Jose 
  Daboin</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=lazarus-es@lists.lazarus.freepascal.org 
  href="mailto:lazarus-es@lists.lazarus.freepascal.org">Spanish version of 
  Lazarus List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, May 09, 2013 11:15 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Lazarus-es] Fwd: Error al 
  compilar ZEOSDBO-6.6.6-stable</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr>Para simplificar todo te mando el contenido del archivo zeos.ini 
  que yo modifique segun la pagina de lazarus para solucionar errores y me 
  funciono. Copia este contenido, haz una copia de zeos.inc por si a caso, abre 
  zeos.inc con un bloc de notas, borra todo y pega todo lo que aqui te deje 
  desde el conchete con el arroba lo guardas, por si acaso quita el componente 
  zeos de la lista de instalacion de componentes y vuelves a cargar el .lpk y 
  compilas a ver que 
  pasa.<BR><BR>{@********************************************************}<BR>{    
  Copyright (c) 1999-2006 Zeos Development 
  Group       
  }<BR>{                                                         
  }<BR>{ License 
  Agreement:                                      
  }<BR>{                                                         
  }<BR>{ This library is distributed in the hope that it will be }<BR>{ useful, 
  but WITHOUT ANY WARRANTY; without even the      
  }<BR>{ implied warranty of MERCHANTABILITY or FITNESS 
  FOR      }<BR>{ A PARTICULAR PURPOSE.  See the 
  GNU Lesser General       }<BR>{ Public License 
  for more 
  details.                        
  }<BR>{                                                         
  }<BR>{ The source code of the ZEOS Libraries and packages are  }<BR>{ 
  distributed under the Library GNU General 
  Public        }<BR>{ License (see the file 
  COPYING / 
  COPYING.ZEOS)           
  }<BR>{ with the following  
  modification:                       
  }<BR>{ As a special exception, the copyright holders of this   
  }<BR>{ library give you permission to link this library with   
  }<BR>{ independent modules to produce an 
  executable,           }<BR>{ 
  regardless of the license terms of these independent    }<BR>{ 
  modules, and to copy and distribute the 
  resulting       }<BR>{ executable under terms of 
  your choice, provided that    }<BR>{ you also meet, for each 
  linked independent module,      }<BR>{ the terms and 
  conditions of the license of that module. }<BR>{ An independent module is a 
  module which is not derived  }<BR>{ from or based on this library. If you 
  modify this       }<BR>{ library, you may extend 
  this exception to your version  }<BR>{ of the library, but you are not 
  obligated to do so.     }<BR>{ If you do not wish to do 
  so, delete this exception      }<BR>{ statement from 
  your 
  version.                            
  }<BR>{                                                         
  }<BR>{                                                         
  }<BR>{ The project web site is located 
  on:                     
  }<BR>{   <A 
  href="http://zeos.firmos.at">http://zeos.firmos.at</A>  
  (FORUM)                        
  }<BR>{   <A 
  href="http://zeosbugs.firmos.at">http://zeosbugs.firmos.at</A> 
  (BUGTRACKER)                
  }<BR>{   svn://<A 
  href="http://zeos.firmos.at/zeos/trunk">zeos.firmos.at/zeos/trunk</A> (SVN 
  Repository)      
  }<BR>{                                                         
  }<BR>{   <A 
  href="http://www.sourceforge.net/projects/zeoslib">http://www.sourceforge.net/projects/zeoslib</A>.          
  }<BR>{   <A 
  href="http://www.zeoslib.sourceforge.net">http://www.zeoslib.sourceforge.net</A>                    
  }<BR>{                                                         
  }<BR>{                                                         
  }<BR>{                                                         
  }<BR>{                                 
  Zeos Development Group. 
  }<BR>{********************************************************@}<BR><BR>// 
  Compilation directives for Lazarus<BR>{$IFDEF FPC}<BR>  {$MODE 
  DELPHI}<BR>  {$INTERFACES COM}<BR>  {$DEFINE VER130BELOW}<BR>  
  {$DEFINE VER140BELOW}<BR>  // We assume 2 levels is sufficient.<BR>  
  // The higher the third number in a version, the better... (we 
  hope)<BR>   {$DEFINE FPC2_5UP}<BR>  {$DEFINE 
  FPC2_4UP}<BR>  {$DEFINE FPC2_3UP}<BR>  {$DEFINE FPC2_2UP}<BR>  
  {$DEFINE FPC2_1UP}<BR>  {$DEFINE FPC2_UP}<BR><BR>  {$IFDEF 
  VER2_5}<BR>    {$DEFINE FPC2_5UP}<BR>    
  {$DEFINE FPC2_4UP}<BR>    {$DEFINE 
  FPC2_3UP}<BR>    {$DEFINE FPC2_2UP}<BR>    
  {$DEFINE FPC2_1UP}<BR>  {$ENDIF}<BR>  {$IFDEF 
  VER2_4}<BR>    {$DEFINE FPC2_4UP}<BR>    
  {$DEFINE FPC2_3UP}<BR>    {$DEFINE 
  FPC2_2UP}<BR>    {$DEFINE FPC2_1UP}<BR>  
  {$ENDIF}<BR>  {$IFDEF VER2_3}<BR>    {$DEFINE 
  FPC2_3UP}<BR>    {$DEFINE FPC2_2UP}<BR>    
  {$DEFINE FPC2_1UP}<BR>  {$ENDIF}<BR><BR>  {$IFDEF 
  VER2_2}<BR>    {$DEFINE FPC2_2UP}<BR>    
  {$DEFINE FPC2_1UP}<BR>  {$ENDIF}<BR><BR>  {$IFDEF 
  VER2_1}<BR>    {$DEFINE FPC2_1UP}<BR>  
  {$ENDIF}<BR><BR>  {$IFDEF VER2}<BR>    {$DEFINE 
  FPC2_UP}<BR>  {$ENDIF}<BR>{$ENDIF}<BR><BR><BR>// Compilation directives 
  for Delphi4<BR>{$IFDEF VER120}<BR>{$DEFINE VER125BELOW}<BR>{$DEFINE 
  VER130BELOW}<BR>{$DEFINE VER130KBELOW}<BR>{$DEFINE 
  VER140BELOW}<BR>{$ENDIF}<BR><BR>// Compilation directives for Delphi 
  5<BR>{$IFDEF VER130}<BR>{$DEFINE VER130BELOW}<BR>{$DEFINE 
  VER140BELOW}<BR>{$ENDIF}<BR><BR>// Compilation directives for Delphi 
  6<BR>{$IFDEF VER140}<BR>{$DEFINE VER140BELOW}<BR>{$ENDIF}<BR><BR>// 
  Compilation directives for Delphi 7<BR>{$IFDEF VER150}<BR>  {$DEFINE 
  VER150BELOW}<BR>{$ENDIF}<BR><BR>// Compilation directives for Delphi 
  8<BR>{$IFDEF VER160}<BR>  {$DEFINE VER160BELOW}<BR>{$ENDIF}<BR><BR>// 
  Compilation directives for Delphi 9 (DELPHI 2005)<BR>{$IFDEF VER170}<BR>  
  {$DEFINE VER170BELOW}<BR>  {$DEFINE BDS}<BR>  {$DEFINE 
  BDS3}<BR>  {$DEFINE BDS3_UP}<BR>  {$DEFINE COMPILER9}<BR>  
  {$DEFINE COMPILER9_UP}<BR>  {$DEFINE DELPHI9}<BR>  {$DEFINE 
  DELPHI9_UP}<BR>{$ENDIF}<BR><BR>// Compilation directives for BDS 2006 (Delphi 
  2006, BCB 2006)<BR>{$IFDEF VER180}<BR>  {$DEFINE VER180BELOW}<BR>  
  {$DEFINE BDS}<BR>  {$DEFINE BDS4}<BR>  {$DEFINE BDS4_UP}<BR>  
  {$DEFINE COMPILER10}<BR>  {$DEFINE COMPILER10_UP}<BR>  {$IFDEF 
  BCB}<BR>    {$DEFINE BCB10}<BR>    {$DEFINE 
  BCB10_UP}<BR>  {$ELSE}<BR>    {$DEFINE 
  DELPHI10}<BR>    {$DEFINE DELPHI10_UP}<BR>  
  {$ENDIF}<BR>{$ENDIF}<BR><BR>{$IFDEF FREEBSD}<BR>  {$DEFINE 
  UNIX}<BR>{$ENDIF}<BR><BR>{$IFDEF LINUX}<BR>  {$DEFINE 
  UNIX}<BR>{$ENDIF}<BR><BR>// Debug/release compiler 
  options<BR>{$D+}<BR><BR>{$IFOPT D-}<BR>{$DEFINE 
  BINARY_RELEASE}<BR>{$ENDIF}<BR><BR>{$IFDEF BINARY_RELEASE}<BR>// Settings for 
  Release mode<BR>{$C-}<BR>{$I-}<BR>{$R-}<BR>{$L-}<BR>{$Q-}<BR>{$IFNDEF 
  FPC}<BR>{$O+}<BR>{$W-}<BR>{$ENDIF}<BR><BR>{$ELSE}<BR><BR>// Settings for Debug 
  mode<BR>{.$C+}<BR>{.$I+}<BR>{.$R+}<BR>{.$L+}<BR>{.$Q+}<BR>{.$IFNDEF 
  FPC}<BR>{.$O-}<BR>{.$W+}<BR>{.$ENDIF}<BR><BR>{$ENDIF}<BR><BR>// Disables 
  checking code.<BR>// Use Range checking option to turn on/off 
  optimization<BR>{$IFOPT R-}<BR>{$DEFINE 
  DISABLE_CHECKING}<BR>{$ENDIF}<BR><BR><BR>// Enables MySQL support in 
  TZConnection/TZDataset<BR>{$IFNDEF ZEOS_DISABLE_MYSQL}<BR>{$DEFINE 
  ENABLE_MYSQL}<BR>// Enables Mysql 3.x and 4.0 support<BR>// These versions are 
  deprecated and will not be supported in future versions of 
  zeoslib.<BR>{.$DEFINE ENABLE_MYSQL_DEPRECATED}<BR>{$ENDIF}<BR><BR>// Enables 
  PostgreSQL support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_POSTGRESQL}<BR>{$DEFINE ENABLE_POSTGRESQL}<BR>{$ENDIF}<BR><BR>// 
  Enables Sybase/MSSQL support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_DBLIB}<BR>{$DEFINE ENABLE_DBLIB}<BR>{$ENDIF}<BR><BR>// Enables 
  ADO support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_ADO}<BR>{$IFNDEF FPC}<BR> {$IFNDEF UNIX}<BR>  {$DEFINE 
  ENABLE_ADO}<BR> {$ENDIF}<BR>{$ENDIF}<BR>{$ENDIF}<BR><BR>// Enables 
  Interbase/Firebird support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_INTERBASE}<BR>{$DEFINE ENABLE_INTERBASE}<BR>{$ENDIF}<BR><BR>// 
  Enables SQLite support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_SQLITE}<BR>{$DEFINE ENABLE_SQLITE}<BR>{$ENDIF}<BR><BR>// Enables 
  Oracle support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_ORACLE}<BR>{$DEFINE ENABLE_ORACLE}<BR>{$ENDIF}<BR><BR>// Enables 
  ASA support in TZConnection/TZDataset<BR>{$IFNDEF 
  ZEOS_DISABLE_ASA}<BR>{$DEFINE ENABLE_ASA}<BR>{$ENDIF}<BR><BR>// Supported 
  language. Now available languages:<BR>// ENGLISH, GERMAN, PORTUGUESE, DUTCH, 
  SPANISH, ROMANA, INDONESIAN, RUSSIAN, CZECH, POLISH<BR>{$DEFINE 
  ENGLISH}<BR><BR>// Prevents loading default libmysql.dll<BR>{.$DEFINE 
  MYSQL_STRICT_DLL_LOADING}<BR><BR>// Prevents loading default 
  firebird.dll<BR>{.$DEFINE FIREBIRD_STRICT_DLL_LOADING}<BR><BR>// Prevents 
  loading default libpq.dll<BR>{.$DEFINE 
  POSTGRESQL_STRICT_DLL_LOADING}<BR><BR>//Allows to see SQL exceptions as 
  strings<BR>{$DEFINE INTERBASE_EXTENDED_MESSAGES}<BR><BR>// Loads libcrypt.so 
  before Firebird client library.<BR>// It fixes error "Undefined symbol: 
  crypt".<BR>{$DEFINE INTERBASE_CRYPT}<BR><BR>// Excludes old ZeosDBO from the 
  performance tests<BR>{$DEFINE EXCLUDE_OLD_ZEOS_TEST}<BR><BR>// Excludes 
  DBExpress from the performance tests<BR>{$DEFINE EXCLUDE_DBX_TEST}<BR><BR>// 
  Excludes IBX from the performance tests<BR>{$DEFINE 
  EXCLUDE_IBX_TEST}<BR><BR>// Excludes BDE from the performance 
  tests<BR>{$DEFINE EXCLUDE_BDE_TEST}<BR><BR>// Registers property editors for 
  the components.<BR>{$DEFINE WITH_PROPERTY_EDITOR}<BR><BR>// Turn on 
  IProviderSupport interface<BR>{$IFNDEF FPC}<BR>{$IFNDEF 
  VER125BELOW}<BR>{$DEFINE WITH_IPROVIDER}<BR>{$ENDIF}<BR>{$ENDIF}<BR><BR>// 
  Turn on multithreading<BR>{$DEFINE MULTI_THREADED}<BR><BR>// In Version 6.1.5 
  there are several bugs with the TZSQLMetadata-Component<BR>// For Version 
  6.5.0 you should uncomment the following line<BR>{$DEFINE 
  USE_METADATA}<BR><BR>// A large database may have many tables, colums and/or 
  procedures!!!<BR>// Therefore there is the ability to show a warning<BR>// 
  before retrieving a list of these database objects<BR>// {$DEFINE 
  SHOW_WARNING}<BR><BR>// Use libfbclient.so under linux<BR>// and not 
  libfbembed.so when Firebird 1.5.2 is used under linux<BR>{$DEFINE 
  USELIBFBCLIENTSO}<BR><BR>// Use SynEdit for the SQL Editors.<BR>// Uncomment 
  it when you will use SynEdit instead of a MemoEdit.<BR>// The SynEdit 
  component must be installed on your system.<BR>// You can get SynEdit at <A 
  href="http://synedit.sourceforge.net/">http://synedit.sourceforge.net/</A><BR>//{$DEFINE 
  USE_SYNEDIT}<BR><BR>// Compile test applications with a graphical user 
  interface (GUI)<BR>// Comment this definition if you want to compile console 
  test applications<BR>{.$DEFINE TESTGUI}<BR><BR>//PATCH TO DO NO 
  METADATALOADING / UNTESTED HIGH RISK<BR>{.$DEFINE FOSNOMETA}<BR><BR><BR>-- 
  <BR><SPAN style="BACKGROUND-COLOR: rgb(255,255,255)"><FONT size=+0><SPAN 
  style="COLOR: rgb(0,0,153)"><I><B>Saludos.<BR><BR>Jose 
  Daboin</B></I></SPAN></FONT></SPAN><BR></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Lazarus-es mailing 
  list<BR>Lazarus-es@lists.lazarus.freepascal.org<BR>http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus-es<BR></BLOCKQUOTE></BODY></HTML>