pierrep / lpmt

Rewrite of the Little Projection Mapping Tool (http://projection-mapping.org/tools/lpmt/)
GNU General Public License v3.0
54 stars 4 forks source link

compilation pb : fatal error: ofxMostPixelsEver.h #5

Closed proximcreation closed 3 years ago

proximcreation commented 4 years ago

Hey,

I’m stuck at compilation state with a : fatal error: ofxMostPixelsEver.h: Aucun fichier ou dossier de ce type

include "ofxMostPixelsEver.h"

Is there an appimage or something precompiled somwhere ? thanks :)

pierrep commented 4 years ago

Hi, What code are you running? The master branch doesn't even have a reference to that header file, it's commented out.

The plan is to eventually package it via an AppImage on Linux, and I've had a shot at it already, but failed. OpenFrameworks has LOADS of dependencies, so it's not trivial. I think it's possible though, I just need some dedicated time on the problem.