Coder Social home page Coder Social logo

Comments (7)

gerdr avatar gerdr commented on August 27, 2024

I thought I fixed that problem with 99f34ab - it seems gcc 4.2 doesn't think that -w should take precedence...

Could you check if this helps:

diff --git a/3rdparty/dyncall/GNUmakefile b/3rdparty/dyncall/GNUmakefile
index 89a6e76..24a5f9c 100644
--- a/3rdparty/dyncall/GNUmakefile
+++ b/3rdparty/dyncall/GNUmakefile
@@ -20,7 +20,7 @@
 #

 # FIXME: workaround for Parrot issue #735
-CFLAGS   := $(CFLAGS) -w
+CFLAGS   := $(CFLAGS) -w -Wno-strict-prototypes

 TOP       = .
 GMAKE_TOP ?= $(TOP)/buildsys/gmake

from nqp.

hds avatar hds commented on August 27, 2024

I've just tried again, but now I'm getting a parrot 4.3.0 / 4.4.0 related error:

Incompatible versions of `core_ops' oplib, possibly due to loading bytecode generated by an old version of Parrot. Found 4.4.0 but loaded 4.3.0

I'm guessing this is unrelated though, should I give it a shot from a slightly older revision of nqp?

from nqp.

gerdr avatar gerdr commented on August 27, 2024

Yes, that should be unrelated. You can either downgrade your NQP to 5308279 or earlier or fix your parrot installation.

from nqp.

hds avatar hds commented on August 27, 2024

Yep, that's fixed the problems. Thanks!

from nqp.

gerdr avatar gerdr commented on August 27, 2024

@hds should be fixed in master now

The patch I just pushed is slightly different from the one I posted here, so please holler if it doesn't work as advertised ;)

from nqp.

hds avatar hds commented on August 27, 2024

Will do, thanks again. (-:

from nqp.

hds avatar hds commented on August 27, 2024

Yes, this is now working fine for me from HEAD.

from nqp.

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.