frifox / gw2dps

GW2DPS
31 stars 13 forks source link

Binary Files #14

Closed wizorald closed 8 years ago

wizorald commented 9 years ago

Hi ,

Can you put the updated compile version of your last version patch. Can you create a files with a good explain how to compile the program please.

Thanx !

frifox commented 9 years ago

Cubimon tweaked the code but now I can't fucking get cmake to find wxwidgets / boost nor can I get it to compile anything. Until I figure this out why, I can't really upload anything.

wizorald commented 9 years ago

Thanx for your answers, Good luck to find the error , i will continu to follow your project

cubimon commented 9 years ago

You have to set the environment variables WXWIDGET_ROOT and BOOST_ROOT or you modify the CMakeLists.txt. If it worked earlier for you, you can look up the commit diffs.

frifox commented 9 years ago

Yeah, I checked cmake's search scripts and figured as much and set the env vars as needed. But it still compains that both wxwidget and boost are not found. I'm getting a feeling it's somethign else that I'm missing... just not sure what exactly.

cubimon commented 9 years ago

Today I set up the everything on my notebook with the current guide and the build works now, I also added a little about wxwidgets to the readme. The only problem I had was with vs 2015 and wxwidgets, a symbol (sprintf or something like that) was redefined.

frifox commented 8 years ago

Figured it out. Source and binaries updated.

wizorald commented 8 years ago

Very thanx !