IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
47 stars 20 forks source link

STREAMDTA.DTAQ as DTAQ is not a recognized file extension #288

Closed jonnyz32 closed 7 months ago

jonnyz32 commented 8 months ago

Got this error when trying to compile this German file

image
edmundreinhardt commented 8 months ago

Yes, I need to release the next version of BOB. A customer added support for DTAQ objects. When I went to release, I found some other regressions that I am resolving. Once a new BOB is deployed this problem will disappear

edmundreinhardt commented 8 months ago

In the mean time comment out the line 2 in QDTASRC/Rules.mk and all will be well

JDubbTX commented 8 months ago

Yes, I need to release the next version of BOB. A customer added support for DTAQ objects. When I went to release, I found some other regressions that I am resolving. Once a new BOB is deployed this problem will disappear

@edmundreinhardt I've noticed some other issues that came about relating to CCSID for bound rpg programs. If I test with tag v2.4.23 it works fine but when I test with master it breaks. Is this the other regressions you are resolving?

JDubbTX commented 8 months ago

@edmundreinhardt this was with what is in master right now:

image

And this is when I git checkout tags/v2.4.23

image
edmundreinhardt commented 7 months ago

It is fixed on main now. Feel free to try it @JDubbTX I have to finish merging in the other PR which is still not working and then I will release.

JDubbTX commented 7 months ago

It is fixed on main now. Feel free to try it @JDubbTX I have to finish merging in the other PR which is still not working and then I will release.

Retested Master on PUB400 and works great! Thanks!

edmundreinhardt commented 7 months ago

released v2.4.25 with support and fixes for all issues mentioned @JDubbTX @jonnyz32