Ok, seems to be related to an older installed DMD 2.079.0, updating to
2.085.0 fixed the problem. Robert
On 2019-03-02 21:15:05 +, Robert M. Münch said:
Hi, trying to compile some stuff on Windows and get a bunch of
undefined symbol errors, but these look as some standard modules are
miss
Hi, trying to compile some stuff on Windows and get a bunch of
undefined symbol errors, but these look as some standard modules are
missing.
See full output at: https://pastebin.com/e9xLrQAF
Any idea how this can happen? Or how to fix this?
--
Robert M. Münch
http://www.saphirion.com
smarter
On Thursday, 17 December 2015 at 04:11:56 UTC, tcak wrote:
On Wednesday, 16 December 2015 at 18:30:41 UTC, Byron Heads
wrote:
On Wednesday, 16 December 2015 at 18:21:33 UTC, Byron Heads
wrote:
On Wednesday, 16 December 2015 at 18:14:35 UTC, Byron Heads
I searched the function "__lseek64" under
On Thursday, 17 December 2015 at 04:11:56 UTC, tcak wrote:
I searched the function "__lseek64" under /usr/include/dmd"
with "grep -R __lseek64", but nothing is found. I work on Linux
64-bit. So, I guess it is either Windows related, or 32bit dmd
related. "lseek64" is found in "unistd.d", but th
On Wednesday, 16 December 2015 at 18:30:41 UTC, Byron Heads wrote:
On Wednesday, 16 December 2015 at 18:21:33 UTC, Byron Heads
wrote:
On Wednesday, 16 December 2015 at 18:14:35 UTC, Byron Heads
wrote:
[...]
Commenting out
gzclose(fpGZip);
allows it to compile..
Submitted reduced case as
)
Error 42: Symbol Undefined __lseeki64
The code was compiling in 2.067. Not clear on where to look
to fix this issue.
I can reproduce with this code...
Windows dmd 2.069.2 32bit
import std.stream;
import std.exception;
// todo: add bzip support..
class GZipBufferedFile : BufferedFile
On Wednesday, 16 December 2015 at 18:14:35 UTC, Byron Heads wrote:
On Wednesday, 16 December 2015 at 17:23:15 UTC, Byron Heads
wrote:
Seeing this issue on 2.069.2 using etc.c.zlib.
C:\d\dmd2\windows\bin\..\lib\phobos.lib(gzlib)
Error 42: Symbol Undefined __lseeki64
The code was compiling in
On Wednesday, 16 December 2015 at 17:23:15 UTC, Byron Heads wrote:
Seeing this issue on 2.069.2 using etc.c.zlib.
C:\d\dmd2\windows\bin\..\lib\phobos.lib(gzlib)
Error 42: Symbol Undefined __lseeki64
The code was compiling in 2.067. Not clear on where to look to
fix this issue.
I can
Seeing this issue on 2.069.2 using etc.c.zlib.
C:\d\dmd2\windows\bin\..\lib\phobos.lib(gzlib)
Error 42: Symbol Undefined __lseeki64
The code was compiling in 2.067. Not clear on where to look to
fix this issue.
Hi!
If it is still actual: you can try to add dependent project by
checking it on Project depencies tab of project options
http://savepic.ru/5721500.png
It helps in my case.
On Saturday, 3 May 2014 at 13:18:13 UTC, FrankLike wrote:
The problem I am running in to now is that Xamarin Studio now
launches Test.pdb.exe which doesn't seem to do anything at all.
Use visual d,it's simple for using pdb.exe
Which isn't really an option, Visual D is for Visual Studio and
The problem I am running in to now is that Xamarin Studio now
launches Test.pdb.exe which doesn't seem to do anything at all.
Use visual d,it's simple for using pdb.exe
I seem to have partially solved the problem myself. It seems that
when using the Unittest target makes the linker look in to the
/bin/Unittest directory even though project can be build using a
different target. (right click the solution -> options ->
configurations -> Configuration Mappings) I
Maybe not add -L+somelib.lib
right (C) Digital Mars 1989-2013 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
obj\Unittest\Test.obj(Test)
Error 42: Symbol Undefined _D3rdx12Notification8__assertFiZv
obj\Unittest\Test.obj(Test)
Error 42: Symbol Undefined _D3rdx8Observer8__assertFiZv
obj\Unittest\Test.obj(Test)
Error 4
a get/set function that interacts with the array that stores
the values for the vector. I've tried something like this:
alias Vector!(float, 2) vect2;
vect2 position;
position = vect2(0.0f, 0.0f);
However, both methods give the same error:
Error 42: Symbol Undefined pure nothrow @property
Thanks, this is it!
On Sunday, 25 December 2011 at 22:46:33 UTC, Joshua Reusch wrote:
public string some_var = "Hello, world!";
It's important to note that public is the default access level
here.
Am 25.12.2011 22:37, schrieb Tal:
I want to save the hInstance of WinMain so I would be able to use it later in
some
other module. So how do I accomplish that ?
If you don't know: You can also get the HINSTANCE with
GetModuleHandle(NULL);
Am 25.12.2011 23:26, schrieb Tal:
I'm quite new to this language, could you please provide a short snippet of code
to clarify ?
--- a.d:
import std.stdio;
import b;
void main() {
writeln("some_var from Module b: \"", b.some_var, "\"");
}
--- b.d:
public string some_var = "Hello, world!";
I'm quite new to this language, could you please provide a short snippet of code
to clarify ?
Am 25.12.2011 22:37, schrieb Tal:
I want to save the hInstance of WinMain so I would be able to use it later in
some
other module. So how do I accomplish that ?
just define a public variable in the global scope.
I want to save the hInstance of WinMain so I would be able to use it later in
some
other module. So how do I accomplish that ?
You can't prototype D functions like that, they belong to a module.
test is built as _D1b4testFZAya, not _D1a4testFZAya (notice the module
names, a and b after _D1).
What exactly are you trying to do? DLLs?
() {
return "hello";
}
the error I get is:
Error 42: Symbol Undefined _D1a4testFZAya`
---errorlevel 1
What is wrong ?
indows\bin\..\lib\SNN.lib(cinit) Offset 08C2CH Record
Type 0090
Error 1: Previous Definition Different : _errno
main.obj(main)
Error 42: Symbol Undefined _D22TypeInfo_C3jec3snd3Snd6__initZ
<<
Fri, 27 Feb 2009 20:37:56 -0500, Fei wrote:
> I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for
> windows.
>
> dmd winsamp.d gdi32.lib
>
> everything seem ok but I got a link error :
> Error 42: Symbol Undefined __moduleUnitTests
>
&g
On Fri, Feb 27, 2009 at 8:37 PM, Fei wrote:
> I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for
> windows.
>
> dmd winsamp.d gdi32.lib
>
> everything seem ok but I got a link error :
> Error 42: Symbol Undefined __moduleUnitTests
>
&g
I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for windows.
dmd winsamp.d gdi32.lib
everything seem ok but I got a link error :
Error 42: Symbol Undefined __moduleUnitTests
what lib should I include for moduleUnitTetst?
29 matches
Mail list logo