How is this a meme?

I've made an awesome anime, its called "x"

LineageOS don't bother with any other phone OSes

lost my right to vote, can only work in fast food now, am subject to search and seizure with out warrant.

This pretty much sums up what happens when you get born in north Korea (except the jobs are worse than fast food)

Just check what make install does

It isn't allowed, but I don't think my instance bans bitch

You didn't answer my question

I demand the source and context

PHP and Python :D Go and NodeJS D:

22

Personally I like GNOME guidelines

I don't know of any besides for material 3 and GNOME

If it's a software issue just tell them to install gnu/linux. That might make their issues worse but at least you converted someone to the ~~cult~~ religion!

6
submitted 1 year ago* (last edited 1 year ago) by original_ish_name@latte.isnot.coffee to c/vim@lemmy.ml

Solution:

  1. Make all command substition in a make done through the assignment operator e.g.
cflags != pkg-config --cflags gtk4
libs != pkg-config --libs gtk4

all:
	gcc $(cflags) -o watch main.c $(libs)

not

all:
	gcc $$(pkg-config --cflags gtk4) -o watch main.c $$(pkg-config --libs gtk4)
  1. add this to your .vimrc: let g:ale_c_parse_makefile = 1

ALE gives me a warning when I use gtk

#include <gtk/gtk.h> /* E: gtk/gtk.h: No such file or directory

This is probably happening because ALE isn't using my compiler flags gcc $( pkg-config --cflags gtk4 ) -o program main.c $( pkg-config --libs gtk4 ) that I stole from the gtk documentation. These compiler flags allow gcc to find gtk/gtk.h even though it is in gtk-4.0/gtk/gtk.h

How do I make ALE aware of my compiler flags?

45
submitted 1 year ago* (last edited 1 year ago) by original_ish_name@latte.isnot.coffee to c/piracy@lemmy.dbzer0.com
  1. Plug in the dvd

  2. Run lsblk to see if it got detected

  3. Run dd if=/dev/cdrom of=dvd.dvd status=progress

  4. You can now play the ripped dvd using mpv: mpv dvd://0/dvd.dvd

If you need to get rid of digital restrictions management, you can try this guide

5

GSIs sound like a way to reinvent the square wheel when it comes to uefi

view more: next ›

original_ish_name

joined 1 year ago