kolrabi / steamcontroller

A library for accessing the Steam Controller without the Steam SDK or Steam.
MIT License
89 stars 21 forks source link

Undefined Reference to `SteamController_HIDGetFeatureReport' When Attempting to Build #2

Open Mluckydwyer opened 5 years ago

Mluckydwyer commented 5 years ago

I am attempting to build this library from source and get the example.c to run, but I continue to run it to errors trying to compile it using cmake.

error.txt

Am I doing something wrong? I have not changed anything, I am just attempting to run the example you provided (example.c). Thanks

Mluckydwyer commented 5 years ago

@evilC I see you recently did some work on the C# portion of the library. Any idea about this C error?

Mluckydwyer commented 5 years ago

It seems that SteamController_HIDGetFeatureReport my not be defined. Is that how it is intended to be?

evilC commented 5 years ago

@Mluckydwyer I seem to remember having real problems getting it going, I can't remember off the top of my head what I did to get the C code running - I had even more issues with the C# code. If you wanna drop into my Discord Channel, we can probably work it out without spamming the hell outta the issue tracker.

glani commented 5 years ago

It looks like _WIN32 is not defined. Please check it