Giter VIP home page Giter VIP logo

Comments (4)

kylemcdonald avatar kylemcdonald commented on August 15, 2024

i'm not really sure -- i know linux is a little different than the other OSes because you need to have basically the exact same setup as the person who compiled it. since i wasn't the one who compiled it, i can't really help debug... sorry :(

from ofxfacetracker.

felipesaldamando avatar felipesaldamando commented on August 15, 2024

Thanks, anyway ..

Date: Tue, 10 Jul 2012 19:33:37 -0700
From: [email protected]
To: [email protected]
Subject: Re: [ofxFaceTracker] FaceOSC-linux in Lucid i386/amd64 not working (#30)

i'm not really sure -- i know linux is a little different than the other OSes because you need to have basically the exact same setup as the person who compiled it. since i wasn't the one who compiled it, i can't really help debug... sorry :(


Reply to this email directly or view it on GitHub:
#30 (comment)

from ofxfacetracker.

haroldSanchezb avatar haroldSanchezb commented on August 15, 2024

hello,

so ... doesn't work?

from ofxfacetracker.

avilleret avatar avilleret commented on August 15, 2024

hello,

there are at least 2 issues with Ubuntu 64 bit :
1- the FaceOSC-linux.zip contains a 32bit binary while OpenCV by default only install 64bit library on Ubuntu 64bit (I mean with sudo apt-get install libopencv*)
2- it has been build with OpenCV 2.3 and currently 2.4 is in the Ubuntu repository (at least for 13.10)

to solve this you grab the source from my repo where I fix a building issue, put it in the addons folder of ofx and build it yourself but of course it needs a knowledge on how to build software on Linux

@kylemcdonald : your remark concerning the building setup on Ubuntu is not true, it depends on how you are actually building and there is the same issue on OSX and Windows : when you link against shared library (.dll on windows, .dylib on MacOS and .so on Linux) you do need those libraries to run the binary on another machine with same architecture. One solution is to build against static library then the binary is more "portable" but bigger.

cheers

antoine

from ofxfacetracker.

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.