Author Topic: Compile issue - missing wx/setup.h  (Read 597 times)

Offline kgustafson

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 1120
    • Lost Weekend Productions
Compile issue - missing wx/setup.h
« 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
------
Visit at: You are not allowed to view links. Register or Login

Offline dowdybrown

  • Sr. Member
  • ****
  • Posts: 358
    • Gleannloch Christmas
Re: Compile issue - missing wx/setup.h
« Reply #1 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

Matt Brown
You are not allowed to view links. Register or Login

Offline kgustafson

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 1120
    • Lost Weekend Productions
Re: Compile issue - missing wx/setup.h
« Reply #2 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
------
Visit at: You are not allowed to view links. Register or Login