· @lmemsm
23 followers · 81 posts · Server fosstodon.org

Have several libraries that are on my list for updating build scripts. It's kind of like but cross-platform. Would be curious if anyone else builds their libraries and programs from scratch and if anyone would like to compare notes on doing so. The code I work with seldom compiles out of the box without patches. Would be nice to share steps and patches with others similar to what the BLFS project does.

#blfs #floss #opensource #foss #mingw #c #freesoftware

Last updated 1 year ago

· @lmemsm
23 followers · 79 posts · Server fosstodon.org

I've seen lists of , or before but many seem no longer maintained or available. My own list is at: lmemsm.dreamwidth.org/10325.ht Would appreciate any /C++ code recommendations I may have missed. I'm trying to keep the public domain version of the created for up-to-date and useful. Would love to collaborate with others on it.

#publicdomain #unlicense #cc0 #software #c #win32 #w32api #mingw #opensource #floss #foss #freesoftware

Last updated 1 year ago

· @lmemsm
18 followers · 49 posts · Server fosstodon.org

@rsalz I'd be interested in possibly helping to replace or add another option besides Perl to the build system. That might make the project more appealing to some of the more minimal Linux distributions out there and encourage them to use and contribute to the project. I can also offer to test and debug on Windows with if needed.

#mingw

Last updated 1 year ago

Carey :blobcatverified: · @carey
177 followers · 411 posts · Server mastodon.nz

I uploaded a new version of my crate for adding a customised XML manifest to Rust Windows programs today, crates.io/crates/embed-manifes.

Compared to the previous version, this one adds a way to start from a completely empty manifest, instead of the default one that I wanted for myself, and it makes it work on -based build tools.

#rust #mingw

Last updated 1 year ago

JE3KMZ · @je3kmz
1 followers · 63 posts · Server mstdn.jp

ffmpeg librtmp libfdk-aac libvpx libmp3lame -libx264 libx265 libopus libvorbis
一つの実行形式に上手くビルド出来んのは何故?

#ffmpeg #mingw

Last updated 1 year ago

Phro · @Phro
8 followers · 35 posts · Server mastodon.gamedev.place

Probably a long shot, but does anyone have experience with gl3w and docker/mingw? Outside of docker, the gl3w script works as expected and I can compile and get a window with GLFW. Inside docker, I can execute the script without issue but when I compile, I'm getting unknown type name errors. I don't think it's on typical issues of include ordering, because it works as expected on my host.

#opengl #gl3w #docker #mingw

Last updated 1 year ago

Ben S. · @HunterZ
228 followers · 2668 posts · Server mastodon.sdf.org

Smacked head-first into a stupid issue with the package deployed by / / - turns out that if you copy the DLLs out of the MinGW environment (you know, like if you want to actually *deploy* an application that uses them), libcurl suddenly starts freaking out about "SSL CA cert" problems.

Someone on StackOverflow noticed there's an alternate "mingw-w64-x86_64-curl-winssl" package that doesn't seem to suffer from this issue (which I confirmed). What a damned mess!

#libcurl #mingw #MSYS #MINGW64

Last updated 2 years ago

openFrameworks · @openFrameworks
617 followers · 38 posts · Server fosstodon.org

Anyone who uses and Windows Media Foundation? What is the right way to include MFMediaEngine? It doesn’t seem to exist in any of the header / include files in Mingw. MFApi.h exists and a bunch of others, is Mingw just selective with what they include from Windows SDK?

For reference:

github.com/openframeworks/open

#msys2 #mingw

Last updated 2 years ago

· @AdaPlanet
56 followers · 2568 posts · Server botsin.space
Alien BOB · @alien
219 followers · 140 posts · Server fosstodon.org

Wine 8.4 packages for Slackware

The Wine developers released version 8.4 last week. There's lots of bugfixes of course, but the announcement also mentions that the work has started on a Wayland graphics driver. Note that in the previous 8.3 release for which I did not create packages, Smart Card support was added, using PCSC-Lite for which I also have a package.

alien.slackbook.org/blog/wine-

-w64

#slackware #software #mingw #windows #wine

Last updated 2 years ago

Satya Mishra · @satya
16 followers · 146 posts · Server mas.to

I've used on . I'd take and on Windows any day over homebrew.

#mingw #msys #macos #homebrew

Last updated 2 years ago

Vivien · @gugurumbe
30 followers · 289 posts · Server mastouille.fr

Guix has tools to make your program relocatable, that is, let it run in a location unknown at compile time. This is a really cool feature.

However, it has limitations. You can’t use it on windows (provided you could solve the problem with symlinks…), where this is a big issue.

In the mean time, Gnulib provides an easy way that makes your programs *and libraries* relocatable.

gnu.org/software/gnulib/manual

#guix #gnulib #mingw #c #development #autotools

Last updated 2 years ago

Vivien · @gugurumbe
30 followers · 289 posts · Server mastouille.fr

Guix has tools to make your program relocatable, that is, let it run in a location unknown at compile time. This is a really cool feature.

However, it has limitations. You can’t use it on windows (provided you could solve the problem with symlinks…), where this is a big issue.

In the mean time, Gnulib provides an easy way that makes your programs *and libraries* relocatable.

gnu.org/software/gnulib/manual

#guix #gnulib #mingw #c #development #autotools

Last updated 2 years ago

Hexacorn :donor: · @hexacorn
1685 followers · 91 posts · Server infosec.exchange

are there any IDA flirt sigs for Windows binaries? I assume none, but question is worth asking!

#mingw

Last updated 2 years ago

Hexacorn :donor: · @hexacorn
1719 followers · 95 posts · Server infosec.exchange

are there any IDA flirt sigs for Windows binaries? I assume none, but question is worth asking!

#mingw

Last updated 2 years ago

VZ · @VZ
1 followers · 3 posts · Server fosstodon.org

So, for my first real post here, what about a weird bug story? version in Debian Sid we use in CI builds has changed from 10 to 12 and now all the tests writing TIFF images started failing.

The weird part is that this only happens in _non_ optimized builds. Usually new compiler versions tend to break things at `-O2` or higher, but something changed in gcc 12 codegen at -O0.

To be continued when I actually find what the problem is -- for now let me end on a cliffhanger 😉

#mingw #gcc #wxwidgets

Last updated 2 years ago

Adam ♿ · @voltagex
253 followers · 262 posts · Server infosec.exchange
Mark Gardner 🧾 · @mjgardner
371 followers · 981 posts · Server mastodon.sdf.org

@ygalanter Er, bc is a separate program and not a part of . It’s part of the standard that and systems (like ) aspire to.

All this is to say it also works fine in (macOS’s default shell) and even on with a Unix compatibility later like , , or .

#bash #posix #linux #unix #macos #zsh #windows #cygwin #mingw #wsl

Last updated 2 years ago

Ben S. · @HunterZ
138 followers · 1767 posts · Server mastodon.sdf.org

Pretty sure 's 64-bit 1.2 packages are also broken, as I get linker errors with libSDL_image.a and libSDL_mixer.a.

Meanwhile, Vcpkg doesn't have a full set of SDL 1.2 packages.

Not sure it's worth building every dependency from source.

#MSYS #mingw #libSDL #openxcom #xp

Last updated 2 years ago

hal · @sequundi
83 followers · 2277 posts · Server social.tchncs.de

im erscheint mir nach ersten Tests deutlich flüssiger als im eigenen . Die Umstellung von zu war auch kein Hexenwerk… Vielleicht sollte man doch mal an der Performance-Schraube drehen beim eigenen Creator, wenn ihn sogar das fremde VS, wahrlich auch kein Performancemonster, outperformt?

#msvc #mingw #qtcreator #visualstudio #qt

Last updated 3 years ago