Re: undetectable libraries

2020-08-29 Thread Hans-Bernhard Bröker

Am 28.08.2020 um 00:51 schrieb Juan carlos Rebate via Cygwin:


good evening, I have a strange problem, I try to compile code that
uses gtk3 and sdl2 in addition to curl, 


Would you mind revealing what code that is?


the problem is that when I
invoke the gcc compiler it tells me that sdl2-devel and libcurl are
not installed, but actually yes are.


I'm pretty sure that GCC would never tell you those particular things. 
It would tell you which files it cannot find, but not which package 
they're supposed to be from.



./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
--enable-gtk --enable-curl


That configure call looks strange, particularly the --cross-prefix part. 
The usual way of asking configure to build for a target platform other 
than the build host would look more like this:


  ./configure --host=x86_64-w64-mingw32

The actual output from your configure run, and/or the generated 
config.log file would almost certainly be more helpful than further 
speculation about the details of cygwin setup usage.

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-29 Thread Marco Atzeri via Cygwin

On 29.08.2020 08:12, Yasuhiro KIMURA wrote:
From: Juan carlos Rebate via Cygwin 
Subject: Re: undetectable libraries

Date: Fri, 28 Aug 2020 01:40:46 +0200


yes mingw64-x86_64-gtk3
mingw64-x86_64-sdl2
sdl2-devel
libcurl-devel


Then my next suggestion is to provide more information about your
problem. For example,

* What software are you trying to build? Do you write it by yourself?
   Or are you trying to build one that is distributed somewhere?
* It seems configure script is used. Then what outputs are displayed
   when you run it?

---


In addition to Yasushiro suggesstion,
the config.log is a good starting point

For what I see there is no

  mingw64-x86_64-curl

in your list so that is likely a blocking point
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-29 Thread Yasuhiro KIMURA
From: Juan carlos Rebate via Cygwin 
Subject: Re: undetectable libraries
Date: Fri, 28 Aug 2020 01:40:46 +0200

> yes mingw64-x86_64-gtk3
> mingw64-x86_64-sdl2
> sdl2-devel
> libcurl-devel

Then my next suggestion is to provide more information about your
problem. For example,

* What software are you trying to build? Do you write it by yourself?
  Or are you trying to build one that is distributed somewhere?
* It seems configure script is used. Then what outputs are displayed
  when you run it?

---
Yasuhiro KIMURA
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-28 Thread Brian Inglis
On 2020-08-28 15:08, Juan carlos Rebate via Cygwin wrote:
> El vie., 28 ago. 2020 a las 5:30, Brian Inglis
> () escribió:
>>
>> On 2020-08-27 17:40, Juan carlos Rebate via Cygwin wrote:
>>> El vie., 28 ago. 2020 a las 1:10, Yasuhiro KIMURA escribió:
 On Fri, 28 Aug 2020 00:51:41 +0200, Juan carlos Rebate via Cygwin wrote:
>>
> good evening, I have a strange problem, I try to compile code that
> uses gtk3 and sdl2 in addition to curl, the problem is that when I
> invoke the gcc compiler it tells me that sdl2-devel and libcurl are
> not installed, but actually yes are.
> ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
> --enable-gtk --enable-curl
> I'm not sure if they allow to send screenshot to show windows of the
> cygwin package installer so they can see the installed packages. How
> could I find the variable and add it to compile?
>>
 Did you install packages such as libcurl-devel, libgtk3-devel and
 libSDL2-devel?
>>
>>> yes mingw64-x86_64-gtk3
>>> mingw64-x86_64-sdl2
>>> sdl2-devel
>>> libcurl-devel
>>
>> Check what Cygwin packages exist (allows EREs) on Cygwin site:
>>
>> $ cygcheck -p libgtk[1-9].*-devel
>> Found 8 matches for libgtk[1-9].*-devel
>> libgtk1.2-devel-1.2.10-12 - libgtk1.2-devel: Gimp Toolkit GUI library 
>> (version
>> 1.2) (installed binaries and support file
>> s)
>> libgtk1.2-devel-1.2.10-13 - libgtk1.2-devel: Gimp Toolkit GUI library 
>> (version
>> 1.2) (installed binaries and support file
>> s)
>> libgtk2.0-devel-2.24.30-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit 
>> (development)
>> (installed binaries and support files)
>> libgtk2.0-devel-2.24.31-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit 
>> (development)
>> (installed binaries and support files)
>> libgtk2.0-devel-2.24.32-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit 
>> (development)
>> libgtk3-devel-3.22.15-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)
>> libgtk3-devel-3.22.20-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)
>> libgtk3-devel-3.22.28-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)
>>
>> Check if Cygwin package (exact name) installed and status of installed files:
>>
>> $ cygcheck -c libgtk3-devel
>> Cygwin Package Information
>> Package  VersionStatus
>> libgtk3-devel3.22.28-1  OK

> In the images that I have attached to this email you can see how the
> packages are installed, I have always installed them this way and I
> have never had failures
...that you have noticed, so far.

That's unusual, as we have probably all had issues at some point with some
package install, that we have had to remove and reinstall to fix, if we have
installed and upgraded enough packages over a long enough period of time.
Setup is normally reliable, but networks sometimes are not, and problems
occasionally occur syncing some package mirror directories, or downloading the
packages.

The question is do you have libgtk*-devel installed and what is the *current*
package status of that and the other prerequisites?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-27 Thread Brian Inglis
On 2020-08-27 17:40, Juan carlos Rebate via Cygwin wrote:
> El vie., 28 ago. 2020 a las 1:10, Yasuhiro KIMURA escribió:
>> On Fri, 28 Aug 2020 00:51:41 +0200, Juan carlos Rebate via Cygwin wrote:

>>> good evening, I have a strange problem, I try to compile code that
>>> uses gtk3 and sdl2 in addition to curl, the problem is that when I
>>> invoke the gcc compiler it tells me that sdl2-devel and libcurl are
>>> not installed, but actually yes are.
>>> ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
>>> --enable-gtk --enable-curl
>>> I'm not sure if they allow to send screenshot to show windows of the
>>> cygwin package installer so they can see the installed packages. How
>>> could I find the variable and add it to compile?

>> Did you install packages such as libcurl-devel, libgtk3-devel and
>> libSDL2-devel?

> yes mingw64-x86_64-gtk3
> mingw64-x86_64-sdl2
> sdl2-devel
> libcurl-devel

Check what Cygwin packages exist (allows EREs) on Cygwin site:

$ cygcheck -p libgtk[1-9].*-devel
Found 8 matches for libgtk[1-9].*-devel
libgtk1.2-devel-1.2.10-12 - libgtk1.2-devel: Gimp Toolkit GUI library (version
1.2) (installed binaries and support file
s)
libgtk1.2-devel-1.2.10-13 - libgtk1.2-devel: Gimp Toolkit GUI library (version
1.2) (installed binaries and support file
s)
libgtk2.0-devel-2.24.30-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit (development)
(installed binaries and support files)
libgtk2.0-devel-2.24.31-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit (development)
(installed binaries and support files)
libgtk2.0-devel-2.24.32-1 - libgtk2.0-devel: GTK+ X11 GUI toolkit (development)
libgtk3-devel-3.22.15-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)
libgtk3-devel-3.22.20-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)
libgtk3-devel-3.22.28-1 - libgtk3-devel: GTK+ X11 GUI toolkit (development)

Check if Cygwin package (exact name) installed and status of installed files:

$ cygcheck -c libgtk3-devel
Cygwin Package Information
Package  VersionStatus
libgtk3-devel3.22.28-1  OK

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-27 Thread Juan carlos Rebate via Cygwin
yes mingw64-x86_64-gtk3
mingw64-x86_64-sdl2
sdl2-devel
libcurl-devel

El vie., 28 ago. 2020 a las 1:10, Yasuhiro KIMURA () escribió:
>
> From: Juan carlos Rebate via Cygwin 
> Subject: undetectable libraries
> Date: Fri, 28 Aug 2020 00:51:41 +0200
>
> > good evening, I have a strange problem, I try to compile code that
> > uses gtk3 and sdl2 in addition to curl, the problem is that when I
> > invoke the gcc compiler it tells me that sdl2-devel and libcurl are
> > not installed, but actually yes are.
> > ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
> > --enable-gtk --enable-curl
> > I'm not sure if they allow to send screenshot to show windows of the
> > cygwin package installer so they can see the installed packages. How
> > could I find the variable and add it to compile?
>
> Did you install packages such as libcurl-devel, libgtk3-devel and
> libSDL2-devel?
>
> ---
> Yasuhiro KIMURA
> --
> Problem reports:  https://cygwin.com/problems.html
> FAQ:  https://cygwin.com/faq/
> Documentation:https://cygwin.com/docs.html
> Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: undetectable libraries

2020-08-27 Thread Yasuhiro KIMURA
From: Juan carlos Rebate via Cygwin 
Subject: undetectable libraries
Date: Fri, 28 Aug 2020 00:51:41 +0200

> good evening, I have a strange problem, I try to compile code that
> uses gtk3 and sdl2 in addition to curl, the problem is that when I
> invoke the gcc compiler it tells me that sdl2-devel and libcurl are
> not installed, but actually yes are.
> ./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
> --enable-gtk --enable-curl
> I'm not sure if they allow to send screenshot to show windows of the
> cygwin package installer so they can see the installed packages. How
> could I find the variable and add it to compile?

Did you install packages such as libcurl-devel, libgtk3-devel and
libSDL2-devel?

---
Yasuhiro KIMURA
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


undetectable libraries

2020-08-27 Thread Juan carlos Rebate via Cygwin
good evening, I have a strange problem, I try to compile code that
uses gtk3 and sdl2 in addition to curl, the problem is that when I
invoke the gcc compiler it tells me that sdl2-devel and libcurl are
not installed, but actually yes are.
./configure --cross-prefix=x86_64-w64-mingw32- --enable-sdl
--enable-gtk --enable-curl
I'm not sure if they allow to send screenshot to show windows of the
cygwin package installer so they can see the installed packages. How
could I find the variable and add it to compile?
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple