GithubHelp home page GithubHelp logo

Comments (2)

ksss avatar ksss commented on July 24, 2024

I reproduced this issue.

** Execute /home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.c
** Invoke /home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.c (first_time)
** Invoke mruby_onig_regexp_with_compile_option
** Invoke /home/mruby/code/mruby/build/host/mrbgems/mruby-onig-regexp/onigmo-6.1.1/.libs/libonigmo.a
** Execute /home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.c
** Invoke /home/mruby/code/build_config.rb (not_needed)
** Invoke /home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/mrbgem.rake (first_time, not_needed)
** Execute /home/mruby/code/mruby/build/host/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.o
"clang" -g -std=gnu99 -O3 -Wall -Werror-implicit-function-declaration -Wdeclaration-after-statement -Wwrite-strings -g3 -O0 -DMRB_DEBUG -DMRBGEM_MRUBY_ONIG_REGEXP_VERSION=0.0.0 -I"/home/mruby/code/mruby/include" -MMD -o "/home/mruby/code/mruby/build/host/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.o" -c "/home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.c"
/home/mruby/code/mruby/build/mrbgems/mruby-onig-regexp/src/mruby_onig_regexp.c:44:10: fatal error: 'oniguruma.h' file not found
#include "oniguruma.h"

It seems there is no HAVE_ONIGMO_H.

But mruby_onig_regexp_with_compile_option task was invoked.

And, mruby master branch doesn't reproduce it.

from mruby-onig-regexp.

take-cheeze avatar take-cheeze commented on July 24, 2024

This should be fixed in 1.3(as I know) and the reason is that

  • Onigmo doesn't provide oniguruma.h
  • mruby 1.2 doesn't have search_package method.

So we need to find onigmo.h with search_header_path for mruby 1.2.
Though we should move to 1.3 so this can be "won't fix".

from mruby-onig-regexp.

Related Issues (20)

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.