GLUtil icon indicating copy to clipboard operation
GLUtil copied to clipboard

build problem on windows

Open smdgjmigop opened this issue 8 years ago • 2 comments

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

smdgjmigop avatar Sep 26 '17 08:09 smdgjmigop

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.

acowley avatar Sep 26 '17 17:09 acowley

I am afraid the problem is back.

madjestic avatar May 02 '23 15:05 madjestic