[Mingw-w64-public] wine FTBFS with mingw64 gcc 11: undefined reference to `sincos'

2021-05-13 Thread Alex Xu (Hello71) via Mingw-w64-public
ge.net due to potential relevance and felixonm...@archlinux.org due to maintaining wine and mingw-gcc on Arch. You may need to subscribe in order to reply all. I look forward to hearing your thoughts. Regards, Alex. [0] https://github.com/gcc-mirror/gcc/commit/4f48f31bbfc106972

Re: [Mingw-w64-public] [PATCH] winternl.h: Rename Unknown to MaximumProcessors in SYSTEM_PROCESSOR_INFORMATION.

2021-01-15 Thread Alex Henrie
ndows 8 and later: https://github.com/reactos/reactos/commit/35f303487986752b717112c69227f8075b0174a3 -Alex ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] winternl.h: Rename Unknown to MaximumProcessors in SYSTEM_PROCESSOR_INFORMATION.

2020-12-16 Thread Alex Henrie
Signed-off-by: Alex Henrie --- This field is the current number of processors in the system plus the number of processors that could be added without rebooting. https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/processor.htm --- mingw-w64-headers/include/winternl.h | 2

[Mingw-w64-public] [PATCH] winnt.h: Add PROCESS_MITIGATION_POLICY values 11-14 and their structs.

2020-10-17 Thread Alex Henrie
Signed-off-by: Alex Henrie --- Needed by https://hg.mozilla.org/mozilla-central/file/88834ed9b3fc6e6879b1a7f1d4b987ff11ea4b99/mozglue/misc/WindowsProcessMitigations.cpp#l18 --- mingw-w64-headers/include/winnt.h | 60 +++ 1 file changed, 60 insertions(+) diff --git a

Re: [Mingw-w64-public] [PATCH] ddk/scsi: add missing enum and define entries

2020-06-16 Thread Alex Alabuzhev
Thanks. > why unnamed union in other header file does not show that error? Presumably because other unnamed unions only introduce unnamed structs. I.e. the other way to fix it could be removing _LBA and _MSF type names and marking the corresponding structs as anonymous. -- Best regards, A

Re: [Mingw-w64-public] [PATCH] ddk/scsi: add missing enum and define entries

2020-06-16 Thread Alex Alabuzhev
^~~~ -- Best regards, Alex On Tue, 16 Jun 2020 at 08:40, Biswapriyo Nath wrote: > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourcef

[Mingw-w64-public] Error in CDB.GET_CONFIGURATION definition (include/ddk/scsi.h)

2020-06-15 Thread Alex Alabuzhev
/9b69fd26ac0c7d0b83d378dba01080e93349c2ed/Include/10.0.16299.0/shared/scsi.h#L1247 As a result it is currently impossible to set it to 10b to request only one feature header. -- Best regards, Alex ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https

[Mingw-w64-public] HTTPS certificate for mingw-w64.org expired

2020-02-04 Thread Alex
The certificate is past its expiration date by several months. Please update it! Downloading a toolchain from a non-https site is not a good idea... -- Sincerely, Alex Parrill ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

Re: [Mingw-w64-public] [PATCH] crt: Add missing t to rstrtmgr.def

2020-02-01 Thread Alex Henrie
On Sat, Feb 1, 2020 at 2:52 AM Jacek Caban wrote: > > I changed the patch to share .def files between all non-x86 archs and > pushed. Thank you! -Alex ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.

[Mingw-w64-public] [PATCH] crt: Add missing t to rstrtmgr.def

2020-01-26 Thread Alex Henrie
Signed-off-by: Alex Henrie --- The name of the library was already correct inside the def files themselves and also in the rstrtmgr.def file for libarm32. --- mingw-w64-crt/Makefile.in | 4 ++-- mingw-w64-crt/lib32/Makefile.am | 2 +- mingw-w64-crt/lib32

Re: [Mingw-w64-public] MinGW LGPL licensed, header-only std::thread implementation

2015-02-17 Thread Alex
Hi Martell, I have changed the license as per your request. You can checkout the latest version of the lib with the copyright note. In case you intend to update the contributors list, my data is: Alexander Vassilev, Mega Limited If any other questions let me know. Cheers Alex

Re: [Mingw-w64-public] MinGW LGPL licensed, header-only std::thread implementation

2015-02-17 Thread Alex
Hi Martell, Ihave changed the license as per your request. You can checkout the latest version of the lib with the copyright note. In case you intend to update the contributors list, my data is: Alexander Vassilev, Mega Limited If any other questions let me know. Cheers Alex

[Mingw-w64-public] MinGW LGPL licensed, header-only std::thread implementation

2015-02-16 Thread Alex
Hello guys, I am the author of the win32 std::thread library for MinGW. I will be glad to contribute it to the gcc/mingw project. Please let me know what license do you need it under, and if you require any other changes. Best regards Alex

Re: [Mingw-w64-public] MinGW LGPL licensed, header-only std::thread implementation

2015-02-15 Thread Alex
Hello guys, I am the author of the win32 std::thread library for MinGW. I will be glad to contribute it to the gcc/mingw project. Please let me know what license do you need it under, and if you require any other changes. Best regards Alex

[Mingw-w64-public] Couple of problems installing

2014-01-04 Thread Alex Barker
Hi, I am getting two errors when trying to update/install items with pacman. 1 is a checksum error on msys2-runtime-2.0.15774.341f1f2-1-x86_64.pkg.tar.xz and the other is a 404 on the same file. $ pacman -Syu :: Synchronizing package databases... mingw32 is up to date mingw64 is up to dat

[Mingw-w64-public] Interlocked API for Mingw64 4.8.1

2013-08-20 Thread Alex Hultman
Hey! I'm trying to figure out what libs to link with to get the Interlocked*-API working. Google points me in the direction of wkernel32 but I cannot find that lib in the newer sources and it doesn't exist in my Fedora 19 installation. kernel32, mingwex doesn't define the API. What libs am I suppo

Re: [Mingw-w64-public] using libraries built with mingw in Visual C++

2012-08-25 Thread Alex Smith
#x27;t have a choice but to build it with gcc (e.g. ffmpeg) then I wouldn't recommend trying it. Either make an attempt to stay on the mingw toolchain or use msvc before attempting the hackary that is using mingw in msvc. On Sat, Aug 25, 2012 at 2:57 AM, Ruben Van Boxem wrote: > 2012/8/24 Al

Re: [Mingw-w64-public] using libraries built with mingw in Visual C++

2012-08-24 Thread Alex Loukissas
On Fri, Aug 24, 2012 at 9:43 AM, Ray Donnelly wrote: > Switch to Qt Creator instead! > This won't be very useful since I do want to switch to MSVC++. Thanks for the tip though. > > /ducks. > > On Fri, Aug 24, 2012 at 5:29 PM, Alex Loukissas > wrote: > > Hello,

[Mingw-w64-public] using libraries built with mingw in Visual C++

2012-08-24 Thread Alex Loukissas
er of libraries, which I link my application against). I would like to move to MSVC++ for my application development but would like to reuse the toolchain built using mingw. Any help is much appreciated! Thanks, Alex Louk

Re: [Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-16 Thread Alex Loukissas
Hi folks, It appears that with addr2line I got quite far. Unfortunately, I haven't been able to try out the libbfd option, since it appears that this library isn't included in the standard ubuntu mingw package. Cheers Alex On Sun, Aug 12, 2012 at 8:43 AM, Alex Loukissas wrote: &g

Re: [Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-12 Thread Alex Loukissas
Thanks for the tips. I'll give a shot of trying what was suggested before and see how this turns out. I'll report any progress in this thread. On Sun, Aug 12, 2012 at 12:03 AM, Vincent Torri wrote: > Hey > > On Sat, Aug 11, 2012 at 6:59 PM, Alex Loukissas > wrote: >

[Mingw-w64-public] Obtaining stacktraces within a Windows application

2012-08-11 Thread Alex Loukissas
e (however, I do get meaningful info for the first couple frames, which are from Windows). I would greatly appreciate any help in this manner! Thanks Alex -- Live Security Virtual Conference Exclusive live event will cover

[Mingw-w64-public] Too big size of the executable file

2012-04-23 Thread Alex D
Hello list. I use MinGW by MinGW-builds project[1]. When I compiled this little code: int main() {return 0;} with this command line: gcc main.c -omain -s -O2 I get the .exe file with size ~33 Kb. I think that this size is too big. I know that MinGW-builds project uses CRT from mingw-w64 project,

[Mingw-w64-public] ddk headers

2012-04-14 Thread Alex D
Hi, When I try to compile some library I get error: g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DSERIALPORT_BUILD -DSERIALPORT_SHARED -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SU

Re: [Mingw-w64-public] io_base& operator<<( bool& )

2011-01-08 Thread Alex Biddulph
On 09/01/11 09:48, ArbolOne wrote: > main.cpp > ~~~ > bool tstingb = false; > io_base infile; > open an existing file for writing into it and then . > //inset the value of 'tstingb' into the file stream > infile<< tstingb<< endl; //<<<- Here is where