PDA

View Full Version : 5/17 patch



Newby
05-17-2023, 05:09 PM
structs and opcodes...

xerxes
05-17-2023, 05:21 PM
Thank you!

BlueAdept
05-17-2023, 05:38 PM
Updated the svn.

Loki
05-17-2023, 05:51 PM
Thank you as always.

Tibberu
05-18-2023, 11:32 AM
When I try to run through the compile process for setting showeq up with the 6.3.2 from sourceforge tarball it tells me it's missing header file weapons2e.h

spawn.cpp:126:10: fatal error: weapons2e.h: No such file or directory
126 | #include "weapons2e.h"
| ^~~~~~~~~~~~~
compilation terminated.

Looks like it might be missing weapons2f.h (https://sourceforge.net/p/seq/svn/HEAD/tree/showeq/trunk/src/weapons2f.h) and weapons30.h (https://sourceforge.net/p/seq/svn/HEAD/tree/showeq/trunk/src/weapons30.h) as well.

BlueAdept
05-18-2023, 06:49 PM
I have just re-uploaded the file. Please give the new tarball a try or use the SVN

magicgnome
05-19-2023, 01:03 AM
Just downloaded the new tarball and tried to compile.
It aborts with this error:

spawn.cpp:126:10: fatal error: weapons2e.h: No such file or directory
126 | #include "weapons2e.h"
| ^~~~~~~~~~~~~
compilation terminated.

BlueAdept
05-19-2023, 01:06 PM
I will download it and try a bit later. The svn compliles fine. I tested that and regenerated the tarball from the one I built. If there is an issue, it didn't affect the SVN.

magicgnome
05-19-2023, 05:01 PM
I will download it and try a bit later. The svn compliles fine. I tested that and regenerated the tarball from the one I built. If there is an issue, it didn't affect the SVN.

It does work from the SVN. The weapons*.h include files are new. They probably just need to be added to the manifest you use to make the tarball.

BlueAdept
05-19-2023, 05:38 PM
You are correct. I tried the tarball and it failed. Ill get a new tarball together tomorrow. I have to go into work tonight and need to get some sleep.

magicgnome
05-19-2023, 09:17 PM
Thank you for all you do, blue

cn187
05-21-2023, 06:46 AM
Eh, sorry - that's my fault. We add so few new files to the build that I obviously forgot to add the new weapons files to the distribution. I've now adjusted the makefile to include them. I'll add a check to the build to catch this earlier in the process in case it happens again in the future.

Since this only affected the tarball and not svn, I'm not going to cut a whole new release. I've replaced the tarball on sourceforge with the fixed version.

For whoever was affected, you can grab the new tarball (or switch to using svn) and you should be good to go.

BlueAdept
05-21-2023, 12:52 PM
I got busy and didn't get time to do it. Sorry and thank you cn187.