Daandelange / ofxImGui

Please refer to the develop branch in https://github.com/jvcleave/ofxImGui. I'll keep this fork in sync until it's merged in master.
12 stars 1 forks source link

compiling error w of_0.12 #21

Closed cyberboy666 closed 8 months ago

cyberboy666 commented 8 months ago

might be missing something (dont know too much about cpp etc) but when i clone this repo and try compile example-simple in of_v0.11.2 it works fine, however when i try the same in of_v0.12 i get this error:

ofxImGui/src/LinkedList.hpp:59:43: error: expected unqualified-id before ‘const’
   59 |                 LinkedList<T_KEY,T_DATA>( const LinkedList<T_KEY,T_DATA>& ) = delete;
      |                                           ^~~~~

im running pop_os btw, following ubuntu install guide...

Daandelange commented 8 months ago

Hi, thanks for your report. It seems identical to https://github.com/jvcleave/ofxImGui/issues/120, let's continue there !