Git Product home page Git Product logo

homebrew-splhack's People

Contributors

rinx avatar splhack avatar tmsanrinsha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

homebrew-splhack's Issues

** BUILD FAILED **?

[HomeBrewでビルドする]

The following build commands failed:
	CompileC /tmp/macvim-kaoriya-20190120-97949-1gflb0s/src/MacVim/build/MacVim.build/Release/MacVim.build/Objects-normal/x86_64/MMPreferenceController.o /tmp/macvim-kaoriya-20190120-97949-1gflb0s/src/MacVim/MMPreferenceController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make[1]: *** [macvim] Error 65
make: *** [first] Error 2

What should I do?

% sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.2
BuildVersion:	18C54

How can I install macvim-kaoriya? OSX10.10.2

I got following error when I install macvim-kaoriya through brew install on OSX 10.10.2

% brew install --HEAD macvim-kaoriya ==> Installing macvim-kaoriya from splhack/homebrew-splhack
==> Cloning https://github.com/splhack/macvim.git
Updating /Library/Caches/Homebrew/macvim-kaoriya--git
==> Checking out branch master
Error: brew install python3 ruby lua lua52 luajit
can't find /usr/local/Cellar/python3/3.4.0_1/bin/python3
can't find /usr/local/Cellar/ruby/2.1.1_1/bin/ruby
can't find /usr/local/Cellar/lua/5.1.5/bin/lua
can't find /usr/local/Cellar/lua52/5.2.3/bin/lua
can't find /usr/local/Cellar/luajit/2.0.3/bin/luajit

The following packages are installed.
Only lua52 is not installed and not found.
% ls /usr/local/Cellar/python3
3.4.2_1
% ls /usr/local/Cellar/ruby/
2.2.0
% ls /usr/local/Cellar/lua/
5.2.3_1
% ls /usr/local/Cellar/lua52/
ls: /usr/local/Cellar/lua52/: No such file or directory
% ls /usr/local/Cellar/luajit/
2.0.3_1

Build fails because of "checking for tgetent()... configure: error: NOT FOUND!" using brew

Hi team,

The following fails with "checking for tgetent()... configure: error: NOT FOUND!":

$ brew install --HEAD macvim-kaoriya

I'm using the following instead of original one, because the version of Adobe-Japan1-7 is no longer available:
macvim-kaoriya.rb.tar.gz

And the logs of configure is below:
01.configure.tar.gz

That fails with the following error:

checking --with-tlib argument... ncurses
checking for linking with ncurses library... OK
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.

In my assumption, it appears that autotools refer to "/usr/lib" for libncurses, however; recent version of macOS does not allow users to place files at the directory.
I could change the order of searching shared object so called dylib in macOS so that "./configure" can find "/usr/local/opt/ncurses/lib/"; however, I'm not familiar with brew and macOS environment.

Could anyone know how to pass under /usr/local for LD_LIBRARY_PATH in brew instead of "/usr/lib"?

My environment is as follows:

$ uname -a
Darwin erena.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64

I could write this issue with MacVim + Kaoriya Patch in macOS Big Sur version 11.2.2.

Many thanks in advance.

Character Map resource is not found during installing `macvim-kaoriya`

brew install macvim-kaoriya attempted to download adobe CMap file from https://raw.githubusercontent.com/adobe-type-tools/cmap-resources/master/Adobe-Japan1-6/CMap/UniJIS-UTF8-H .

resource("CMapResources") do
url 'https://raw.githubusercontent.com/adobe-type-tools/cmap-resources/master/Adobe-Japan1-6/CMap/UniJIS-UTF8-H'
sha256 '29dfdbfe5dc6e9bae41dfc6ae2c1cf7b667f5b69b897c8f14eb91da493937673'
end

But it does not exist at this moment.
It seems to be upgraded and moved to https://raw.githubusercontent.com/adobe-type-tools/cmap-resources/master/Adobe-Japan1-7/CMap/UniJIS-UTF8-H

The formula macvim-kaoriya needs either of followings:

  • Update CMap to version Adobe-Japan1-7
  • Pin adobe-type-tools/cmap-resources to specific commit to obtain Adobe-Japan1-6

Log

$ brew install --HEAD macvim-kaoriya
==> Installing macvim-kaoriya from splhack/splhack
==> Downloading https://homebrew.bintray.com/bottles/lua-5.4.2.catalina.bottle.tar
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/luajit-2.0.5.catalina.bottle.
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/0a37eaa5b05ab2e30fcdbfb
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/ruby-3.0.0_1.catalina.bottle.
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/b869f4edd6b14d7c54e8994
######################################################################## 100.0%
==> Downloading https://raw.githubusercontent.com/adobe-type-tools/cmap-resources/

curl: (22) The requested URL returned error: 404 
Error: Failed to download resource "macvim-kaoriya--CMapResources"
Download failed: https://raw.githubusercontent.com/adobe-type-tools/cmap-resources/master/Adobe-Japan1-6/CMap/UniJIS-UTF8-H

How can I install macvim-kaoriya? OSX10.10.2

I got following error when I install macvim-kaoriya through brew install on OSX 10.10.2

% brew install --HEAD macvim-kaoriya ==> Installing macvim-kaoriya from splhack/homebrew-splhack
==> Cloning https://github.com/splhack/macvim.git
Updating /Library/Caches/Homebrew/macvim-kaoriya--git
==> Checking out branch master
Error: brew install python3 ruby lua lua52 luajit
can't find /usr/local/Cellar/python3/3.4.0_1/bin/python3
can't find /usr/local/Cellar/ruby/2.1.1_1/bin/ruby
can't find /usr/local/Cellar/lua/5.1.5/bin/lua
can't find /usr/local/Cellar/lua52/5.2.3/bin/lua
can't find /usr/local/Cellar/luajit/2.0.3/bin/luajit

The following packages are installed.
Only lua52 is not installed and not found.
% ls /usr/local/Cellar/python3
3.4.2_1
% ls /usr/local/Cellar/ruby/
2.2.0
% ls /usr/local/Cellar/lua/
5.2.3_1
% ls /usr/local/Cellar/lua52/ ls: /usr/local/Cellar/lua52/: No such file or directory
% ls /usr/local/Cellar/luajit/ 2.0.3_1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.