DiyLightAnimation

Software => Nutcracker: RGB Effects Builder => Topic started by: kgustafson on July 20, 2013,

Title: Compile issue - missing wx/setup.h
Post by: kgustafson on July 20, 2013,
Sean,

In the latest release, there is a include for wx/setup.h (which does not exist for me) in platform.h on line 154.

I believe this is for including if you are compiling in UNIX or perhaps Linux.  I commented out the line that bombed and the code compiles fine in windows.  Do you have a copy of wx/setup.h (It should be in the wxWidgets/include library)? 

Kinda weird.  Is there something I am missing in my wxWidgets?

Kurt
Title: Re: Compile issue - missing wx/setup.h
Post by: dowdybrown on July 20, 2013,
I think this indicates that wxwidgets isn't completely setup / configured on your system.

Matt

Sent from my LG-LS840 using Tapatalk 2

Title: Re: Compile issue - missing wx/setup.h
Post by: kgustafson on July 20, 2013,
Matt,

I will check that out and see if that is the case (which it could be).  What is weird is that prior versions (17 and before) didn't cause an error.

Kurt