Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-r and -pie may not be used together #14

Open
Mailaender opened this issue Jun 21, 2024 · 0 comments
Open

-r and -pie may not be used together #14

Mailaender opened this issue Jun 21, 2024 · 0 comments

Comments

@Mailaender
Copy link

Running: runhaskell Setup configure --prefix=${FLATPAK_DEST}
Configuring Hipmunk-5.2.0.17...
Running: runhaskell Setup build
Building Hipmunk-5.2.0.17...
Preprocessing library Hipmunk-5.2.0.17...
[1 of 9] Compiling Physics.Hipmunk.Common ( dist/build/Physics/Hipmunk/Common.hs, dist/build/Physics/Hipmunk/Common.o )
[2 of 9] Compiling Physics.Hipmunk.Internal ( dist/build/Physics/Hipmunk/Internal.hs, dist/build/Physics/Hipmunk/Internal.o )
[3 of 9] Compiling Physics.Hipmunk.Body ( dist/build/Physics/Hipmunk/Body.hs, dist/build/Physics/Hipmunk/Body.o )
[4 of 9] Compiling Physics.Hipmunk.Shape ( dist/build/Physics/Hipmunk/Shape.hs, dist/build/Physics/Hipmunk/Shape.o )
[5 of 9] Compiling Physics.Hipmunk.Constraint ( dist/build/Physics/Hipmunk/Constraint.hs, dist/build/Physics/Hipmunk/Constraint.o )
[6 of 9] Compiling Physics.Hipmunk.Space ( dist/build/Physics/Hipmunk/Space.hs, dist/build/Physics/Hipmunk/Space.o )

Physics/Hipmunk/Space.hsc:206:10: Warning:
    Orphan instance: instance Entity Body
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

Physics/Hipmunk/Space.hsc:215:10: Warning:
    Orphan instance: instance Entity Shape
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

Physics/Hipmunk/Space.hsc:225:10: Warning:
    Orphan instance: instance Entity (Constraint a)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
/usr/lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant