From peter.mckinna at gmail.com Wed Aug 4 09:40:24 2021 From: peter.mckinna at gmail.com (Peter McKinna) Date: Wed, 4 Aug 2021 17:40:24 +1000 Subject: [M3devel] compile probs Message-ID: Hi, Seem to be getting a lot of errors from cm3cg backend compiling cm3ide. Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayk123 at hotmail.com Wed Aug 4 11:05:16 2021 From: jayk123 at hotmail.com (Jay K) Date: Wed, 4 Aug 2021 09:05:16 +0000 Subject: [M3devel] compile probs In-Reply-To: References: Message-ID: Details? I did make one change there..that I guess I didn't test..but I think it is fixed now. The .cpp thing. That Victor fixed? I'll try to do a "quick" test (all tests take about the same amount of time ? ) - Jay ________________________________ From: M3devel on behalf of Peter McKinna Sent: Wednesday, August 4, 2021 7:40 AM To: m3devel Subject: [M3devel] compile probs Hi, Seem to be getting a lot of errors from cm3cg backend compiling cm3ide. Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayk123 at hotmail.com Wed Aug 4 11:09:20 2021 From: jayk123 at hotmail.com (Jay K) Date: Wed, 4 Aug 2021 09:09:20 +0000 Subject: [M3devel] compile probs In-Reply-To: References: , Message-ID: I mean, do you have: commit 296949912237e53f6f6bc0daaa90c8b95088db45 (HEAD -> master, main2/master, main/master, main/HEAD) Author: VictorMiasnikov <48795548+VictorMiasnikov at users.noreply.github.com> Date: Wed Jul 28 12:13:48 2021 +0300 Minor fixes in cm3ide nodes/Source.m3 (#740) Minor fixes in cm3ide nodes/Source.m3 Granted, that doesn't fix backend errors. ________________________________ From: Jay K Sent: Wednesday, August 4, 2021 9:05 AM To: Peter McKinna ; m3devel Subject: Re: [M3devel] compile probs Details? I did make one change there..that I guess I didn't test..but I think it is fixed now. The .cpp thing. That Victor fixed? I'll try to do a "quick" test (all tests take about the same amount of time ? ) - Jay ________________________________ From: M3devel on behalf of Peter McKinna Sent: Wednesday, August 4, 2021 7:40 AM To: m3devel Subject: [M3devel] compile probs Hi, Seem to be getting a lot of errors from cm3cg backend compiling cm3ide. Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: From vvm at tut.by Wed Aug 4 13:36:17 2021 From: vvm at tut.by (vvm at tut.by) Date: Wed, 04 Aug 2021 14:36:17 +0300 Subject: [M3devel] compile probs In-Reply-To: References: , Message-ID: <162311628076825@mail.yandex.by> An HTML attachment was scrubbed... URL: From jayk123 at hotmail.com Sun Aug 8 09:15:21 2021 From: jayk123 at hotmail.com (Jay K) Date: Sun, 8 Aug 2021 07:15:21 +0000 Subject: [M3devel] process and PRs Message-ID: Hey, I don't like process. Not even discussing it. Too much time. I don't like waiting for code reviews. I don't love, but somewhat like, code reviews that are for educational not really approve/deny purposes. I like an idea I heard recently..we cannot afford this, but with pair programming, you kinda get a free automatic review. All that being said, I do wonder if we should kinda keep up appearance and "paper trail" and such, and open PRs, even if only approve/commit our own? Does that look better? Or no point really? Pretend to half follow "normal process"? Or maybe there is no normal and it just depends. I realize PRs are a lot of extra clicks and commands, maybe too tedious. And in any event, my time is again scarse, so I don't matter so much. :) (I do still have plans.... C++ backend to use setjmp, then C++ backend to use native EH, and bootstrap via autotools...but I guess leave non-bootstrap asis, and still to improve debugging , I guess..) - Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: From peter.mckinna at gmail.com Sat Aug 28 02:20:11 2021 From: peter.mckinna at gmail.com (Peter McKinna) Date: Sat, 28 Aug 2021 10:20:11 +1000 Subject: [M3devel] windows linker problem Message-ID: Hi, Trying to compile libm3 on windows 10 and get this. Any ideas? Creating library m3.lib and object m3.exp LINK : warning LNK4199: /DELAYLOAD:gdi32.dll ignored; no imports found from gdi32.dll LINK : warning LNK4199: /DELAYLOAD:netapi32.dll ignored; no imports found from netapi32.dll LINK : warning LNK4199: /DELAYLOAD:user32.dll ignored; no imports found from user32.dll LINK : warning LNK4199: /DELAYLOAD:comctl32.dll ignored; no imports found from comctl32.dll LINK : warning LNK4199: /DELAYLOAD:rpcrt4.dll ignored; no imports found from rpcrt4.dll LINK : warning LNK4199: /DELAYLOAD:iphlpapid.dll ignored; no imports found from iphlpapid.dll MachineID.obj : error LNK2019: unresolved external symbol __imp__GetIfTable at 12 referenced in function _MachineIDC__CanGet m3.dll : fatal error LNK1120: 1 unresolved externals -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayk123 at hotmail.com Sat Aug 28 05:34:47 2021 From: jayk123 at hotmail.com (Jay K) Date: Sat, 28 Aug 2021 03:34:47 +0000 Subject: [M3devel] windows linker problem In-Reply-To: References: Message-ID: It should be in iphlpapi.lib. - Jay ________________________________ From: M3devel on behalf of Peter McKinna Sent: Friday, August 27, 2021 5:20:11 PM To: m3devel Subject: [M3devel] windows linker problem Hi, Trying to compile libm3 on windows 10 and get this. Any ideas? Creating library m3.lib and object m3.exp LINK : warning LNK4199: /DELAYLOAD:gdi32.dll ignored; no imports found from gdi32.dll LINK : warning LNK4199: /DELAYLOAD:netapi32.dll ignored; no imports found from netapi32.dll LINK : warning LNK4199: /DELAYLOAD:user32.dll ignored; no imports found from user32.dll LINK : warning LNK4199: /DELAYLOAD:comctl32.dll ignored; no imports found from comctl32.dll LINK : warning LNK4199: /DELAYLOAD:rpcrt4.dll ignored; no imports found from rpcrt4.dll LINK : warning LNK4199: /DELAYLOAD:iphlpapid.dll ignored; no imports found from iphlpapid.dll MachineID.obj : error LNK2019: unresolved external symbol __imp__GetIfTable at 12 referenced in function _MachineIDC__CanGet m3.dll : fatal error LNK1120: 1 unresolved externals -------------- next part -------------- An HTML attachment was scrubbed... URL: From vvm at tut.by Sun Aug 29 08:58:46 2021 From: vvm at tut.by (vvm at tut.by) Date: Sun, 29 Aug 2021 09:58:46 +0300 Subject: [M3devel] windows linker problem In-Reply-To: References: Message-ID: <428921630219864@mail.yandex.by> An HTML attachment was scrubbed... URL: