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: Anybody still using the chm docs

2018-02-18 Thread Jordi Sayol via Digitalmars-d
El 17/02/18 a les 22:19, Manu via Digitalmars-d ha escrit: > I like the CHM docs. > I have encountered the same maintenance problem before, where build infra is > linux based, and the CHM docs need a windows machine to build... I solved > this problem by building the CHM via WINE ;) > Maybe this

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: only want to start - TK programming in D with one code example. Linkingerror.

2018-01-21 Thread Jordi Sayol via Digitalmars-d
El 21/01/18 a les 16:58, MHE via Digitalmars-d ha escrit: > Hi there, > i am completely new in D Programming and only want to start the example code > for TK that is described on the homepage > https://github.com/nomad-software/tkd. > For this i have gitcloned the 3 packages tcltk tkd x11 in the

Re: d-apt update

2017-12-12 Thread Jordi Sayol via Digitalmars-d-announce
New d-apt dmd deb packages released (ver. 2.077.1-0.1) This release fix these problems: - Move rdmd from "dmd-tools" to "dmd-compiler" - Add "dmd-bin (<< 2.077.1-0)" at "Conflicts:" and "Replaces:" fields on "dmd-compiler" and "dmd-tools" deb packages, to avoid upgrade conflicts. Jordi

Re: d-apt update

2017-12-12 Thread Jordi Sayol via Digitalmars-d-announce
El 11/12/17 a les 23:02, Manu ha escrit: > I would strongly suggest the rdmd be included in dmd-bin rather than > dmd-tools. Yes, You're right and will be as you say on next dmd release. But will be in dmd-compiler rather than in the deprecated dmd-bin.

Re: d-apt update

2017-12-09 Thread Jordi Sayol via Digitalmars-d-announce
El 09/12/17 a les 14:32, jmh530 via Digitalmars-d-announce ha escrit: > I consider rdmd to be part of the compiler in a way that I don't consider the > other dmd-tools... You're right. I'll fix on next dmd release. Jordi

d-apt update

2017-12-08 Thread Jordi Sayol via Digitalmars-d-announce
d-apt release dmd v2.077.1 In this release, d-apt splits "dmd-bin" deb package into "dmd-compiler" (the command line compiler) and "dmd-tools" (includes: dumpobj, obj2asm, rdmd, ddemangle and dustmite). Best regards, Jordi.

Re: DMD RPM

2016-07-15 Thread Jordi Sayol via Digitalmars-d
El 15/07/16 a les 15:42, Russel Winder via Digitalmars-d ha escrit: > However there is a PreDepends on multiarch-support. I am trying to get > rid of this package but that means dmd, dcd, dfmt, dscanner, gtkd, etc. > all have to go. You are right. I'll remove it.

Re: DMD RPM

2016-07-14 Thread Jordi Sayol via Digitalmars-d
El 14/07/16 a les 21:57, Dicebot via Digitalmars-d ha escrit: > Great news! I haven't used d-apt version since 2.068 because we started to > package our own internal flavor at work but this will fix one of two big > annoyances. Another bit was x-window dependency needed for caling `dmd -man` >

Re: DMD RPM

2016-07-14 Thread Jordi Sayol via Digitalmars-d
El 14/07/16 a les 17:13, Dicebot via Digitalmars-d ha escrit: > Very likely it has same packaging mistake as DMD in d-apt, listing > gcc-multilib dependencies as mandatory and not optional, even if you are > never going to cross-compile for i686 >From dmd v2.071.0, "gcc-multilib" dependency is

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: Official dub packages for Debian and Ubuntu

2016-04-15 Thread Jordi Sayol via Digitalmars-d-announce
El 15/04/16 a les 19:52, Andrei Alexandrescu via Digitalmars-d-announce ha escrit: > Awesomne, Jordi. I recently got a notice that the dmd compiler has been > updated by Ubuntu's package manager. Clicked, got it, all went smoothly. > Should I take it we owe all of that to you? -- Andrei I

Re: Official dub packages for Debian and Ubuntu

2016-04-15 Thread Jordi Sayol via Digitalmars-d-announce
El 15/04/16 a les 01:09, Matthias Klumpp via Digitalmars-d-announce ha escrit: > On Thursday, 14 April 2016 at 18:42:49 UTC, Jordi Sayol wrote: >> El 14/04/16 a les 17:54, Matthias Klumpp via Digitalmars-d-announce ha >> escrit: >>> On Tuesday, 12 April 2016 at 13:28:29 UTC, Jordi Sayol wrote:

Re: Official dub packages for Debian and Ubuntu

2016-04-14 Thread Jordi Sayol via Digitalmars-d-announce
El 14/04/16 a les 17:54, Matthias Klumpp via Digitalmars-d-announce ha escrit: > On Tuesday, 12 April 2016 at 13:28:29 UTC, Jordi Sayol wrote: >> El 12/04/16 a les 14:26, Matthias Klumpp via Digitalmars-d-announce ha >> escrit: I assume that the DMD package from dlang, or better d-apt, sets

Re: Official dub packages for Debian and Ubuntu

2016-04-12 Thread Jordi Sayol via Digitalmars-d-announce
El 12/04/16 a les 14:26, Matthias Klumpp via Digitalmars-d-announce ha escrit: >> I assume that the DMD package from dlang, or better d-apt, sets the d- >> compiler property. Should dmd be prefered if it is present? > > I think so, since when installing it from non-free 3rd-party sources, the >

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Jordi Sayol via Digitalmars-d-announce
El 11/04/16 a les 16:21, Matthias Klumpp via Digitalmars-d-announce ha escrit: > As part of that work, the dub package an build management system is now > available in Debian, and I will ensure it works well. > Additionally, it was possible to make dub available late in the Ubuntu 16.04 >

New deb packages on d-apt

2016-04-06 Thread Jordi Sayol via Digitalmars-d
d-apt has three new deb packages for Dfix, Dfmt and Dscanner. $ sudo apt-get install dfix dfmt dscanner d-apt

New deb packages on d-apt

2016-04-06 Thread Jordi Sayol via Digitalmars-d-announce
d-apt has three new deb packages for Dfix, Dfmt and Dscanner. $ sudo apt-get install dfix dfmt dscanner d-apt

Re: the most D-ish GUI library

2016-03-14 Thread Jordi Sayol via Digitalmars-d
El 14/03/16 a les 17:13, Luis via Digitalmars-d ha escrit: > If I remember correctly tkd just works on Windows installing tk/tcl. TkD works on Linux. there are available deb packages at d-apt

Re: Release D 2.070.0

2016-01-29 Thread Jordi Sayol via Digitalmars-d-announce
El 28/01/16 a les 23:36, Minas Mina via Digitalmars-d-announce ha escrit: > On Wednesday, 27 January 2016 at 21:08:54 UTC, Martin Nowak wrote: >> Glad to announce D 2.070.0 >> >> http://dlang.org/download.html >> >> This release comes with the new std.experimental.ndslice, heavily expanded >>

Re: DMD 2.070.0 - The package is of bad quality

2016-01-29 Thread Jordi Sayol via Digitalmars-d
El 29/01/16 a les 18:38, Gary Willoughby via Digitalmars-d ha escrit: > I get the following downloading and installing the Ubuntu x86_64 deb file. > > The package is of bad quality > > The installation of a package which violates the quality standards isn't > allowed. This could cause serious

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: LDC, GDC, DMD different phobos versions

2015-11-15 Thread Jordi Sayol via Digitalmars-d
El 15/11/15 a les 16:28, Daniel Kozak via Digitalmars-d ha escrit: > Generaly many changes of phobos are backward compatible, so I can use old > version of phobos symbols... But there is only actual version of phobos > documentation, which makes this hard. OK I always can generate old version of

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: Beta D 2.068.0-b2

2015-07-26 Thread Jordi Sayol via Digitalmars-d-announce
El 26/07/15 a les 15:55, Martin Nowak via Digitalmars-d-announce ha escrit: BTW, I'd like to phase out the fat 50-60MB combined zip, and add tar.xz/gz for linux/freebsd/osx. Is it not better to use 7z format? It has more compression ratios than gz/bz2, and they can be easily handled on

Re: Support for 2.064.2

2015-07-13 Thread Jordi Sayol via Digitalmars-d
El 12/07/15 a les 17:27, Nick Sabalausky via Digitalmars-d ha escrit: On 07/12/2015 09:50 AM, Iain Buclaw via Digitalmars-d wrote: Hi, Out of curiosity, how many projects are still supporting D 2.064.2 compiler/runtime? Granted that this is the version shipped in the current Debian Stable

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: Language spec in free e-book format

2015-04-09 Thread Jordi Sayol via Digitalmars-d
El 08/04/15 a les 23:29, Nick via Digitalmars-d ha escrit: Hi, Could you make the language reference available for download in a free e-book format, such as EPUB or FB2? Some people just don't have any app that reads MOBI or Kindle format; they are not very common outside some

Re: DMD 2.067.0 Programming Language Specifications

2015-04-09 Thread Jordi Sayol via Digitalmars-d-announce
El 09/04/15 a les 08:26, Iain Buclaw via Digitalmars-d-announce ha escrit: On 6 April 2015 at 14:04, Jordi Sayol via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: D Programming Language Specifications for dmd 2.067.0 in several formats, available at: http://d

Re: DUB 0.9.23 released

2015-04-06 Thread Jordi Sayol via Digitalmars-d-announce
El 06/04/15 a les 10:21, Sönke Ludwig via Digitalmars-d-announce ha escrit: The new version contains some important bug fixes for sub modules and overridden string imports, as well as some other major fixes. Congratulations for this new release! Available for Debian/Ubuntu at

DMD 2.067.0 Programming Language Specifications

2015-04-06 Thread Jordi Sayol via Digitalmars-d-announce
D Programming Language Specifications for dmd 2.067.0 in several formats, available at: http://d-apt.sourceforge.net/ dlangspec-2.067.0.chm -- (Microsoft Compiled HTML Help) dlangspec-2.067.0.epub -- (Electronic Publication for e-book readers) dlangspec-2.067.0.mobi --

Re: Coedit alpha 11 released

2015-01-22 Thread Jordi Sayol via Digitalmars-d-announce
El 21/01/15 a les 18:35, Basile Burg via Digitalmars-d-announce ha escrit: I'm glad to announce this new release of Coedit. Congratulations for this new release! Did you fix the use of DCD simultaneously with other D editors?

Re: Happy new year!

2014-12-31 Thread Jordi Sayol via Digitalmars-d
El 31/12/14 a les 15:20, Manu via Digitalmars-d ha escrit: Here's to an awesome 2015! Feliç any nou!

Re: DMD 2.066.1 is missing in the Digitalmars FTP

2014-12-03 Thread Jordi Sayol via Digitalmars-d
El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit: On 12/03/2014 02:01 AM, Brad Anderson wrote: Why use the DigitalMars FTP? http://downloads.dlang.org/ is the official place for them. We should convince Brad to drop year subfolders (or add redirects), as it makes it much

Re: DMD 2.066.1 is missing in the Digitalmars FTP

2014-12-03 Thread Jordi Sayol via Digitalmars-d
El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit: On 12/03/2014 02:01 AM, Brad Anderson wrote: Why use the DigitalMars FTP? http://downloads.dlang.org/ is the official place for them. We should convince Brad to drop year subfolders (or add redirects), as it makes it much

Re: d-apt source changed!

2014-12-02 Thread Jordi Sayol via Digitalmars-d-announce
El 02/12/14 a les 07:41, Russel Winder via Digitalmars-d-announce ha escrit: I do wonder though if d-apt is actually a bad idea as the main resource and we should package directly into Debian? d-apt allows to instant update on dmd releases, not on Debian official repositories. Anyway,

Re: d-apt source changed!

2014-12-01 Thread Jordi Sayol via Digitalmars-d-announce
El 01/12/14 a les 23:23, Brad Anderson via Digitalmars-d-announce ha escrit: On Sunday, 30 November 2014 at 02:20:04 UTC, Jordi Sayol via Digitalmars-d-announce wrote: d-apt http://d-apt.sourceforge.net/ changed the distribution name from dmd to d-apt. Download the last d-apt.list

Re: Coedit alpha 8 released

2014-11-30 Thread Jordi Sayol via Digitalmars-d-announce
Hello Basile, I want to create new Coedit deb packages for d-apt http://d-apt.sourceforge.net/. If you're interested too, please contact me on g.sayol at yahoo dot es Regards, Jordi

d-apt source changed!

2014-11-29 Thread Jordi Sayol via Digitalmars-d-announce
d-apt http://d-apt.sourceforge.net/ changed the distribution name from dmd to d-apt. Download the last d-apt.list to update: $ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list The new distribution allows to install any deb package

Re: Shared library packaging issues

2014-11-15 Thread Jordi Sayol via Digitalmars-d
El 15/11/14 a les 12:21, GreatEmerald via Digitalmars-d ha escrit: Ideally, this problem would be solved by splitting libphobos2.so into its own package. Since dmd v2.064.0, a shared phobos2 library package already exist for Debian based systems:

Re: Shared library packaging issues

2014-11-15 Thread Jordi Sayol via Digitalmars-d
El 15/11/14 a les 18:29, GreatEmerald via Digitalmars-d ha escrit: Nice. Now if only there were RPMs as well... If only as a template. Meanwhile there is not an RPM package for phobos 2 shared library, I think you can spread it together with your library:

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: Where should D programs look for .so files on Linux (by default)?

2014-09-17 Thread Jordi Sayol via Digitalmars-d
El 17/09/14 a les 07:52, Chad Joan via Digitalmars-d ha escrit: I was using Derelict to play around with SDL/OpenGL in D for a bit, and I was initially unable to do so because DerelictSDL2's search paths for .so files could not find libSDL2_ttf.so on my Linux distribution (Gentoo). .so files

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 03/09/14 a les 08:10, Jacob Carlborg via Digitalmars-d-announce ha escrit: I only chose Debian because it's a stable/old system with a high chance of being binary compatible with other distributions. On Debian 7.6 64-bit I got this error: $ dvm dvm: /lib/x86_64-linux-gnu/libc.so.6:

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
Sorry, i forget to mention that on Debian testing, my desktop is Mate http://mate-desktop.org/ Regards, -- Jordi Sayol

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit: What I'm doing wrong? dvm install dvm On Debian testing (mate desktop) without ~/.dvm dir, dmd still not found: $ dvm install dvm $ dvm install 2.065.0 Fetching: http://ftp.digitalmars.com/dmd.2.065.0.zip

Re: DVM - D Version Manager 0.4.3

2014-09-04 Thread Jordi Sayol via Digitalmars-d-announce
El 05/09/14 a les 00:30, Nick Sabalausky via Digitalmars-d-announce ha escrit: On 9/4/2014 4:51 PM, Jordi Sayol via Digitalmars-d-announce wrote: El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit: What I'm doing wrong? dvm install dvm On Debian testing (mate

Re: Official PPA for dmd

2014-09-03 Thread Jordi Sayol via Digitalmars-d
El 03/09/14 a les 10:47, eles via Digitalmars-d ha escrit: Could a package for dvm be added to d-apt repository? It is simple, but will allow automatic updates with everything else that is D-related. Ok, I'll create new deb package for dvm. Should this package be incompatible with dmd-bin?

Re: Official PPA for dmd

2014-08-03 Thread Jordi Sayol via Digitalmars-d
El 01/08/14 21:34, Andrew Pennebaker via Digitalmars-d ha escrit: I'm happy to see an official .DEB for installing DMD! Could we please host this in a PPA, to make it easier for Debian/Ubuntu users to install? dmd backend license is not compatible with PPA. -- Jordi Sayol

Re: DUB Bash Completion

2014-07-08 Thread Jordi Sayol via Digitalmars-d-announce
El 07/07/14 12:58, Sönke Ludwig via Digitalmars-d-announce ha escrit: Very nice, I'll try this out this later. If you don't mind, we should put this into the DUB main repository and also get in touch with the package maintainers to include it in the standard distribution. I'm agree. I'll

Re: Icons for .d and .di files

2014-06-22 Thread Jordi Sayol via Digitalmars-d
Another based on Alix Pexton's logo: http://s12.postimg.org/nz8amui7h/dsrc5.png -- Jordi Sayol

Re: Icons for .d and .di files

2014-06-20 Thread Jordi Sayol via Digitalmars-d
El 20/06/14 11:49, FreeSlave via Digitalmars-d ha escrit: Thanks, but they are still logos, not icons for files. File icon should appear as document. Like this http://th04.deviantart.net/fs70/200H/f/2012/037/1/a/c___programming_language_dock_icon_by_timsmanter-d4ougsk.png

Re: Icons for .d and .di files

2014-06-20 Thread Jordi Sayol via Digitalmars-d
El 20/06/14 18:02, Jordi Sayol via Digitalmars-d ha escrit: El 20/06/14 11:49, FreeSlave via Digitalmars-d ha escrit: Thanks, but they are still logos, not icons for files. File icon should appear as document. Like this http://th04.deviantart.net/fs70/200H/f/2012/037/1

Re: D Users Survey: Primary OS?

2014-05-30 Thread Jordi Sayol via Digitalmars-d
El 29/05/14 17:53, Tom Browder via Digitalmars-d ha escrit: Has anyone done a survey of the primary OS of D users? I (a D newbie) use Debian Linux (64-bit), but I get the feeling that many (if not most) users are on some version of Windows. Linux Mint Debian Edition (64-bit) -- Jordi

Re: Thank you Kenji

2014-05-23 Thread Jordi Sayol via Digitalmars-d
El 23/05/14 06:11, Martin Nowak via Digitalmars-d ha escrit: Today at DConf we learned, once again, that people are doing and starting amazing projects using D. A lot of which wouldn't have been possible without your contribution. So I just wanted to say thank you. -Martin +1000

dmd and pkg-config

2014-05-12 Thread Jordi Sayol via Digitalmars-d
Since dmd.conf has specific flags depending on word size generated by dmd, is there any way to know this state i.e. like an environment variable? pkg-config command is an easy way to give the compiler the right flags for an specific library. Now these flags are for both, 32 and 64 bit. If

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

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-05-10 Thread Jordi Sayol via Digitalmars-d-announce
There are new deb packages for TkD v1.0.3 beta, available at http://d-apt.sourceforge.net/ To install: $ sudo apt-get install libtkd-dev libtkd-doc To compile the TkD example (static linking): $ dmd `pkg-config --cflags --libs tkd-static` -J/usr/share/libtkd-doc/example/media/