Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Phil Krylov
Hi,

On Mon, Sep 14, 2009 at 2:58 AM, Luiz Rafael Culik Guimaraes
 wrote:
> I know to fix the
> ../../include/zipstring.h:128: warning: base class 'struct
> std::basic_string, std::allocator
>>
>> ' should be explicitly initialized in the copy constructor
>
> it on my external drive,
>
> i'll commit tommorow

Thank you!

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Compile Error

2009-09-13 Thread Phil Krylov
Hi,

On Mon, Sep 14, 2009 at 8:26 AM, Andi Jahja  wrote:
> With the new changes, BCC fails to compile as follows:
> (_HB_API_INTERNAL_ is defined):

Why do you define _HB_API_INTERNAL_? It's an internal VM macro. The
sources that do really need access to HVM internals define it.
source/common/hbfopen.c is not one of these.
Without _HB_API_INTERNAL_, it compiles fine here.

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Compile Error

2009-09-13 Thread Andi Jahja
With the new changes, BCC fails to compile as follows:
(_HB_API_INTERNAL_ is defined):

Compiling with _HB_API_INTERNAL_ gives the follwoing error:

source\common\hbfopen.c:
Warning W8107 include\hbset.h 162: Type name expected
Error E2139 include\hbset.h 162: Declaration missing ;
Error E2141 include\hbset.h 289: Declaration syntax error
Error E2238 hbapifs.h 261: Multiple declaration for 'HB_PATHNAMES'
Error E2344 include\hbset.h 289: Earlier declaration of 'HB_PATHNAMES'

--
Andi


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

I know to fix the
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor

it on my external drive,

i'll commit tommorow

Regards
Luiz
- Original Message - 
From: "Phil Krylov" 
To: "Luiz Rafael Culik Guimaraes" 
Cc: "xHarbour Developers Mailing List" 

Sent: Sunday, September 13, 2009 4:40 PM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 
05:40UTC+0300PhilKrylov 


> Hi,
>
> On Sun, Sep 13, 2009 at 7:54 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> I only build binaries with make ( direct all becouse all hb_* envars is 
>> on
>> my profile and make_rpm.sh
>
> make with variables already set up should work as good as make_gnu.sh.
> Doesn't it? (without copying Linux/ZipFileMapping.sh as
> zipfilemapping.sh).
>
> As for make_rpm.sh, I have no RPM-based Linux installations at hand,
> but I guess that it also runs make internally and so should work OK.
>
> Any errors?
>
>> post the warning from gcc 4.3 ( send direct to my email) i know how to 
>> fix
>
> make: Entering directory
> `/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib'
> make[1]: Entering directory
> `/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib/linux/gcc'
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../.. -c ../../zip.c -ozip.o
> ../../zip.c:103: warning: unused parameter 'szZipFileName'
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../..  -c ../../stdafx.cpp -ostdafx.o
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../..  -c ../../ziparchive.cpp -oziparchive.o
> In file included from ../../include/zipexception.h:36,
> from ../../include/ziparchive.h:95,
> from ../../ziparchive.cpp:21:
> ../../include/zipstring.h: In copy constructor
> 'CZipString::CZipString(const CZipString&)':
> ../../include/zipstring.h:128: warning: base class 'struct
> std::basic_string, std::allocator
>>' should be explicitly initialized in the copy constructor
> In file included from ../../ziparchive.cpp:21:
> ../../include/ziparchive.h: In constructor
> 'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
> char*)':
> ../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
> will be initialized after
> ../../include/ziparchive.h:137: warning:   'CZipString
> CZipAddNewFileInfo::m_szFileNameInZip'
> ../../include/ziparchive.h:122: warning:   when initialized here
> ../../ziparchive.cpp: In member function 'DWORD
> CZipArchive::ReadFile(void*, DWORD)':
> ../../ziparchive.cpp:339: warning: comparison of unsigned expression
>>= 0 is always true
> ../../ziparchive.cpp: At global scope:
> ../../ziparchive.cpp:1148: warning: unused parameter 'iSmartLevel'
> ../../ziparchive.cpp:1162: warning: unused parameter 'iSmartLevel'
> ../../ziparchive.cpp:1176: warning: unused parameter 'iSmartLevel'
> ../../ziparchive.cpp:1189: warning: unused parameter 'iSmartLevel'
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../..  -c ../../zipautobuffer.cpp
> -ozipautobuffer.o
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../..  -c ../../zipcentraldir.cpp
> -ozipcentraldir.o
> In file included from ../../include/zipexception.h:36,
> from ../../include/zipcentraldir.h:35,
> from ../../zipcentraldir.cpp:20:
> ../../include/zipstring.h: In copy constructor
> 'CZipString::CZipString(const CZipString&)':
> ../../include/zipstring.h:128: warning: base class 'struct
> std::basic_string, std::allocator
>>' should be explicitly initialized in the copy constructor
> In file included from ../../zipcentraldir.cpp:21:
> ../../include/ziparchive.h: In constructor
> 'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
> char*)':
> ../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
> will be initialized after
> ../../include/ziparchive.h:137: warning:   'CZipString
> CZipAddNewFileInfo::m_szFileNameInZip'
> ../../include/ziparchive.h:122: warning:   when initialized here
> gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
> -fPIC -I../../Linux -I../..  -c ../../zipcomp.cpp -ozipcomp.o
> In file included from ../../include/zipexception.h:36,
> from ../../include/ziparchive.h:95,
> from ../../include/hbzip2.h:73,
> from ../../zipcomp.cpp:54:
> ../../include/zipstring.h: In copy constructor
> 'CZipString::CZipString(const CZipString&)':
> ../../include/zipstring.h:128: warning: base class 'struct
> std::basic_string, std::allocator
>>' should be explicitly initialized in the copy constructor
> In file included from ../../include/hbzip2.h:73,
> from ../../zipcomp.cpp:54:
> ../../include/ziparchive.h: In constructor
> 'CZipAddNewFileInf

[xHarbour-developers] ChangeLog 2009-09-14 01:11 UTC+0300 Phil Krylov

2009-09-13 Thread Phil Krylov
2009-09-14 01:11 UTC+0300 Phil Krylov 
  * contrib/tipssl/inetssl.c
  * contrib/xwt/src/xwt_api.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_framewnd.c
  * contrib/xwt2/src/xwt_api.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_framewnd.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_textarea.c
! Removed some more direct HB_VM_STACK and HB_ITEM access.
  * contrib/xwt2/xwt_gtk/xwt_gtk_align.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_base.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_container.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_label.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_layout.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_sensible.c
  * contrib/xwt2/xwt_gtk/xwt_gtk_window.c
! Added missing #include "hbapiitm.h".

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] Warnings

2009-09-13 Thread Enrico Maria Giordano
Warning W8075 source\rtl\filenet.c 635: Suspicious pointer conversion in 
function hb_NetExtName
Warning W8075 source\rtl\filenet.c 1319: Suspicious pointer conversion in 
function hb_FileNetExists

Warning W8075 source\rdd\dbffpt\redbffpt1.c 4737: Suspicious pointer 
conversion in function hb_fptInfo
Warning W8075 source\rdd\dbffpt\redbffpt1.c 5051: Suspicious pointer 
conversion in function hb_fptRddInfo

Warning W8065 source\rtl\idle.c 129: Call to function 'hb_threadSleep' with 
no prototype in function hb_releaseCPU

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-1305:40UTC+0300PhilKrylov

2009-09-13 Thread Phil Krylov
On Mon, Sep 14, 2009 at 12:01 AM, Augusto Infante
 wrote:
> Guys
>
> I'm having these errors compiling with Borland:
>
> Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 126: Undefined symbol
> 'hb_stackST' in function xwt_win_createMenuFromArray
> Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 225: Undefined symbol
> 'hb_stackST' in function xwt_win_findMenuItem

Should not have them now.

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] ChangeLog 2009-09-14 00:00 UTC+0300 Phil Krylov

2009-09-13 Thread Phil Krylov
2009-09-14 00:00 UTC+0300 Phil Krylov 
  * contrib/xwt/src/xwt_win/xwt_win_framewnd.c
  * contrib/xwt/src/Makefile
  * contrib/xwt/test/Makefile
  + contrib/xwt/src/xwt_win/Makefile
! Fixed building xwt for Windows.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-1305:40UTC+0300PhilKrylov

2009-09-13 Thread Augusto Infante
Guys

I'm having these errors compiling with Borland:

Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 126: Undefined symbol
'hb_stackST' in function xwt_win_createMenuFromArray
Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 225: Undefined symbol
'hb_stackST' in function xwt_win_findMenuItem


-Original Message-
From: Phil Krylov [mailto:p...@newstar.rinet.ru] 
Sent: Sunday, September 13, 2009 12:40
To: Luiz Rafael Culik Guimaraes
Cc: xHarbour Developers Mailing List
Subject: Re: [xHarbour-developers] ChangeLog
2009-09-1305:40UTC+0300PhilKrylov 

Hi,

On Sun, Sep 13, 2009 at 7:54 PM, Luiz Rafael Culik Guimaraes
 wrote:
> I only build binaries with make ( direct all becouse all hb_* envars is on
> my profile and make_rpm.sh

make with variables already set up should work as good as make_gnu.sh.
Doesn't it? (without copying Linux/ZipFileMapping.sh as
zipfilemapping.sh).

As for make_rpm.sh, I have no RPM-based Linux installations at hand,
but I guess that it also runs make internally and so should work OK.

Any errors?

> post the warning from gcc 4.3 ( send direct to my email) i know how to fix

make: Entering directory
`/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib'
make[1]: Entering directory
`/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib/linux/gcc'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../.. -c ../../zip.c -ozip.o
../../zip.c:103: warning: unused parameter 'szZipFileName'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../stdafx.cpp -ostdafx.o
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../ziparchive.cpp -oziparchive.o
In file included from ../../include/zipexception.h:36,
 from ../../include/ziparchive.h:95,
 from ../../ziparchive.cpp:21:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../ziparchive.cpp:21:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
will be initialized after
../../include/ziparchive.h:137: warning:   'CZipString
CZipAddNewFileInfo::m_szFileNameInZip'
../../include/ziparchive.h:122: warning:   when initialized here
../../ziparchive.cpp: In member function 'DWORD
CZipArchive::ReadFile(void*, DWORD)':
../../ziparchive.cpp:339: warning: comparison of unsigned expression
>= 0 is always true
../../ziparchive.cpp: At global scope:
../../ziparchive.cpp:1148: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1162: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1176: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1189: warning: unused parameter 'iSmartLevel'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipautobuffer.cpp
-ozipautobuffer.o
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipcentraldir.cpp
-ozipcentraldir.o
In file included from ../../include/zipexception.h:36,
 from ../../include/zipcentraldir.h:35,
 from ../../zipcentraldir.cpp:20:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../zipcentraldir.cpp:21:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
will be initialized after
../../include/ziparchive.h:137: warning:   'CZipString
CZipAddNewFileInfo::m_szFileNameInZip'
../../include/ziparchive.h:122: warning:   when initialized here
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipcomp.cpp -ozipcomp.o
In file included from ../../include/zipexception.h:36,
 from ../../include/ziparchive.h:95,
 from ../../include/hbzip2.h:73,
 from ../../zipcomp.cpp:54:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../include/hbzip2.h:73,
 from ../../zipcomp.cpp:54:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: 

Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Phil Krylov
Hi,

On Sun, Sep 13, 2009 at 7:54 PM, Luiz Rafael Culik Guimaraes
 wrote:
> I only build binaries with make ( direct all becouse all hb_* envars is on
> my profile and make_rpm.sh

make with variables already set up should work as good as make_gnu.sh.
Doesn't it? (without copying Linux/ZipFileMapping.sh as
zipfilemapping.sh).

As for make_rpm.sh, I have no RPM-based Linux installations at hand,
but I guess that it also runs make internally and so should work OK.

Any errors?

> post the warning from gcc 4.3 ( send direct to my email) i know how to fix

make: Entering directory
`/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib'
make[1]: Entering directory
`/home/phil/build/xharbour-clean11/xharbour/contrib/hbzlib/linux/gcc'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../.. -c ../../zip.c -ozip.o
../../zip.c:103: warning: unused parameter 'szZipFileName'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../stdafx.cpp -ostdafx.o
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../ziparchive.cpp -oziparchive.o
In file included from ../../include/zipexception.h:36,
 from ../../include/ziparchive.h:95,
 from ../../ziparchive.cpp:21:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../ziparchive.cpp:21:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
will be initialized after
../../include/ziparchive.h:137: warning:   'CZipString
CZipAddNewFileInfo::m_szFileNameInZip'
../../include/ziparchive.h:122: warning:   when initialized here
../../ziparchive.cpp: In member function 'DWORD
CZipArchive::ReadFile(void*, DWORD)':
../../ziparchive.cpp:339: warning: comparison of unsigned expression
>= 0 is always true
../../ziparchive.cpp: At global scope:
../../ziparchive.cpp:1148: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1162: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1176: warning: unused parameter 'iSmartLevel'
../../ziparchive.cpp:1189: warning: unused parameter 'iSmartLevel'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipautobuffer.cpp
-ozipautobuffer.o
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipcentraldir.cpp
-ozipcentraldir.o
In file included from ../../include/zipexception.h:36,
 from ../../include/zipcentraldir.h:35,
 from ../../zipcentraldir.cpp:20:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../zipcentraldir.cpp:21:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
will be initialized after
../../include/ziparchive.h:137: warning:   'CZipString
CZipAddNewFileInfo::m_szFileNameInZip'
../../include/ziparchive.h:122: warning:   when initialized here
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipcomp.cpp -ozipcomp.o
In file included from ../../include/zipexception.h:36,
 from ../../include/ziparchive.h:95,
 from ../../include/hbzip2.h:73,
 from ../../zipcomp.cpp:54:
../../include/zipstring.h: In copy constructor
'CZipString::CZipString(const CZipString&)':
../../include/zipstring.h:128: warning: base class 'struct
std::basic_string, std::allocator
>' should be explicitly initialized in the copy constructor
In file included from ../../include/hbzip2.h:73,
 from ../../zipcomp.cpp:54:
../../include/ziparchive.h: In constructor
'CZipAddNewFileInfo::CZipAddNewFileInfo(CZipAbstractFile*, const
char*)':
../../include/ziparchive.h:211: warning: 'CZipAddNewFileInfo::m_pFile'
will be initialized after
../../include/ziparchive.h:137: warning:   'CZipString
CZipAddNewFileInfo::m_szFileNameInZip'
../../include/ziparchive.h:122: warning:   when initialized here
../../zipcomp.cpp: At global scope:
../../zipcomp.cpp:70: warning: unused parameter 'iProgress'
../../zipcomp.cpp:83: warning: unused parameter 'iProgress'
gcc -I. -I../../include -I../../../../include -DHB_OS_LINUX -Wall -W
-fPIC -I../../Linux -I../..  -c ../../zipcompatibility.cpp
-ozipcompatibility.o
In file included from ../../include/zipplatform

Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

I only build binaries with make ( direct all becouse all hb_* envars is on 
my profile and make_rpm.sh

post the warning from gcc 4.3 ( send direct to my email) i know how to fix

Regards
Luiz
- Original Message - 
From: "Phil Krylov" 
To: "Luiz Rafael Culik Guimaraes" 
Cc: "xHarbour Developers Mailing List" 

Sent: Sunday, September 13, 2009 10:27 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 
05:40UTC+0300PhilKrylov 


> Hi,
>
> On Sun, Sep 13, 2009 at 5:19 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> i use as filesystem Reiser and ext3 in all my linux instalation
>
> Fine. But other people may use other filesystems or build from a CVS
> copy which remain on a Samba or FAT drive.
>
 I got no error here, with original makefile.
 but before calling make, i run lincompile.sh first
>>>
>>> I see now. It's not needed anymore.
>>
>> still needed, becouse the files on Linux directory is needed in linux 
>> build
>
> I don't think so. The .cpp files are still included in Makefile, but
> guarded with ifeq ($(HB_ARCHITECTURE),linux).
>
> Have you tried building current CVS with simple
>
> ./make_gnu.sh -C contrib/hbzlib
>
> ?
>
> -- Ph. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error in latest CVS

2009-09-13 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: "Phil Krylov" 
A: "Enrico Maria Giordano" 
Cc: "xHarbour Developers Mailing List" 

Data invio: domenica 13 settembre 2009 14.47
Oggetto: Re: [xHarbour-developers] Error in latest CVS


> > Error E2451 contrib\xwt\src\xwt_api.c 61: Undefined symbol 'hb_stackST' 
> > in
> > function xwt_rise_event
> > Error E2451 contrib\xwt\src\xwt_api.c 135: Undefined symbol 'hb_stackST' 
> > in
> > function HB_FUN_XWT_FASTRISEEVENT
>
> These exact issues should be fixed now.

Yes, thank you. Now I get:

Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 126: Undefined symbol 
'hb_stackST' in function xwt_win_createMenuFromArray
Warning W8013 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 127: Possible use 
of 'widget' before definition in function xwt_win_createMenuFromArray
Error E2451 contrib\xwt\src\xwt_win\xwt_win_framewnd.c 225: Undefined symbol 
'hb_stackST' in function xwt_win_findMenuItem

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Phil Krylov
Hi,

On Sun, Sep 13, 2009 at 5:19 PM, Luiz Rafael Culik Guimaraes
 wrote:
> i use as filesystem Reiser and ext3 in all my linux instalation

Fine. But other people may use other filesystems or build from a CVS
copy which remain on a Samba or FAT drive.

>>> I got no error here, with original makefile.
>>> but before calling make, i run lincompile.sh first
>>
>> I see now. It's not needed anymore.
>
> still needed, becouse the files on Linux directory is needed in linux build

I don't think so. The .cpp files are still included in Makefile, but
guarded with ifeq ($(HB_ARCHITECTURE),linux).

Have you tried building current CVS with simple

 ./make_gnu.sh -C contrib/hbzlib

?

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Phil Krylov
On Sun, Sep 13, 2009 at 5:21 PM, Luiz Rafael Culik Guimaraes
 wrote:
> Phil
>
> the warning is normal, dont worry. which gcc version you have

The warnings are not normal, although they are not fatal.
I have GCC 4.3.2.

-- Ph

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

the warning is normal, dont worry. which gcc version you have

Regards
Luiz
- Original Message - 
From: "Phil Krylov" 
To: "Luiz Rafael Culik Guimaraes" 
Cc: "xHarbour Developers Mailing List" 

Sent: Sunday, September 13, 2009 10:06 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 
PhilKrylov 


Hi,

On Sun, Sep 13, 2009 at 4:38 PM, Phil Krylov  wrote:
> On Sun, Sep 13, 2009 at 4:27 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> Phil
>>>
>>> * contrib/hbzlib/Makefile
>>> ! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>>> Windows builds. Removed -I/usr/include from CFLAGS, which broke
>>> cross-compiling from Unices. hbzlib does not build under Linux anyway.
>>
>> I'll revert back this change, since you broke hbzlib compilation under
>> linux. and here it compile perfectly
>
> OK, let's try to fix it properly. First, you should not name the
> directory Linux, because on case-insensitive filesystems it will
> collide with linux/gcc directory and will be removed by make clean.
>
> Second, can you post how you build it for Linux and which errors do you 
> get now?

I have kinda fixed compilation under Linux using standard make_gnu.sh.
Do you still get any errors?
The 'Linux' directory name issue still remains. Also, I get hundreds
of warnings.

-- Ph. 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

i use as filesystem Reiser and ext3 in all my linux instalation
> On Sun, Sep 13, 2009 at 5:09 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> I got no error here, with original makefile.
>> but before calling make, i run lincompile.sh first
>
> I see now. It's not needed anymore.
still needed, becouse the files on Linux directory is needed in linux build

i'll Commit all at night

Regards
Luiz

- Original Message - 
From: "Phil Krylov" 
To: "Luiz Rafael Culik Guimaraes" 
Cc: "xHarbour Developers Mailing List" 

Sent: Sunday, September 13, 2009 10:14 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 
05:40UTC+0300PhilKrylov 



>
>> Also i've done many times make clean on hbzlib directory and the Linux
>> folder was never deleted. this is what the directory name is in upper 
>> case
>
> Only because your CVS copy remained on a case-sensitive filesystem, e.g. 
> ext2fs.
>
> -- Ph.
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus 
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300PhilKrylov

2009-09-13 Thread Phil Krylov
On Sun, Sep 13, 2009 at 5:09 PM, Luiz Rafael Culik Guimaraes
 wrote:
> I got no error here, with  original makefile.
> but before calling make, i run lincompile.sh first

I see now. It's not needed anymore.

> Also i've done many times make clean on hbzlib directory and the Linux
> folder was never deleted. this is what the directory name is in upper case

Only because your CVS copy remained on a case-sensitive filesystem, e.g. ext2fs.

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

complementing previus email, the revert will be done an way to allow 
compilation in cross platform

Regards
Luiz
- Original Message - 
From: "Phil Krylov" 
To: "xHarbour Developers Mailing List" 

Sent: Saturday, September 12, 2009 10:42 PM
Subject: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 
PhilKrylov 


> 2009-09-13 05:40 UTC+0300 Phil Krylov 
>  * contrib/Makefile
>+ Added gtwvg and gtwvw to contrib GNU Makefile.
>  * contrib/gtwvg/gtwvg.c
>! Fixed a memory leak.
>  * contrib/gtwvw/Makefile
>+ Added missing .c files to gtwvw GNU Makefile.
>  * contrib/hbzlib/Makefile
>! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>  Windows builds. Removed -I/usr/include from CFLAGS, which broke
>  cross-compiling from Unices. hbzlib does not build under Linux 
> anyway.
>  * contrib/hbzlib/include/zipfilemapping.h
>! Fixed #included filename case.
>  * contrib/libnf/floptst.prg
>! Removed an unused variable.
>  * contrib/rdd_ads/ads1.c
>! Removed an unused and no longer existant HB_ADS_SET_INIT() macro.
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus 
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil

I got no error here, with  original makefile.
but before calling make, i run lincompile.sh first

Also i've done many times make clean on hbzlib directory and the Linux 
folder was never deleted. this is what the directory name is in upper case
Regards
Luiz


- Original Message - 
From: "Phil Krylov" 
To: "Luiz Rafael Culik Guimaraes" 
Cc: "xHarbour Developers Mailing List"

Sent: Sunday, September 13, 2009 9:38 AM
Subject: Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40
UTC+0300PhilKrylov 


> On Sun, Sep 13, 2009 at 4:27 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> Phil
>>>
>>> * contrib/hbzlib/Makefile
>>> ! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>>> Windows builds. Removed -I/usr/include from CFLAGS, which broke
>>> cross-compiling from Unices. hbzlib does not build under Linux anyway.
>>
>> I'll revert back this change, since you broke hbzlib compilation under
>> linux. and here it compile perfectly
>
> OK, let's try to fix it properly. First, you should not name the
> directory Linux, because on case-insensitive filesystems it will
> collide with linux/gcc directory and will be removed by make clean.
>
> Second, can you post how you build it for Linux and which errors do you
> get now?
>
> -- Ph.
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Phil Krylov
Hi,

On Sun, Sep 13, 2009 at 4:38 PM, Phil Krylov  wrote:
> On Sun, Sep 13, 2009 at 4:27 PM, Luiz Rafael Culik Guimaraes
>  wrote:
>> Phil
>>>
>>>  * contrib/hbzlib/Makefile
>>>   ! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>>>     Windows builds. Removed -I/usr/include from CFLAGS, which broke
>>>     cross-compiling from Unices. hbzlib does not build under Linux anyway.
>>
>> I'll revert back this change, since you broke hbzlib compilation under
>> linux. and here it compile perfectly
>
> OK, let's try to fix it properly. First, you should not name the
> directory Linux, because on case-insensitive filesystems it will
> collide with linux/gcc directory and will be removed by make clean.
>
> Second, can you post how you build it for Linux and which errors do you get 
> now?

I have kinda fixed compilation under Linux using standard make_gnu.sh.
Do you still get any errors?
The 'Linux' directory name issue still remains. Also, I get hundreds
of warnings.

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] ChangeLog 2009-09-13 17:02 UTC+0300 Phil Krylov

2009-09-13 Thread Phil Krylov
2009-09-13 17:02 UTC+0300 Phil Krylov 
  * contrib/hbzlib/zipcentraldir.cpp
! Include Linux/ZipFileMapping.h instead of zipfilemapping.h under Linux.
  * contrib/hbzlib/include/zipstring.h
! Added missing #include 
  * contrib/Makefile
+ Added hbzlib and xwt contribs compilation under Linux.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Luiz Rafael Culik Guimaraes
Phil
>  * contrib/hbzlib/Makefile
>! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>  Windows builds. Removed -I/usr/include from CFLAGS, which broke
>  cross-compiling from Unices. hbzlib does not build under Linux 
> anyway.
I'll revert back this change, since you broke hbzlib compilation under 
linux. and here it compile perfectly

Regards
Luiz 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error in latest CVS

2009-09-13 Thread Phil Krylov
On Sun, Sep 13, 2009 at 1:09 PM, Enrico Maria Giordano
 wrote:
> Error E2451 contrib\xwt\src\xwt_api.c 61: Undefined symbol 'hb_stackST' in
> function xwt_rise_event
> Error E2451 contrib\xwt\src\xwt_api.c 135: Undefined symbol 'hb_stackST' in
> function HB_FUN_XWT_FASTRISEEVENT

These exact issues should be fixed now.

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] ChangeLog 2009-09-13 16:45 UTC+0300 Phil Krylov

2009-09-13 Thread Phil Krylov
2009-09-13 16:45 UTC+0300 Phil Krylov 
  * contrib/xwt/Makefile
  * contrib/xwt/src/Makefile
  * contrib/xwt/src/combobox.prg
  * contrib/xwt/src/listbox.prg
  * contrib/xwt/src/xwt_api.c
  * contrib/xwt/src/xwt_gtk/Makefile
  * contrib/xwt/src/xwt_gtk/xwt_gtk.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk.h
  * contrib/xwt/src/xwt_gtk/xwt_gtk_calendar.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_colorselect.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_container.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_fileselect.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_fontselect.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_framewnd.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_grid.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_image.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_label.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_layout.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_menuitem.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_pane.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_progressbar.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_splitter.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_viewport.c
  * contrib/xwt/src/xwt_gtk/xwt_gtk_window.c
  * contrib/xwt/test/Makefile
! Fixed contrib/xwt build under Linux.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] ChangeLog 2009-09-13 16:35 UTC+0300 Phil Krylov

2009-09-13 Thread Phil Krylov
2009-09-13 16:35 UTC+0300 Phil Krylov 
  * contrib/hbzlib/Makefile
! Fixed a typo in my recent commit.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40 UTC+0300 PhilKrylov

2009-09-13 Thread Phil Krylov
On Sun, Sep 13, 2009 at 4:27 PM, Luiz Rafael Culik Guimaraes
 wrote:
> Phil
>>
>>  * contrib/hbzlib/Makefile
>>   ! Removed Linux/ZipPathComponent.cpp and Linux/ZipPlatform.cpp from
>>     Windows builds. Removed -I/usr/include from CFLAGS, which broke
>>     cross-compiling from Unices. hbzlib does not build under Linux anyway.
>
> I'll revert back this change, since you broke hbzlib compilation under
> linux. and here it compile perfectly

OK, let's try to fix it properly. First, you should not name the
directory Linux, because on case-insensitive filesystems it will
collide with linux/gcc directory and will be removed by make clean.

Second, can you post how you build it for Linux and which errors do you get now?

-- Ph.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Error in latest CVS

2009-09-13 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: "Phil Krylov" 
A: "Enrico Maria Giordano" 
Cc: "xHarbour Developers Mailing List" 

Data invio: domenica 13 settembre 2009 3.46
Oggetto: Re: [xHarbour-developers] Error in latest CVS


> > Error E2451 contrib\gtwvg\gtwvg.c 322: Undefined symbol 'hb_stack_ready' 
> > in
> > function hb_gt_wvt_FireEvent
>
> Thanks, this is fixed now.

Many thanks. I'm very sorry, there are two more errors:

Error E2451 contrib\xwt\src\xwt_api.c 61: Undefined symbol 'hb_stackST' in 
function xwt_rise_event
Error E2451 contrib\xwt\src\xwt_api.c 135: Undefined symbol 'hb_stackST' in 
function HB_FUN_XWT_FASTRISEEVENT

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers