-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Building libjimtcl on Windows #42
Comments
I guess by DreamShell you mean DreamSDK? |
UGHGHGGH. Yes, of course. Sorry. Edited! |
This one's going to take some work... Just got a little while to look at it, and made some progress at least...
I couldn't figure out a graceful way to work past it, so I just sledge-hammered it temporarily and hardcoded the compiler path there... Unfortunately I was immediately met with a slew of other errors for missing header files which look to be Linux-related. Not positive whether they're on MSYS or not, or whether the configuration script is simply not choosing the Windows build path... Weirdly enough, I tried under cygwin, and everything worked immediately.... I also saw something online mentioning to use the mingw64 terminal, not the MSYS terminal when using the configure scripts? Not sure whether we have an option there, or where the DreamSDK terminal comes from, but thought I'd mention that too. |
Since I'm currently stumped, I opened an issue here asking for advice: msteveb/jimtcl#287. Will keep you guys posted. |
Huh, that's very strange... now that you got further, I'll see if I can take a look at it... I have a feeling the clock errors are just missing casts... Then surely there's a MSYS way to do |
Okay, I just spent some more time looking at this. Pretty sure these will be easy fixes... I just followed up on my ticket though, to ensure that modifying this file directly is the way to go (in case it's autogenerated): msteveb/jimtcl#287. Going to wait for a response before I dive in. |
Seems the lib si not compiling with linux either with latest kos, I have got this output logs :
|
Same here, after my PR is being reviewed and merged, this is the only library that fails to build. |
Oh shit... I believe I know why this has suddenly broken on every platform while the original issue was a Windows/MSYS only thing... I believe it's due to this PR here, from @andressbarajas: KallistiOS/KallistiOS#636, which added I'm going to guess that libjimtcl's build system (it's a custom thing) has now just begun detecting the presence of IDEALLY would be sweet if we could fix this by fleshing out
out of the single fix... Hopefully it's mostly just a bunch of missing |
I'll take a look tonight and try and flesh it out more |
Same issue here from Mac OS:
|
Same problem here, ubuntu 24.04
|
Filing this for tracking the known issue of
libjimtcl
failing to build properly under Windows. I get the following error using DreamSDK:NOTE: This appears to be a general issue with
libjimtcl
itself not wanting to build properly under MSYS with Windows. IIRC someone mentioned that support for this was desirable upstream. Perhaps there's a little compiler-specific issue going on here which would be trivial to fix?The text was updated successfully, but these errors were encountered: