Re: Installing DMD on linux via snap

2022-05-18 Thread Jordi Sayol via Digitalmars-d-learn
El 18/5/22 a les 17:24, matheus via Digitalmars-d-learn ha escrit: Yesterday I needed to install DMD on a fresh installed version of Linux, so since I was using Xubuntu I decided to use snap. $ sudo wget

Re: Offline D documentation/tutorial

2022-02-13 Thread Jordi Sayol via Digitalmars-d-learn
El 13/2/22 a les 12:22, frame via Digitalmars-d-learn ha escrit: On Sunday, 13 February 2022 at 00:17:26 UTC, rikki cattermole wrote: There are some files available at https://d-apt.sourceforge.io/ It would also nice to have a up-to-date CHM version of https://github.com/a11e99z/DlangChm

Re: MobI? Really?

2021-09-18 Thread Jordi Sayol via Digitalmars-d-learn
El 18/9/21 a les 22:40, Chris_D via Digitalmars-d-learn ha escrit: The "D Programming Language Specification" seems to be the most important documentation for D.  Is it really only available as Mobi?  That is the most bizarre choice of format I've ever seen.   Chris

Re: Packaging and Distributing Dlang Applications with GtkD Dependency?

2019-09-28 Thread Jordi Sayol via Digitalmars-d-learn
El 25/9/19 a les 13:46, Ron Tarrant via Digitalmars-d-learn ha escrit: > Hi y'all, > > I've been Googling how to do this, but coming up with nothing definitive. Are > there any articles for how to do this for: > > Windows? > Linux? > other UNIX-alike OSs? On Bebian/Ubuntu/Linux Mint, You have

Re: Linux & DMD & GtkD

2019-02-17 Thread Jordi Sayol via Digitalmars-d-learn
El 17/2/19 a les 15:19, Jordi Sayol ha escrit: > Then you can compile/run a GtkD example contained on gtkd doc archive. To do > that just run the next line: > > $ dmd `pkg-config --cflags --libs gtkd-3` -run > /usr/share/libgtkd3-doc/demos/gtkD/TestWindow/*.d -ofTestWindow Sorry, do not run at

Re: Linux & DMD & GtkD

2019-02-17 Thread Jordi Sayol via Digitalmars-d-learn
El 16/2/19 a les 14:35, Ron Tarrant via Digitalmars-d-learn ha escrit: > Hi guys, > > I finally got a Linux Mint installation happening (very impressed, BTW) and > did the usual HelloWorld.d compile with dmd, but I'm having trouble working > out how to link to GtkD. > > dmd -de -w -m64 -L+gtkd

Re: dmd-2.078.2 problems with Ubuntu 17.10 32Bit

2018-02-17 Thread Jordi Sayol via Digitalmars-d-learn
El 17/02/18 a les 18:49, Martin Tschierschke via Digitalmars-d-learn ha escrit: > But the installation via apt-get is not working without the steps already > mentioned in the post before! (s/http/https/  and manually import of the > public key) "d-apt.list" file fixed! (s/http/https/) d-apt

Re: dmd-2.078.2 problems with Ubuntu 17.10 32Bit

2018-02-13 Thread Jordi Sayol via Digitalmars-d-learn
El 13/02/18 a les 08:03, Martin Tschierschke via Digitalmars-d-learn ha escrit: > On Monday, 12 February 2018 at 21:18:01 UTC, Jordi Sayol wrote: >> El 12/02/18 a les 21:56, Martin Tschierschke via Digitalmars-d-learn ha >> escrit: >>> I just started to play around with D again on my notebook at

Re: dmd-2.078.2 problems with Ubuntu 17.10 32Bit

2018-02-12 Thread Jordi Sayol via Digitalmars-d-learn
El 12/02/18 a les 21:56, Martin Tschierschke via Digitalmars-d-learn ha escrit: > I just started to play around with D again on my notebook at home and > realized, > that I have a broken installation. > Even the minimal D "hello world" throws an error at execution. > Speicherzugriffsfehler

Re: D, GTK, Qt, wx,…

2016-05-29 Thread Jordi Sayol via Digitalmars-d-learn
El 29/05/16 a les 13:03, Russel Winder via Digitalmars-d-learn ha escrit: > GKT+ has a reputation for being dreadful on OSX and even worse on > Windows. Qt on the other hand has a reputation for being the most > portable – though clearly wx is (arguable) the most portable. > > We have GtkD which

Re: Let dmd or ldc be easy to setup on Ubuntu

2015-12-22 Thread Jordi Sayol via Digitalmars-d-learn
El 22/12/15 a les 18:28, Jordi Sayol via Digitalmars-d-learn ha escrit: > "d-lang" splits it in few deb packages: s/d-lang/d-apt/

Re: Let dmd or ldc be easy to setup on Ubuntu

2015-12-22 Thread Jordi Sayol via Digitalmars-d-learn
El 22/12/15 a les 16:38, FrankLike via Digitalmars-d-learn ha escrit: > sudo apt-get install dmd ← it's error. dmd_2.069.2-0-amd64.deb from http://downloads.dlang.org/ is an all-in-one deb package, containing all the tools and libraries for each release. "d-lang" splits it in few deb packages:

Re: Hello World Example with Glade?

2015-09-11 Thread Jordi Sayol via Digitalmars-d-learn
El 11/09/15 a les 09:13, Mike McKee via Digitalmars-d-learn ha escrit: > On Friday, 11 September 2015 at 06:53:07 UTC, Mike James wrote: >> There's a Glade example in the demos/builder directory... > > I'm having trouble installing GtkD on Ubuntu Linux 14.04. I did the apt steps > from here: >

Re: Hello World Example with Glade?

2015-09-11 Thread Jordi Sayol via Digitalmars-d-learn
El 11/09/15 a les 11:05, Jordi Sayol via Digitalmars-d-learn ha escrit: > El 11/09/15 a les 09:13, Mike McKee via Digitalmars-d-learn ha escrit: >> On Friday, 11 September 2015 at 06:53:07 UTC, Mike James wrote: >>> There's a Glade example in the demos/builder directory... >&g

Re: tkd - basic compilation problem

2015-07-01 Thread Jordi Sayol via Digitalmars-d-learn
El 30/06/15 a les 16:28, Paul via Digitalmars-d-learn ha escrit: Using dub I get this during linking: Building tkd-test ~master configuration application, build type debug. Compiling using dmd... Linking... /usr/bin/ld: cannot find -ltcl /usr/bin/ld: cannot find -ltk ...any suggestions

Re: Can't install dub on Debian

2014-11-13 Thread Jordi Sayol via Digitalmars-d-learn
El 13/11/14 a les 07:29, Suliman via Digitalmars-d-learn ha escrit: ... Description:Debian GNU/Linux 6.0.9 (squeeze) ... packages on d-apt repository are created for multiarch systems, Debian 7.x.x and Ubuntu 12.04. Old stable Debian 6.x.x is not. If you want to install dub deb package

Re: Configuring Phobos from the 1-click installer

2014-05-11 Thread Jordi Sayol via Digitalmars-d-learn
El 11/05/14 07:34, Moses via Digitalmars-d-learn ha escrit: On Sunday, 11 May 2014 at 04:33:24 UTC, Ali Çehreli wrote: On 05/10/2014 07:12 PM, Moses wrote: After using the 1-click Ubuntu installer, I'm having trouble figuring out how to import standard library functions for Phobos. I get the