Closed virgban closed 9 months ago
Thanks for bug report. It is probably related to new wlib command line processing code and some bugs in this new processing which were fixed. I will fix it ASAP.
the issue should be fixed. Please download new OW build after regular re-build and re-check.
Was the fix in the OW code or the sample project code (bld/idedemo/src)?
It was fix in librarian tool "wlib" not in sample project.
Thanks, I see from sourceforge, the latest update is 5/24/2023 per https://sourceforge.net/projects/openwatcom/
To get the latest fix, do I need to rebuild Watcom from source or is the executable available for WIN32 somewhere?
On Thu, Jan 25, 2024 at 3:03 PM Jiří Malák @.***> wrote:
the issue should be fixed. Please download new OW build after regular re-build and re-check.
— Reply to this email directly, view it on GitHub https://github.com/open-watcom/open-watcom-v2/issues/1210#issuecomment-1910990619, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALCKSZG64UBTBSSIV65MHITYQLCAPAVCNFSM6AAAAABCK25NMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJQHE4TANRRHE . You are receiving this because you authored the thread.Message ID: @.***>
I downloaded Open Watcom 2.0 to open-watcom-2_0-c-win-x64.zip and installed it fully over a previous OW 1.9 installation for my 64 Bit Windows 10 Pro PC (echo %PROCESSOR_ARCHITECTURE% produces AMD64) Trying to learn from examples of code from Open Watcom so I downloaded some example code from https://github.com/open-watcom/open-watcom-v2I to open-watcom-v2-master.zip which contains over 33000 files of C++ code and project support files. I selected the project bld/idedemo/src/win32.wpj and compiled the 2nd target (button) with the error " wlib -b -c -n -q -p=512 button.lib @button.lb1 Error! Invalid command line near '-p=512 button.lib @button.lb1' " I removed the "-p=512" from the above command line (in bld/idedemo/src/win32/button.mk1) Then both targets compiled, linked, and ran ok. Did I discover a bug or am I doing something wrong? Is it possible that I used the wrong project for my system? The possible project selections in bld/idedemo/src/ are win32.wpj win.wpj win386.wpj I selected the first one but did not have a good reason. Can anyone provide some guidance for this newbie.