smaslovski
smaslovski
On Debian 9, awesome v. 4.0, tyrannical with default config: When clicking on the layout change button (in the top right corner) error messages appear (see the attached screenshot) and...
program test; var p: ^integer; begin new(p); if p=p then exit(); end. The error message says that operator = cannot be applied to args of type ^integer.
Compiling or running this program results in internal error (null pointer ref in the interpreter). The program is valid though. program list; type nodeptr = ^node; node = record i:...
$ xfwm4 CANNOT LINK EXECUTABLE "xfwm4": library "libSM.so" not found Aborted $ ls -l ../usr/lib/libSM.so -rwx------ 1 u0_a215 u0_a215 67880 May 25 17:18 ../usr/lib/libSM.so $ xrdb CANNOT LINK EXECUTABLE "xrdb":...
Setting up xfce4 (4.12.4) ... /data/data/com.termux/files/usr/var/lib/dpkg/info/xfce4.postinst[2]: syntax error: 'fi' unexpected dpkg: error processing package xfce4 (--configure): installed xfce4 package post-installation script subprocess returned error exit status 1 Processing triggers for...
**Problem description** After installing texlive-bin there is 183 broken symlinks associated with it. To see them all issue this command: $ for n in `find -L $PREFIX/bin -type l`; do...
Hi, On current maxima 5.39.0 on Android: (%i1) display2d: false; (%o1) false (%i2) declare(mult,antisymmetric); (%o2) done (%i3) mult(a,b)+mult(b,a); (%o3) 2*mult(a,b) This problem seem to exist only in Maxima on Android....