John,
Checking the configure script I've changed:
--with-threads to --enable-threads
--without-sockets to --enable-sockets
And then I've got the attached error right at the beginning of make.
Should I configure with --disable-protocols too?
-----Original Message-----
From: John Dallaway [mailto:[EMAIL PROTECTED]
Sent: 06 February 2007 16:28
To: David Fernandez
Cc: [email protected]
Subject: Re: Problems building configtool with cygwin
Sensitivity: Private
David
You need to configure wxWidgets with "--disable-sockets", not
"--without-sockets".
John Dallaway
eCosCentric Limited
-------- Original Message --------
Subject: RE: Problems building configtool with cygwin
Date: Tue, 6 Feb 2007 16:13:31 -0000
From: David Fernandez <[EMAIL PROTECTED]>
To: John Dallaway <[EMAIL PROTECTED]>
CC: <[email protected]>
References: <[EMAIL PROTECTED]>
John,
I've reconfigured & remade the wxWidgets and it keeps getting
#define wxUSE_SOCKETS 1
in the setup.h file...
Do you know why?
David Fernandez.
-----Original Message-----
From: John Dallaway [mailto:[EMAIL PROTECTED]
Sent: 06 February 2007 09:31
To: David Fernandez
Cc: [email protected]
Subject: Re: Problems building configtool with cygwin
Sensitivity: Private
Hi David
To be sure:
> [EMAIL PROTECTED] jld]$ grep SOCKET
/usr/wxMSW-2.4.2/lib/wx/include/msw-2.4/wx/setup.h
> #define wxUSE_SOCKETS 0
> [EMAIL PROTECTED] jld]$
John Dallaway
eCosCentric Limited
-------- Original Message --------
Subject: RE: Problems building configtool with cygwin
Date: Tue, 6 Feb 2007 09:13:02 -0000
From: David Fernandez <[EMAIL PROTECTED]>
To: <[email protected]>
CC: John Dallaway <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Hi John,
I think so... I attach the config.status, you can se the options in the
first remarks in it. I followed the ecoscentric web page, but seem that
some options that are written as --disable- are actually --without- :)
David Fernandez
-----Original Message-----
From: John Dallaway [mailto:[EMAIL PROTECTED]
Sent: 05 February 2007 21:26
To: David Fernandez
Cc: [email protected]
Subject: RE: Problems building configtool with cygwin
Sensitivity: Private
Hi David
Did you definitely configure wxWidgets with --disable-sockets ?
Ref: http://www.ecoscentric.com/devzone/configtool.shtml
John Dallaway
eCosCentric Limited
> -----Original Message-----
> From: John Dallaway [mailto:[EMAIL PROTECTED]
> Sent: 05 February 2007 17:34
> To: David Fernandez
> Cc: [email protected]
> Subject: Re: Problems building configtool with cygwin
> Sensitivity: Private
>
> Hi David
>
> Can you post the complete error message emitted by the compiler when
> compiling aboutdlg.cpp please? Also the output of "uname -a" and "gcc
> -v".
>
> John Dallaway
> eCosCentric Limited
>
>
> -------- Original Message --------
> Subject: Problems building configtool with cygwin
> Date: Mon, 5 Feb 2007 17:01:30 -0000
> From: David Fernandez <[EMAIL PROTECTED]>
> To: <[email protected]>
> Newsgroups: gmane.os.ecos.general
>
> Hi there,
>
> When building configtool with the last available version of cygwin,
I've
> got problems with duplicated definitions that seem to come from the
> compiler and from wxWidgets. See the attached file.
>
> Anybody know something about this?
>
> David Fernandez
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed. If
you have received this email in error please notify the system manager. This
message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
c++ -c -I./lib/wx/include/msw-2.4 -I../../wxWindows-2.4.2/include
-I../../wxWindows-2.4.2/src/png -I../../wxWindows-2.4.2/src/tiff
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_WIN32_IE=0x400 -D__WIN95__
-D__WXMSW__ -fno-pcc-struct-return -O2 -MMD -Wall -o accel.o
../../wxWindows-2.4.2/src/msw/accel.cpp
In file included from ./lib/wx/include/msw-2.4/wx/setup.h:1144,
from ../../wxWindows-2.4.2/include/wx/platform.h:85,
from ../../wxWindows-2.4.2/include/wx/defs.h:23,
from ../../wxWindows-2.4.2/include/wx/wxprec.h:13,
from ../../wxWindows-2.4.2/src/msw/accel.cpp:17:
../../wxWindows-2.4.2/include/wx/chkconf.h:778:13: #error "wxUSE_FS_INET
requires wxUSE_PROTOCOL"
In file included from ../../wxWindows-2.4.2/include/wx/platform.h:88,
from ../../wxWindows-2.4.2/include/wx/defs.h:23,
from ../../wxWindows-2.4.2/include/wx/wxprec.h:13,
from ../../wxWindows-2.4.2/src/msw/accel.cpp:17:
../../wxWindows-2.4.2/include/wx/chkconf.h:778:13: #error "wxUSE_FS_INET
requires wxUSE_PROTOCOL"
make: *** [accel.o] Error 1
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss