- Jan 05, 2025
-
-
Deucе authored
For the SBBS binaries, set @executable_path and @executable_path/../${LIBODIR} so they can all be in one dir, or they can be in the build output dirs and still work. For utilities, set to @executable_path and @executable_path/../../${LIBODIR} for the same reason. With this, we shouldn't need to fiddle with DYLD_LIBRARY_PATH
-
Deucе authored
Remove the -E linker flag. This should not be needed anymore, and isn't supported on macOS. Have shared libraries include their full path. This allows linked dylibs to work from where they were built, so as long as you don't build the binaries on a CI machine, then try to run them on a users machine (*cough*), it'll work out. Use the correct rpath argument format on macOS. It uses -rpath, not --rpath.
-
- Dec 08, 2024
-
-
Rob Swindell authored
-
- Feb 08, 2024
- Mar 29, 2023
-
-
Rob Swindell authored
-
- Oct 19, 2022
-
-
Rob Swindell authored
-
- Feb 14, 2021
-
-
Rob Swindell authored
Don't return an error if the node#/node.cnf file can't be opened for all uses of load_cfg() except from the terminal server. This fixes #214 for Tracker1
-
- Jan 18, 2021
-
-
Rob Swindell authored
-
- Sep 23, 2020
-
-
Rob Swindell authored
-
- Aug 23, 2020
-
-
Rob Swindell authored
gtkmonitor.c:156:79: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations] sprintf(str,"%-2d SL: %-2d F1: %s",i,cfg.val_level[i],ltoaf(cfg.val_flags1[i],flags)); ~~~~~~~~~~~~~~^~~ gtkmonitor.c:151:2: note: within this loop for(i=1; i<=10; i++) { ^~~
-
Rob Swindell authored
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- May 04, 2020
-
-
deuce authored
-
- Apr 30, 2020
-
-
deuce authored
-
- Apr 07, 2020
-
-
rswindell authored
-
- Jan 03, 2020
-
-
rswindell authored
not set (or blank), use the default ("/sbbs/ctrl") and print a warning to stderr. This resolves a FAQ for sysops that struggle with setting the SBBSCTRL env var, but do have sbbs install in /sbbs or a symlink from /sbbs to where sbbs is actually installed. Note: this function is different than the one previously defined in getctrl.c but never used. If/when we ever really need to support PREFIX, then perhaps we'll use that one (which copies a string to a buffer).
-
- Nov 22, 2019
-
-
rswindell authored
targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
-
- Oct 08, 2019
-
-
rswindell authored
-
- Sep 27, 2019
-
-
deuce authored
-
- Aug 31, 2019
-
-
rswindell authored
-
- Jul 04, 2019
-
-
rswindell authored
-
- Nov 13, 2017
-
-
rswindell authored
-
- Aug 27, 2015
- Oct 14, 2014
- Feb 14, 2014
-
-
deuce authored
-
- Feb 13, 2014
- Feb 12, 2014
-
-
deuce authored
GtkBuilder era.
-
- Apr 26, 2012
- Mar 08, 2012
-
-
deuce authored
-
- Oct 14, 2011
-
-
deuce authored
-
- Sep 08, 2011