Warren Young, on Saturday, May 11, 2019 06:20 PM, wrote...
>
>On May 11, 2019, at 4:10 PM, Thomas Kurz <sqlite.2...@t-net.ruhr> wrote:
>
> It should run under Cygwin and WSL.
>
> I doubt it’s any more difficult to port to Windows than dozens of other 
> similar
> packages like Apache and MySQL.  Someone’s just got to want to do the work.

I tried to build it. I fould out that I needed brew, and brew needs curl and 
ruby. So, after installing those from cygwin, I ran this command to install 
brew (as per the instruction[1]):

sh -c "$(curl -fsSL 
https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

it ran fine for a bit, and then I ran into this:

[clip]

 * [new tag]             2.1.1      -> 2.1.1
 * [new tag]             2.1.2      -> 2.1.2
Checking out files: 100% (1783/1783), done.
HEAD is now at ea0b36f69 Merge pull request #6113 from 
amyspark/azure_mojave_only
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations
==> Tapping homebrew/core
Cloning into 
'/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 4991, done.
remote: Counting objects: 100% (4991/4991), done.
remote: Compressing objects: 100% (4780/4780), done.
remote: Total 4991 (delta 52), reused 895 (delta 20), pack-reused 0
Receiving objects: 100% (4991/4991), 4.01 MiB | 203.00 KiB/s, done.
Resolving deltas: 100% (52/52), done.
Checking out files: 100% (5008/5008), done.
Error: Invalid formula: 
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/alure.rb
alure: uninitialized constant #<Class:0x0000000600f6cfb0>::MacOS
Error: Invalid formula: 
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/apng2gif.rb

[clip]

Many more errors like those, and the last one for that run is,

[clip]

Error: Invalid formula: 
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/znapzend.rb
znapzend: uninitialized constant #<Class:0x00000006085bdbd8>::MacOS
Error: Cannot tap homebrew/core: invalid syntax in tap!
Error: Failure while executing; `/home/linuxbrew/.linuxbrew/bin/brew tap 
homebrew/core` exited with 1.
Failed during: /home/linuxbrew/.linuxbrew/bin/brew update --force

So, it looks like it sees cygwin as a MacOS system. Brew does sponsors, and 
even have instructions for it, WSL (Windows Subsystem for Linux).  I have not 
played with this, yet.  So, I'll have to do a little more research on this.  I 
may hit the brew help and see what they think about installing brew on cygwin.

the other question is, that I think I only need the gcc@6 package to build 
Bedrockdb. Does anybody know what is gcc@6?

Thanks.

josé

[1] https://docs.brew.sh/Homebrew-on-Linux

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to