User Activity

  • Posted a comment on discussion Open Discussion on vtwm

    This error occurs when compiling vtwm 5.5.0 on macOS 12 with Apple Clang 14: add_window.c:463:19: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration] int curtime = time(NULL); ^ To fix it, add #include <time.h>.

  • Posted a comment on discussion Open Discussion on vtwm

    Newer compilers like llvm.org clang 18 consider this to be an error, not a warning: add_window.c:460:12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 460 | static lastwingroup = 0; | ~~~~~~ ^ | int add_window.c:461:12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 461 | static lastwin = 0; | ~~~~~~ ^ | int add_window.c:462:12: error: type specifier missing, defaults...

  • Posted a comment on discussion Open Discussion on vtwm

    This warning occurs when compiling vtwm 5.5.0 on macOS 12 with Apple Clang 14: add_window.c:490:32: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautological-constant-compare] tmp_win->hints.flags &= !PPosition; ^ /opt/local/include/X11/Xutil.h:105:23: note: expanded from macro 'PPosition' #define PPosition (1L << 2) /* program specified position */ ^

  • Posted a comment on discussion Open Discussion on vtwm

    These warnings occur when compiling vtwm 5.5.0 on macOS 12 with Apple Clang 14: add_window.c:460:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static lastwingroup = 0; ~~~~~~ ^ add_window.c:461:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static lastwin = 0; ~~~~~~ ^ add_window.c:462:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static lasttime = 0; ~~~~~~ ^

  • Posted a comment on ticket #2 on lincity - a city simulation game

    libintl.h is part of gettext. gettext is not part of Mac OS X so you'll have to install it separately.

  • Created ticket #16 on Aewan Ascii Art Editor

    error: call to undeclared function 'filedlg_show'

  • Posted a comment on ticket #15 on Aewan Ascii Art Editor

    Duplicate of bug #14 which already has a patch to fix this.

  • Created ticket #22 on Gelide

    Wrong GPL license version in about box

View All

Personal Data

Username:
ryandesign
Joined:
2003-08-06 12:23:33
Location:
Austin, TX / United States / CDT
Gender:
Male

Projects

This is a list of open source software projects that Ryan Carsten Schmidt is associated with:

  • Project Logo MacPorts Easily install, upgrade and uninstall open source software on your Mac Last Updated:

Personal Tools