acowley / GLUtil

Utility functions for working with OpenGL BufferObjects, GLSL shaders, and textures.
BSD 3-Clause "New" or "Revised" License
40 stars 16 forks source link

build problem on windows #25

Open smdgjmigop opened 7 years ago

smdgjmigop commented 7 years ago

Hello,

We do have a problem of build on windows, see : https://github.com/OctopusFarm/Octopus/issues/1

Unfortunately, I dont have a windows system to test things

Regards, Simon

acowley commented 7 years ago

I don't have a Windows system, either. That error message is surprising... if it's seing Main, then perhaps what's happening is that it is not seeing a module name at all, so GHC is adding the name Main. Since the source does have a module name, that would then suggest the problem could be in the C preprocessor, which is also using a tool I wrote, so I have nobody else to pass the blame on to :)

I'll try to find some time to stare at source to guess about what might be breaking on Windows. It's usually paths, but that's all I have to go on at the moment.

madjestic commented 1 year ago

I am afraid the problem is back.