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

undefined reference to `freenect_set_flag' under ghc-8.0.2 #5

Closed
madjestic opened this issue Apr 10, 2017 · 2 comments
Closed

undefined reference to `freenect_set_flag' under ghc-8.0.2 #5

madjestic opened this issue Apr 10, 2017 · 2 comments

Comments

@madjestic
Copy link

madjestic commented Apr 10, 2017

I am getting the following error (multiple instances) when installing haskanoid under ghc 8.0.2. I tried a sandbox install too with same resultL

madjestic@nu ~/Projects/Haskell/haskanoid $ cabal install
Resolving dependencies...
Configuring haskanoid-0.1.5...
Building haskanoid-0.1.5...
Failed to install haskanoid-0.1.5
Build log ( /home/madjestic/.cabal/logs/haskanoid-0.1.5.log ):
cabal: Entering directory '.'
Configuring haskanoid-0.1.5...
Building haskanoid-0.1.5...
Preprocessing executable 'haskanoid' for haskanoid-0.1.5...
Linking dist/build/haskanoid/haskanoid ...
/home/madjestic/.cabal/lib/x86_64-linux-ghc-8.0.2/freenect-1.2.1-IWHP9yhnEhcEQ0pDPsW6C9/libHSfreenect-1.2.1-IWHP9yhnEhcEQ0pDPsW6C9.a(Freenect.o):(.text+0x13037): undefined reference to `freenect_set_flag'
collect2: error: ld returned 1 exit status
`x86_64-pc-linux-gnu-gcc' failed in phase `Linker'. (Exit code: 1)
cabal: Leaving directory '.'
cabal: Error: some packages failed to install:
haskanoid-0.1.5 failed during the building phase. The exception was:
ExitFailure 1
@ivanperez-keera
Copy link
Owner

ivanperez-keera commented Apr 11, 2017

Thanks!

I think that's a problem with freenect. Could you please open the same bug there?

(I'll mark this issue as duplicate of the one in freenect to track the progress and inform users who find the bug you've reported.)

@ivanperez-keera
Copy link
Owner

Thanks! Following up on the freenect project. Will reopen if needed.

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

2 participants