scp-fs2open / PCS2

A tool to convert and edit models for use in FreeSpace 2 and FreeSpace Open
3 stars 11 forks source link

Fix for paths without trailing slashes #5

Closed asarium closed 8 years ago

niffiwan commented 8 years ago

considering how annoying I've found this bug to be I'd like to merge it :) However, I can't build at the moment; what version of SDL does it require? 2.0.0+?

asarium commented 8 years ago

SDL? AFAIK PCS doesn't use SDL.

niffiwan commented 8 years ago

Oh; https://github.com/scp-fs2open/PCS2/blob/master/src/CMakeLists.txt#L166

Maybe I've got the wrong version of wxWidgets then?

-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0;-lwx_gtk2u_gl-3.0;-lwx_gtk2u_adv-3.0 (found version "3.0.0")

asarium commented 8 years ago

Oh, I didn't have to configure anything and just assumed that only wxWidgets is required because I didn't need to add the paths on Windows.

I think you need wxWidgets 2.8. 3.0 apparently doesn't work right.

niffiwan commented 8 years ago

right, finally got it compiling, see #6

niffiwan commented 8 years ago

and now that I can test; LGTM!