GithubHelp home page GithubHelp logo

Compiling on Linux about ofxdropdown HOT 6 CLOSED

AnasGhrab avatar AnasGhrab commented on August 27, 2024
Compiling on Linux

from ofxdropdown.

Comments (6)

roymacdonald avatar roymacdonald commented on August 27, 2024

Hi, you shouldn't get that error.
make sure you have the current version of openFrameworks.

Just in case,
if you look in your_openFrameworks_folder/addons/ofxGui/src/ofxBaseGui.h you should see the two following functions declared as virtual

	virtual void registerMouseEvents();
	virtual void unregisterMouseEvents();

If this is not like this it is probably because you have an old version.

from ofxdropdown.

UrielGuy avatar UrielGuy commented on August 27, 2024

Hey. Having the same problem on windows.
When using the official 0.11.0 release from https://openframeworks.cc/download/ these functions are not virtual.
Looks like these were made virtual in the last commit to this file, which while was in february 2020, wasn't released yet.

from ofxdropdown.

roymacdonald avatar roymacdonald commented on August 27, 2024

@UrielGuy Hi yes, those were made virtual after the 0.11.0 release. You can download the latest nightly build, these are in https://openframeworks.cc/download/ , just scroll down to the bottom of the page and it should work. Or, you can make these functions virtual on your own openFrameworks files, just add the virtual keyword in front of the funtion declarations in the ofxBaseGui.h file, and recompile. (ofxGui is an addon so it wont be recompiling or modifying the core).
let me know if it works.
Also, I have not tested yet but I was told that on windows there was another compiling issue related to the toString function on my addon. Can you see if that is correct please? I dont have a window at hand ATM.

from ofxdropdown.

UrielGuy avatar UrielGuy commented on August 27, 2024

It is true. It's related to the directory drop down list, so I've just removed all of that for now as I don't use it, but happy to help resolve the issue. I think it says that there's no << operator for ofFile, but I'm not next to the right computer right now to verify.

from ofxdropdown.

UrielGuy avatar UrielGuy commented on August 27, 2024

The compilation on windows fails (with version 0.11 official release) because there is no << operator for ofFile.
The line in fault is:

ofxDropdown\src\ofxDropdown.cpp(165): message : see reference to class template instantiation 'ofxDropdown_<ofFile>' being compiled

from ofxdropdown.

hamoid avatar hamoid commented on August 27, 2024

I could run the example fine on Ubuntu, openFrameworks from git.

from ofxdropdown.

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.