Felix Palmen 📯 · @zirias
44 followers · 196 posts · Server techhub.social

Time for cleanup after identifying two "interesting" issues:

1.) ports come with a Templates/config.site file which is normally used by , containing quite a lot of "cache variables" so autoconf can avoid running the actual tests. Nice, but completely wrong when targeting . So, add an empty "CONFIG_SITE=" variable to every linux port, and suddenly I can also remove some explicit cache variables again 🙈

2.) I'm building the "native" toolchain for --with-sysroot=/compat/linux, which makes sure the linker reliably finds startup files and system libs, without stuff from FreeBSD base interfering. BUT: This completely breaks when some explicit lib path to /usr/lib or /usr/lib64 is added (and many build systems will do that), because sysroot doesn't apply here. Therefore, add wrapper scripts around gcc and g++ filtering out any "-L/usr/lib" or "-L/usr/lib64" argument 🙈 with that, Linux builds without any patches! 🥳

Now, waiting for builds.

#freebsd #gnu #autoconf #linux #linuxulator #bash

Last updated 1 year ago

Felix Palmen 📯 · @zirias
23 followers · 64 posts · Server techhub.social

Got over it and created an upstream PR for !

Well, I *knew* I would run into some foo. Can't use to substitute @bindir@ in the .desktop file, it expands to ${exec_prefix}/bin (literally) 😜

github.com/fvwmorg/fvwm3/pull/

#fvwm3 #autotools #autoconf

Last updated 1 year ago

AskUbuntu · @askubuntu
139 followers · 1890 posts · Server ubuntu.social

How can i customize my user-data file for NVME and Normal Disks

askubuntu.com/q/1474549/612

#partitioning #autoconf

Last updated 1 year ago

mattst88 :gentoo: · @mattst88
146 followers · 66 posts · Server fosstodon.org

You know how some people that know Java don't put it on their résumé because they don't want to work in Java?

For me, that's , ,

PSA: please switch your projects to

#autotools #autoconf #automake #meson

Last updated 1 year ago

Sevan Janiyan · @sevan
17 followers · 233 posts · Server discuss.systems

Nice, someone bought the domain configure.ac and setup a mastodon instance on it :)

#autoconf

Last updated 1 year ago

Compey :vm: · @DevComp
5 followers · 106 posts · Server mas.to

its that time again when I do rust things

this time i created makegen, and autoconfigurator for GNU makefile

check it out here:
github.com/CompeyDev/makegen

#autoconf #rustlang #makefile #gnu

Last updated 2 years ago

junicast · @junicast
15 followers · 174 posts · Server noc.social

If you design an application that relies on network connectivity. Don't just exclusively rely on /
Some of the saner people use

#firewall #VLAN #networksegmentation #multicast #broadcast #autoconf #networkdiscovery

Last updated 2 years ago

Kushal Das :python: :tor: · @kushal
1889 followers · 3606 posts · Server toots.dgplug.org

Somehow the early morning's dance put me into extreme happy mood.

#autoconf #python

Last updated 2 years ago

Kushal Das :python: :tor: · @kushal
1889 followers · 3595 posts · Server toots.dgplug.org

I woke up suddenly with a dream that I forgot a password. And now I am reading manual.

#autoconf

Last updated 2 years ago

m1? m2? no thanks, but I'd fancy some m4!!!

#autoconf

Last updated 2 years ago

m1? m2? no thanks, but I'd love me some m4!!!

#autoconf

Last updated 2 years ago

· @dulsi
41 followers · 256 posts · Server mastodon.gamedev.place

I hate autoconf/automake. At least I hate complicated setups. Granted they might not be any better in other tools.

#automake #autoconf

Last updated 3 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

@PureData

I spent some time recently cleaning up my stuff for compiling with so you can run audio patches in the (without pd-gui support, but you can build custom GUIs to make interactive things).

Instructions at
mathr.co.uk/empd/

Currently working on trying to support via Emscripten's port, but it's frustrating because Gem's `./configure` takes forever and I'm not skilled at stuff to know how to fix it when weird things happen.

I heard has a browser thing now too, maybe I should see how they do it. Don't know if they have Gem there.

#purrdata #autoconf #regal #gem #webbrowser #emscripten #puredata #pd #LibPd #EmPd

Last updated 4 years ago

HugoPoi · @hugopoi
128 followers · 3583 posts · Server mastodon.hugopoi.net
Vincent Lefèvre · @vinc17
27 followers · 86 posts · Server framapiaf.org

: AC_COMPILE_IFELSE can be unsafe as an undefined macro can turn into a valid function call. One may prefer AC_LINK_IFELSE (when applicable) for this reason. Example: gforge.inria.fr/scm/viewvc.php

#gnu #autoconf #autotools #unix

Last updated 7 years ago