public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
@ 2017-04-11 23:41 Wayne Barron
  2017-04-12  4:08 ` Brian Inglis
  0 siblings, 1 reply; 6+ messages in thread
From: Wayne Barron @ 2017-04-11 23:41 UTC (permalink / raw)
  To: cygwin

Hello All;

So, I am getting really close to having LiquidSoap installed.
I have run into an issue.

========================
>>> Preparing working source directory
*** Warning: Some build dependencies are not installed.
*** Warning: This package may end up missing features, or not build at all.
*** Warning: Consider installing these packages first before continuing:
*** Warning:     ocaml(ao) ocaml(camlimages) ocaml(camomile)
ocaml(cry) ocaml(dtools) ocaml(duppy) ocaml(faad) ocaml(flac)
ocaml(gavl) ocaml(gd) ocaml(gstreamer) ocaml(ladspa) ocaml(lame)
ocaml(lastfm) ocaml(lo) ocaml(mad) ocaml(magic) ocaml(mm) ocaml(ogg)
ocaml(opus) ocaml(pcre) ocaml(portaudio) ocaml(pulseaudio)
ocaml(samplerate) ocaml(schroedinger) ocaml(sdl) ocaml(shine)
ocaml(soundtouch) ocaml(speex) ocaml(taglib) ocaml(theora)
ocaml(voaacenc) ocaml(vorbis) ocaml(xmlplaylist) ocaml(yojson)
========================

I rent into the Repository and isntalled everything that was OCAML
However, that did not resolve the above issue.

Could someone please provide the code to get them items installed?

And I am hoping, that having them installed, will resolve the issue below.
========================
>checking build system type... Invalid configuration `Users': machine `Users' not recognized
>configure: error: /bin/sh ./config.sub Users failed
>make[1]: Entering directory '/home/carrzstudio/liquidsoap/liquidsoap-1.2.1-1.x86_64/build/ocaml-cry-0.4.1'
>make[1]: *** No targets specified and no makefile found.  Stop.
>make[1]: Leaving directory '/home/carrzstudio/liquidsoap/liquidsoap-1.2.1-1.x86_64/build/ocaml-cry-0.4.1'
>make: *** [Makefile:11: all] Error 1
>*** ERROR: make failed
========================

Thanks, All;
Wayne

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
  2017-04-11 23:41 Warning: Consider installing these packages ocaml(ao) ocaml(camlimages) Wayne Barron
@ 2017-04-12  4:08 ` Brian Inglis
  2017-04-12  4:25   ` Brian Inglis
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Brian Inglis @ 2017-04-12  4:08 UTC (permalink / raw)
  To: cygwin

On 2017-04-11 17:40, Wayne Barron wrote:
> ocaml(ao) ocaml(camlimages) ocaml(camomile) ocaml(cry) ocaml(dtools)
> ocaml(duppy) ocaml(faad) ocaml(flac) ocaml(gavl) ocaml(gd)
> ocaml(gstreamer) ocaml(ladspa) ocaml(lame) ocaml(lastfm) ocaml(lo)
> ocaml(mad) ocaml(magic) ocaml(mm) ocaml(ogg) ocaml(opus) ocaml(pcre)
> ocaml(portaudio) ocaml(pulseaudio) ocaml(samplerate)
> ocaml(schroedinger) ocaml(sdl) ocaml(shine) ocaml(soundtouch)
> ocaml(speex) ocaml(taglib) ocaml(theora) ocaml(voaacenc)
> ocaml(vorbis) ocaml(xmlplaylist) ocaml(yojson)

Ignore the ocaml, prefix the names with lib, and for Cygwin add 
*-devel to get the names of the packages to install; if using cygport, 
consider adding the following to DEPEND="...":

libao-devel libgd-devel libgstreamer1.0-devel libmad-devel libogg-devel 
libopus-devel libpcre{,2}-devel libportaudio-devel libportaudiocpp-devel 
libsamplerate-devel libschroedinger1.0-devel libtheora-devel 
libvorbis-devel

install those Cygwin packages, possibly curl, pkg-config, and 
gstreamer1.0-plugins-{base,doc}, and check the ocaml and gstreamer docs 
for additional plugins you may need to install, and edit ocaml PACKAGES
to disable unavailable optional libraries.

You might want to work thru the install alternatives on:
	http://liquidsoap.fm/download.html
to see which approach is easiest for you to get something installed and 
running. You may want to start by copying PACKAGES.minimal to PACKAGES 
as recommended and decide what you really need.

HTH and good luck.

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
  2017-04-12  4:08 ` Brian Inglis
@ 2017-04-12  4:25   ` Brian Inglis
  2017-04-12  6:48   ` Brian Inglis
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2017-04-12  4:25 UTC (permalink / raw)
  To: cygwin

On 2017-04-11 17:40, Wayne Barron wrote:
> ocaml(ao) ocaml(camlimages) ocaml(camomile) ocaml(cry) ocaml(dtools)
> ocaml(duppy) ocaml(faad) ocaml(flac) ocaml(gavl) ocaml(gd)
> ocaml(gstreamer) ocaml(ladspa) ocaml(lame) ocaml(lastfm) ocaml(lo)
> ocaml(mad) ocaml(magic) ocaml(mm) ocaml(ogg) ocaml(opus) ocaml(pcre)
> ocaml(portaudio) ocaml(pulseaudio) ocaml(samplerate)
> ocaml(schroedinger) ocaml(sdl) ocaml(shine) ocaml(soundtouch)
> ocaml(speex) ocaml(taglib) ocaml(theora) ocaml(voaacenc)
> ocaml(vorbis) ocaml(xmlplaylist) ocaml(yojson)

Ignore the ocaml, prefix the names with lib, and for Cygwin add 
*-devel to get the names of the packages to install; if using cygport, 
consider adding the following to DEPEND="...":

libao-devel libgd-devel libgstreamer1.0-devel libmad-devel libogg-devel 
libopus-devel libpcre{,2}-devel libportaudio-devel libportaudiocpp-devel 
libsamplerate-devel libschroedinger1.0-devel libtheora-devel 
libvorbis-devel

install those Cygwin packages, possibly curl, pkg-config, and 
gstreamer1.0-plugins-{base,doc}, and check the ocaml and gstreamer docs 
for additional plugins you may need to install, and edit ocaml PACKAGES
to disable unavailable optional libraries.

You might want to work thru the install alternatives on:
	http://liquidsoap.fm/download.html
to see which approach is easiest for you to get something installed and 
running. You may want to start by copying PACKAGES.minimal to PACKAGES 
as recommended and decide what you really need.

HTH and good luck.

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
  2017-04-12  4:08 ` Brian Inglis
  2017-04-12  4:25   ` Brian Inglis
@ 2017-04-12  6:48   ` Brian Inglis
  2017-04-12  8:35   ` Brian Inglis
  2017-04-12 16:41   ` Wayne Barron
  3 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2017-04-12  6:48 UTC (permalink / raw)
  To: cygwin

On 2017-04-11 17:40, Wayne Barron wrote:
> ocaml(ao) ocaml(camlimages) ocaml(camomile) ocaml(cry) ocaml(dtools)
> ocaml(duppy) ocaml(faad) ocaml(flac) ocaml(gavl) ocaml(gd)
> ocaml(gstreamer) ocaml(ladspa) ocaml(lame) ocaml(lastfm) ocaml(lo)
> ocaml(mad) ocaml(magic) ocaml(mm) ocaml(ogg) ocaml(opus) ocaml(pcre)
> ocaml(portaudio) ocaml(pulseaudio) ocaml(samplerate)
> ocaml(schroedinger) ocaml(sdl) ocaml(shine) ocaml(soundtouch)
> ocaml(speex) ocaml(taglib) ocaml(theora) ocaml(voaacenc)
> ocaml(vorbis) ocaml(xmlplaylist) ocaml(yojson)

Ignore the ocaml, prefix the names with lib, and for Cygwin add 
*-devel to get the names of the packages to install; if using cygport, 
consider adding the following to DEPEND="...":

libao-devel libgd-devel libgstreamer1.0-devel libmad-devel libogg-devel 
libopus-devel libpcre{,2}-devel libportaudio-devel libportaudiocpp-devel 
libsamplerate-devel libschroedinger1.0-devel libtheora-devel 
libvorbis-devel

install those Cygwin packages, possibly curl, pkg-config, and 
gstreamer1.0-plugins-{base,doc}, and check the ocaml and gstreamer docs 
for additional plugins you may need to install, and edit ocaml PACKAGES
to disable unavailable optional libraries.

You might want to work thru the install alternatives on:
	http://liquidsoap.fm/download.html
to see which approach is easiest for you to get something installed and 
running. You may want to start by copying PACKAGES.minimal to PACKAGES 
as recommended and decide what you really need.

HTH and good luck.

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
  2017-04-12  4:08 ` Brian Inglis
  2017-04-12  4:25   ` Brian Inglis
  2017-04-12  6:48   ` Brian Inglis
@ 2017-04-12  8:35   ` Brian Inglis
  2017-04-12 16:41   ` Wayne Barron
  3 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2017-04-12  8:35 UTC (permalink / raw)
  To: cygwin

On 2017-04-11 17:40, Wayne Barron wrote:
> ocaml(ao) ocaml(camlimages) ocaml(camomile) ocaml(cry) ocaml(dtools)
> ocaml(duppy) ocaml(faad) ocaml(flac) ocaml(gavl) ocaml(gd)
> ocaml(gstreamer) ocaml(ladspa) ocaml(lame) ocaml(lastfm) ocaml(lo)
> ocaml(mad) ocaml(magic) ocaml(mm) ocaml(ogg) ocaml(opus) ocaml(pcre)
> ocaml(portaudio) ocaml(pulseaudio) ocaml(samplerate)
> ocaml(schroedinger) ocaml(sdl) ocaml(shine) ocaml(soundtouch)
> ocaml(speex) ocaml(taglib) ocaml(theora) ocaml(voaacenc)
> ocaml(vorbis) ocaml(xmlplaylist) ocaml(yojson)

Ignore the ocaml, prefix the names with lib, and for Cygwin add 
*-devel to get the names of the packages to install; if using cygport, 
consider adding the following to DEPEND="...":

libao-devel libgd-devel libgstreamer1.0-devel libmad-devel libogg-devel 
libopus-devel libpcre{,2}-devel libportaudio-devel libportaudiocpp-devel 
libsamplerate-devel libschroedinger1.0-devel libtheora-devel 
libvorbis-devel

install those Cygwin packages, possibly curl, pkg-config, and 
gstreamer1.0-plugins-{base,doc}, and check the ocaml and gstreamer docs 
for additional plugins you may need to install, and edit ocaml PACKAGES
to disable unavailable optional libraries.

You might want to work thru the install alternatives on:
	http://liquidsoap.fm/download.html
to see which approach is easiest for you to get something installed and 
running. You may want to start by copying PACKAGES.minimal to PACKAGES 
as recommended and decide what you really need.

HTH and good luck.

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Warning: Consider installing these packages ocaml(ao) ocaml(camlimages)
  2017-04-12  4:08 ` Brian Inglis
                     ` (2 preceding siblings ...)
  2017-04-12  8:35   ` Brian Inglis
@ 2017-04-12 16:41   ` Wayne Barron
  3 siblings, 0 replies; 6+ messages in thread
From: Wayne Barron @ 2017-04-12 16:41 UTC (permalink / raw)
  To: Brian.Inglis, cygwin

Hey, Brian.
Are you referring too.
>You might want to work through the install alternatives on:
As in maybe using the recommended solution, of which is the top suggestion.
http://opam.ocaml.org

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-12  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 23:41 Warning: Consider installing these packages ocaml(ao) ocaml(camlimages) Wayne Barron
2017-04-12  4:08 ` Brian Inglis
2017-04-12  4:25   ` Brian Inglis
2017-04-12  6:48   ` Brian Inglis
2017-04-12  8:35   ` Brian Inglis
2017-04-12 16:41   ` Wayne Barron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).