digitalmars.D.ide - DlangIDE v0.8.0 released
- Vadim Lopatin (2/2) Sep 26 2017 Announcement:
- AB (5/7) Sep 26 2017 Forgive me if this is not the right place to ask, but why can't
- Vadim Lopatin (4/11) Sep 27 2017 It's 32bit (x86) executable.
- AB (11/14) Sep 27 2017 Neither v0.8.0 or v0.8.1 work on Windows XP SP3 32-bit:
- Vadim Lopatin (3/19) Sep 27 2017 Uploaded mscoff build
- Vadim Lopatin (2/18) Sep 27 2017 Can you try to build it yourself from sources on XP?
- AB (30/31) Sep 27 2017 Unfortunately the win32coff build fails to run, with the same
- Vadim Lopatin (2/35) Sep 27 2017 Try git pull --tags --recurse-submodules origin master
- Vadim Lopatin (6/18) Sep 27 2017 Containers should now be removed from from project. Now they are
- AB (12/17) Sep 27 2017 DlangIDE v0.8.2 fails to build with exactly the same error
- Vadim Lopatin (3/25) Sep 27 2017 Let me try to install XP on virtualbox, and check if it's
- AB (6/8) Sep 28 2017 I am standing by for the results of your XP test.
Announcement: http://forum.dlang.org/post/vzicigvviryoeecqqvxe forum.dlang.org
Sep 26 2017
On Tuesday, 26 September 2017 at 15:21:53 UTC, Vadim Lopatin wrote:Announcement: http://forum.dlang.org/post/vzicigvviryoeecqqvxe forum.dlang.orgForgive me if this is not the right place to ask, but why can't the executable "dlangide.exe" be run in Windows XP? Which 32-bit architecture is targeted?
Sep 26 2017
On Tuesday, 26 September 2017 at 20:03:08 UTC, AB wrote:On Tuesday, 26 September 2017 at 15:21:53 UTC, Vadim Lopatin wrote:It's 32bit (x86) executable. I didn't test it on XP. Not sure if it would work. BTW, new release v0.8.1 binaries are uploaded.Announcement: http://forum.dlang.org/post/vzicigvviryoeecqqvxe forum.dlang.orgForgive me if this is not the right place to ask, but why can't the executable "dlangide.exe" be run in Windows XP? Which 32-bit architecture is targeted?
Sep 27 2017
On Wednesday, 27 September 2017 at 07:16:48 UTC, Vadim Lopatin wrote:It's 32bit (x86) executable. I didn't test it on XP. Not sure if it would work. BTW, new release v0.8.1 binaries are uploaded.Neither v0.8.0 or v0.8.1 work on Windows XP SP3 32-bit: "dlangide.exe is not a valid Win32 application." I remember that in newer Visual Studio, if compatibility with Windows XP is needed then the XP toolset must be selected: such as "v110_xp" instead of "v110". Maybe the compatibility problem is caused by the fact that DMD doesn't officially support Windows XP anymore. Could you build DlangIDE using win32coff as Output, for me to test?
Sep 27 2017
On Wednesday, 27 September 2017 at 07:34:09 UTC, AB wrote:On Wednesday, 27 September 2017 at 07:16:48 UTC, Vadim Lopatin wrote:Uploaded mscoff build https://github.com/buggins/dlangide/releases/tag/v0.8.1It's 32bit (x86) executable. I didn't test it on XP. Not sure if it would work. BTW, new release v0.8.1 binaries are uploaded.Neither v0.8.0 or v0.8.1 work on Windows XP SP3 32-bit: "dlangide.exe is not a valid Win32 application." I remember that in newer Visual Studio, if compatibility with Windows XP is needed then the XP toolset must be selected: such as "v110_xp" instead of "v110". Maybe the compatibility problem is caused by the fact that DMD doesn't officially support Windows XP anymore. Could you build DlangIDE using win32coff as Output, for me to test?
Sep 27 2017
On Wednesday, 27 September 2017 at 07:34:09 UTC, AB wrote:On Wednesday, 27 September 2017 at 07:16:48 UTC, Vadim Lopatin wrote:Can you try to build it yourself from sources on XP?It's 32bit (x86) executable. I didn't test it on XP. Not sure if it would work. BTW, new release v0.8.1 binaries are uploaded.Neither v0.8.0 or v0.8.1 work on Windows XP SP3 32-bit: "dlangide.exe is not a valid Win32 application." I remember that in newer Visual Studio, if compatibility with Windows XP is needed then the XP toolset must be selected: such as "v110_xp" instead of "v110". Maybe the compatibility problem is caused by the fact that DMD doesn't officially support Windows XP anymore. Could you build DlangIDE using win32coff as Output, for me to test?
Sep 27 2017
Unfortunately the win32coff build fails to run, with the same error message. On Wednesday, 27 September 2017 at 07:59:53 UTC, Vadim Lopatin wrote:Can you try to build it yourself from sources on XP?I cannot build it due to the following error message: --- Error: module backwards is in file 'deps\DCD\containers\src\containers\internal\backwards.d' which cannot be read import path[0] = C:\TEST\dlangide-0.8.1\..\dlangui\src import path[1] = C:\TEST\dlangide-0.8.1\..\dlangui\3rdparty import path[2] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictGL3\source import path[3] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictUtil\source import path[4] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictFT\source import path[5] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictSDL2\source import path[6] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\libdparse\src import path[7] = C:\TEST\dlangide-0.8.1\..\DerelictLLDB\source import path[8] = C:\D\dmd2\windows\bin\..\..\src\phobos import path[9] = C:\D\dmd2\windows\bin\..\..\src\druntime\import Building Debug\dlangide.exe failed! --- Note that I am using: * Visual Studio 2008 SP1 * Visual D 0.44.2 * DMD 2.076.0
Sep 27 2017
On Wednesday, 27 September 2017 at 08:28:02 UTC, AB wrote:Unfortunately the win32coff build fails to run, with the same error message. On Wednesday, 27 September 2017 at 07:59:53 UTC, Vadim Lopatin wrote:Try git pull --tags --recurse-submodules origin masterCan you try to build it yourself from sources on XP?I cannot build it due to the following error message: --- Error: module backwards is in file 'deps\DCD\containers\src\containers\internal\backwards.d' which cannot be read import path[0] = C:\TEST\dlangide-0.8.1\..\dlangui\src import path[1] = C:\TEST\dlangide-0.8.1\..\dlangui\3rdparty import path[2] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictGL3\source import path[3] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictUtil\source import path[4] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictFT\source import path[5] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\DerelictSDL2\source import path[6] = C:\TEST\dlangide-0.8.1\..\dlangui\deps\libdparse\src import path[7] = C:\TEST\dlangide-0.8.1\..\DerelictLLDB\source import path[8] = C:\D\dmd2\windows\bin\..\..\src\phobos import path[9] = C:\D\dmd2\windows\bin\..\..\src\druntime\import Building Debug\dlangide.exe failed! --- Note that I am using: * Visual Studio 2008 SP1 * Visual D 0.44.2 * DMD 2.076.0
Sep 27 2017
On Wednesday, 27 September 2017 at 08:28:02 UTC, AB wrote:Unfortunately the win32coff build fails to run, with the same error message. On Wednesday, 27 September 2017 at 07:59:53 UTC, Vadim Lopatin wrote:Containers should now be removed from from project. Now they are a part of phobos. - std.experimental.containers I've submitted change for dlangide visuald project file. Now it should build ok. As well you can try to build with dub.Can you try to build it yourself from sources on XP?I cannot build it due to the following error message: --- Error: module backwards is in file 'deps\DCD\containers\src\containers\internal\backwards.d' which cannot be read
Sep 27 2017
On Wednesday, 27 September 2017 at 12:56:27 UTC, Vadim Lopatin wrote:Containers should now be removed from from project. Now they are a part of phobos. - std.experimental.containers I've submitted change for dlangide visuald project file. Now it should build ok.DlangIDE v0.8.2 fails to build with exactly the same error message: missing "backwards.d" file. Same with current dlangide-master. On Wednesday, 27 September 2017 at 12:56:27 UTC, Vadim Lopatin wrote:As well you can try to build with dub.Running DUB fails with a SSL connect error while "Fetching dcd 0.9.1". I'll run a virus scan, and if my system is clean then I'll stop trying to make things work, for the reason that current D apps are incompatible with Windows XP.
Sep 27 2017
On Wednesday, 27 September 2017 at 14:20:18 UTC, AB wrote:On Wednesday, 27 September 2017 at 12:56:27 UTC, Vadim Lopatin wrote:Let me try to install XP on virtualbox, and check if it's possible to get dlangide working on it.Containers should now be removed from from project. Now they are a part of phobos. - std.experimental.containers I've submitted change for dlangide visuald project file. Now it should build ok.DlangIDE v0.8.2 fails to build with exactly the same error message: missing "backwards.d" file. Same with current dlangide-master. On Wednesday, 27 September 2017 at 12:56:27 UTC, Vadim Lopatin wrote:As well you can try to build with dub.Running DUB fails with a SSL connect error while "Fetching dcd 0.9.1". I'll run a virus scan, and if my system is clean then I'll stop trying to make things work, for the reason that current D apps are incompatible with Windows XP.
Sep 27 2017
On Thursday, 28 September 2017 at 06:35:41 UTC, Vadim Lopatin wrote:Let me try to install XP on virtualbox, and check if it's possible to get dlangide working on it.I am standing by for the results of your XP test. Also, in case you're using Windows 7, there exists "Windows XP Mode": http://www.microsoft.com/en-us/download/details.aspx?id=8002
Sep 28 2017