Re: linking trouble

2018-09-06 Thread Mike Parker via Digitalmars-d-learn
On Friday, 7 September 2018 at 02:44:24 UTC, hridyansh thakur wrote: On Thursday, 6 September 2018 at 16:59:43 UTC, rikki cattermole wrote: On 07/09/2018 4:03 AM, hridyansh thakur wrote: [...] That definition isn't complete. Missing at the very least ``();`` to make it a function

Re: linking trouble

2018-09-06 Thread hridyansh thakur via Digitalmars-d-learn
On Thursday, 6 September 2018 at 16:59:43 UTC, rikki cattermole wrote: On 07/09/2018 4:03 AM, hridyansh thakur wrote: [...] That definition isn't complete. Missing at the very least ``();`` to make it a function declaration. [...] So what is the errors you're getting? And what are the

Re: linking trouble

2018-09-06 Thread rikki cattermole via Digitalmars-d-learn
On 07/09/2018 4:03 AM, hridyansh thakur wrote: i am on windows i have tried DMD LDC and i am getting same linking error with linking my c++ object i am doing by the official tutorial (dlang spec book) here is my app.d code import std.stdio; void main() { //writeln("Edit source/app.d to

linking trouble

2018-09-06 Thread hridyansh thakur via Digitalmars-d-learn
i am on windows i have tried DMD LDC and i am getting same linking error with linking my c++ object i am doing by the official tutorial (dlang spec book) here is my app.d code import std.stdio; void main() { //writeln("Edit source/app.d to start your project."); int[] m =

Re: Linking Trouble (Linux)

2013-09-30 Thread Craig Dillabaugh
On Sunday, 29 September 2013 at 14:16:21 UTC, 1100110 wrote: https://xkcd.com/979/ Please. You are somebodies hero. Did you actually run into the same problem? If so, glad I could help.

Re: Linking Trouble (Linux)

2013-09-29 Thread 1100110
https://xkcd.com/979/ Please. You are somebodies hero.

Re: Linking Trouble (Linux)

2013-09-13 Thread Craig Dillabaugh
On Thursday, 12 September 2013 at 20:47:46 UTC, Craig Dillabaugh wrote: clip For anyone who runs into a similar problem using DUB the following package.json files solves the problem: { name: vibe, description: My first vibe project., homepage: http://example.org;,

Re: Linking Trouble (Linux)

2013-09-12 Thread Craig Dillabaugh
On Thursday, 12 September 2013 at 19:46:21 UTC, Craig Dillabaugh wrote: I just upgraded my Linux distro (openSuse) and now when trying to compile a project with dub I am getting linking errors. Compilation goes OK until the linking stage, when I get the following: Linking... dmd

Linking Trouble (Linux)

2013-09-12 Thread Craig Dillabaugh
I just upgraded my Linux distro (openSuse) and now when trying to compile a project with dub I am getting linking errors. Compilation goes OK until the linking stage, when I get the following: Linking... dmd -of/home/craig/cloud/vibe-tiles/vibe /home/craig/cloud/vibe-tiles/temp.o

Re: Linking Trouble (Linux)

2013-09-12 Thread Craig Dillabaugh
On Thursday, 12 September 2013 at 20:26:29 UTC, Craig Dillabaugh wrote: On Thursday, 12 September 2013 at 19:46:21 UTC, Craig Dillabaugh wrote: I just upgraded my Linux distro (openSuse) and now when trying to compile a project with dub I am getting linking errors. Compilation goes OK until