Coder Social home page Coder Social logo

gypsum's Introduction

Gypsum is a MUD/Telnet client written in Pike. It's built like a
server, but it's a client.

The main routine is in gypsum.pike; it loads all the other modules.
Needs a MUD server to connect to - I use Threshold RPG and Minstrel
Hall myself, but any will do.

This package also includes a stand-alone timezone converter. Once Gypsum is
installed, invoke timezone.pike to bring up a converter.

Installation information and tips for Windows and for Mac OS X can be found in
README.WIN and README.OSX respectively. Installation on Linux depends on your
distribution; search your package manager for "pike" or see the above web site.
Compiling Pike from source is best, if you're comfortable with that; Pike 8.1
has a number of improvements over Pike 7.8.

Updating can be done without disconnecting or restarting the program, via the
plugins menu.

Gypsum follows Semantic Versioning v2.0.0; other than explicitly tagged
versions, the given version number will have the tag "-git". Versioning a
complex and multi-component project like this is nearly impossible, so the
number should be considered advisory at best. The version number for any
tree should be marked in the file VERSION, as it exists in git.


License: MIT

Copyright (c) 2011-2016, Chris Angelico

Permission is hereby granted, free of charge, to any person obtaining a copy of 
this software and associated documentation files (the "Software"), to deal in 
the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

gypsum's People

Contributors

gamblestein avatar rosuav avatar yandapanda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gypsum's Issues

Error while building from source

Hi,

Got into the directory and entered pike gypsum - this is what I got.

Mac - latest OS.

gypsum.pike:66:Index 'version' not present in module GTK2.
gypsum.pike:66:Indexed module was: GTK2.
gypsum.pike:66:Attempt to call a non function value `() (function call).
gypsum.pike:66:Expected: function.
gypsum.pike:66:Got : zero.
Pike: Failed to compile script.

Thank you

Compile broke with HTML export code

Compilation broke in one of the last several commits.
Output:

Bootstrapped persist.pike
Bootstrapped globals.pike
Bootstrapped connection.pike
window.pike:1325:Expected constant expression.
Exception in compile!
Compilation failed.
-:1: PikeCompiler("", UNDEFINED, -1, -1, UNDEFINED, UNDEFINED)->compile()
-:1: DefaultCompilerEnvironment->compile(PikeCompiler("", UNDEFINED, -1, -1, UNDEFINED, UNDEFINED))
C:\Program Files (x86)\Pike\bin/../lib/master.pike:1369: compile_file("window.pike",UNDEFINED,UNDEFINED,UNDEFINED)
C:/Gypsum-master/gypsum.pike:39: G->bootstrap("window.pike")
C:/Gypsum-master/gypsum.pike:89: G->main(1,({"C:/Gypsum-master/gypsum.pike"}))
C:\Program Files (x86)\Pike\bin/../lib/master.pike:3874: master()->_main(({"C:\Program Files (x86)\Pike\bin\pike.exe","C:\Gypsum-master\gypsum.pike"}))

Errors with identifier "GTK2" in WSL2 - Ubuntu 20.04

Windows 11 allows running graphical linux apps under WSL2.

  1. sudo apt install pike8.0-full git
  2. sudo apt install install gtk2.0
  3. git -C ~ clone https://github.com/Rosuav/Gypsum

Get the following when I try to run:

gesslar@LIAM:~/Gypsum$ pike gypsum.pike
gypsum.pike:101:Undefined identifier GTK2.
gypsum.pike:101:Undefined identifier GTK2.
gypsum.pike:101:Undefined identifier GTK2.
gypsum.pike:101:Too many arguments to `() (function call) (expected 0 arguments).
gypsum.pike:101:Got     : zero.
gypsum.pike:139:Undefined identifier GTK2.
gypsum.pike:147:Undefined identifier GTK2.
gypsum.pike:147:Undefined identifier GTK2.
gypsum.pike:139:Too many arguments to `() (function call) (expected 0 arguments).
gypsum.pike:139:Got     : array(string(71..121)).
gypsum.pike:147:Too many arguments to `() (function call) (expected 0 arguments).
gypsum.pike:147:Got     : zero.
Pike: Failed to compile script.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.