Fedora se stala oficiální distribucí WSL (Windows Subsystem for Linux).
Společnost IBM představila server IBM LinuxONE Emperor 5 poháněný procesorem IBM Telum II.
Byla vydána verze 4.0 multiplatformního integrovaného vývojového prostředí (IDE) pro rychlý vývoj aplikaci (RAD) ve Free Pascalu Lazarus (Wikipedie). Přehled novinek v poznámkách k vydání. Využíván je Free Pascal Compiler (FPC) 3.2.2.
Podpora Windows 10 končí 14. října 2025. Připravovaná kampaň Konec desítek (End of 10) může uživatelům pomoci s přechodem na Linux.
Již tuto středu proběhne 50. Virtuální Bastlírna, tedy dle římského číslování L. Bude L značit velikost, tedy více diskutujících než obvykle, či délku, neboť díky svátku lze diskutovat dlouho do noci? Bude i příští Virtuální Bastlírna virtuální nebo reálná? Nejen to se dozvíte, když dorazíte na diskuzní večer o elektronice, softwaru, ale technice obecně, který si můžete představit jako virtuální posezení u piva spojené s učenou
… více »Český statistický úřad rozšiřuje Statistický geoportál o Datový portál GIS s otevřenými geografickými daty. Ten umožňuje stahování datových sad podle potřeb uživatelů i jejich prohlížení v mapě a přináší nové možnosti v oblasti analýzy a využití statistických dat.
Kevin Lin zkouší využívat chytré brýle Mentra při hraní na piano. Vytváří aplikaci AugmentedChords, pomocí které si do brýlí posílá notový zápis (YouTube). Uvnitř brýlí běží AugmentOS (GitHub), tj. open source operační systém pro chytré brýle.
Jarní konference EurOpen.cz 2025 proběhne 26. až 28. května v Brandýse nad Labem. Věnována je programovacím jazykům, vývoji softwaru a programovacím technikám.
Na čem aktuálně pracují vývojáři GNOME a KDE Plasma? Pravidelný přehled novinek v Týden v GNOME a Týden v KDE Plasma.
display
z balíku ImageMagick. Nezobrazuje žádná tlačítka okolo a na Esc
skončí (nadpis okna a pozici lze určit při spuštění).
image -a 50 -f 0 -t 0 -p 1 -i droplets.jpg
(vykreslí to obrázok hore v strede s 50% priehľadnosťou; nepoužije sa žiadny fade-in a fade-out efekt)
error while loading shared libraries: libaosd.so.2: cannot open shared object file: No such file or directory
Při pokusu kompilace pomocí make v adresáři image dostanu následující:
image.c:6:18: error: glib.h: No such file or directory
image.c:17: error: expected specifier-qualifier-list before ‘gboolean’
image.c:24: error: ‘TRUE’ undeclared here (not in a function)
image.c:24: warning: excess elements in struct initializer
image.c:24: warning: (near initialization for ‘opts’)
image.c:25: warning: excess elements in struct initializer
image.c:25: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:26: warning: excess elements in struct initializer
image.c:26: warning: (near initialization for ‘opts’)
image.c:27: warning: excess elements in struct initializer
image.c:27: warning: (near initialization for ‘opts’)
image.c:29: warning: excess elements in struct initializer
image.c:29: warning: (near initialization for ‘opts’)
image.c: In function ‘render’:
image.c:60: error: ‘struct anonymous’ has no member named ‘alpha’
image.c: At top level:
image.c:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘parse_options’
image.c: In function ‘main’:
image.c:137: warning: implicit declaration of function ‘parse_options’
image.c:137: warning: nested extern declaration of ‘parse_options’
image.c:137: error: ‘FALSE’ undeclared (first use in this function)
image.c:137: error: (Each undeclared identifier is reported only once
image.c:137: error: for each function it appears in.)
image.c:145: error: ‘struct anonymous’ has no member named ‘filename’
image.c:151: error: ‘struct anonymous’ has no member named ‘transparent’
image.c:153: error: ‘struct anonymous’ has no member named ‘pos’
image.c:154: error: ‘struct anonymous’ has no member named ‘x’
image.c:154: error: ‘struct anonymous’ has no member named ‘y’
Failed to compile image.c!
make[1]: *** [image.o] Error 1
make: *** [all] Error 1
make install
) je potrebné ako root spustiť aj program ldconfig
.
Inak v originálnej verzii sa glib nepoužíva, takže predpokladám, že sa pokúšaš skompilovať tú upravenú verziu. Aby to fungovalo je potrebné mierne upraviť makefile (aby sa tam pridali aj potrebné gdk knižnice). Napr. sa to môže upraviť tak, aby to vyzeralo nejako takto (upravujú sa len dva riadky, ostatné sú nezmenené):CPPFLAGS += ${CAIRO_CFLAGS} ${GLIB_CFLAGS} -I../../ -I../../libaosd `pkg-config gdk-2.0 --cflags` LDFLAGS += ${GLIB_LIBS} -L../../libaosd -laosd `pkg-config gdk-2.0 --libs`
SUBDIRS = libaosd ${TEXT_DIR} examplesčili výsledkem je kompilace všech příkladů.
bash$ make Entering directory libaosd. Successfully generated dependencies. Successfully compiled aosd.c. Successfully compiled aosd-internal.c. Successfully compiled aosd-main.c. Successfully linked libaosd.so. Leaving directory libaosd. Entering directory libaosd-text. Successfully generated dependencies. Successfully compiled aosd-text.c. Successfully linked libaosd-text.so. Leaving directory libaosd-text. Entering directory examples. Entering directory animation. Successfully generated dependencies. Successfully compiled animation.c. Successfully linked animation. Leaving directory animation. Entering directory scroller. Successfully generated dependencies. Successfully compiled scroller.c. Successfully linked scroller. Leaving directory scroller. Entering directory image. Successfully generated dependencies. Successfully compiled image.c. Successfully linked image. Leaving directory image.
Tiskni
Sdílej: