Giter Site home page Giter Site logo

Comments (4)

denofevil avatar denofevil commented on August 10, 2024

Actually that's ruby-debug-base19x problem, it should be fixed here ruby-debug/ruby-debug-base19@7758858. You can try installing it again, I've pushed update to rubygems

from ruby-debug-ide.

Pepan avatar Pepan commented on August 10, 2024

hi, problem is, that there is no realpath function in mingw version of devkit

#ifndef _LIBGEN_H_
/* 
 * libgen.h
 *
 * $Id: libgen.h,v 1.2 2007/06/23 07:34:15 dannysmith Exp $
 *
 * This file has no copyright assigned and is placed in the Public Domain.
 * This file is a part of the mingw-runtime package.
 * No warranty is given; refer to the file DISCLAIMER within the package.
 *
 * Functions for splitting pathnames into dirname and basename components.
 *
 */
#define _LIBGEN_H_

/* All the headers include this file. */
#include <_mingw.h>

#ifdef __cplusplus
extern "C" {
#endif

extern __cdecl __MINGW_NOTHROW char *basename (char *);
extern __cdecl __MINGW_NOTHROW char *dirname  (char *);

#ifdef __cplusplus
}
#endif

#endif  /* _LIBGEN_H_: end of file */

from ruby-debug-ide.

denofevil avatar denofevil commented on August 10, 2024

Oh, I see. I've pushed update to both github (ruby-debug/ruby-debug-base19@c2c77f4) and rubygems.org (http://rubygems.org/gems/ruby-debug-base19x/versions/0.11.30.pre9)

from ruby-debug-ide.

Pepan avatar Pepan commented on August 10, 2024

It finaly works :)

(Win7 64b, Netbeans 7.0.1, Ruby Installer, DevKit)

in my Gemfile:

gem "ruby-debug-base19x", "> 0.11.30.pre9"
gem "ruby-debug-ide", "
> 0.4.17.beta8"

...and restart of IDE

from ruby-debug-ide.

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.