Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
install:nix [2020/03/21 14:42] – [Non-CVS] wrong filename (sbbs_src.tgz, not sbbs_dev.tgz) digital maninstall:nix [2020/03/21 15:03] – [Errors] detail the cause of the symlinks or install make target errors digital man
Line 92: Line 92:
   make[1]: [../build/../../src/../3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a] Error 127 (ignored)   make[1]: [../build/../../src/../3rdp/gcc.linux.x64.debug/mozjs/lib/libmozjs185-1.0.a] Error 127 (ignored)
 </code> </code>
 +  * The following error indicates you specified a ''symlinks'' make target without the ''[[config:env#SBBSCTRL]]'' or ''[[config:env#SBBSEXEC]]'' environment variable set.
 +
 +    make: *** No rule to make target 'symlinks' Stop.
 +
 +  * The following error indicates you specified an ''install'' make target without the ''[[config:env#SBBSCTRL]]'' or ''[[config:env#SBBSEXEC]]'' environment variable set.
 +
 +    make: Nothing to be done for 'install'   
 ==== Notes ==== ==== Notes ====