Forum

Compilation problem with windows 7

Guy Martial Ngor DIAGNE, modified 7 Years ago.

Compilation problem with windows 7

Youngling Posts: 3 Join Date: 6/13/18 Recent Posts

Dear all,

I am a Master Student in Civil Engineering and for my research I want to do numerical simulation to check the shoreline changes with different scenarios. I want to use Delft 3D for that aim. However I have problem to download and compile the source code. After installing delft 3d, I first I ran the file "prepare_sln" and then I ran the "delft3d_open" file and I got errors.

You will find in the attached file screenshots summarizing the different steps I followed.

The software I used are:

1. Tortoise SVN

2. Microsoft Visual Studio Community 2015 (Do I have to use the community or the professional one?)

3. Intel Parallel Studio XE Cluster Edition for Windows 2018. I was thinking that it was related to the version of Intel and I downloaded again  Intel Parallel Studio XE Cluster Edition 2016 update 4 but it did not work also.

4.Python version 2.7.15

It would be helpful if you can give me a way to compile the source code and then start to use delft3D.

Thank you in advance.

Regards

thumbnail
Adri Mourits, modified 7 Years ago.

RE: Compilation problem with windows 7

Padawan Posts: 97 Join Date: 1/3/11 Recent Posts

Hi Guy Martial,

What version of the source code did you download? The latest tagged version is preferred, currently https://svn.oss.deltares.nl/repos/delft3d/tags/7545/

Can you do the following:
Inside VisualStudio, compile again, then open tab "Output", select the full contents, copy it into a textfile using some text editor and attach that textfile to a post on this forum.

Regards,

Adri

Guy Martial Ngor DIAGNE, modified 7 Years ago.

RE: Compilation problem with windows 7

Youngling Posts: 3 Join Date: 6/13/18 Recent Posts

Hi Adri,

Thank you for your reply.

I used the latest source code as you mentioned through https://svn.oss.deltares.nl/repos/delft3d/tags/7545/.

As I already mentioned it, I used:

1. Tortoise SVN

2. Microsoft Visual Studio Community 2015

3. Intel Parallel Studio XE Cluster Edition 2016 update 4

4. Python version 2.7.15.

You will find in the attached text file my errors.

Regards.

thumbnail
Adri Mourits, modified 7 Years ago.

RE: Compilation problem with windows 7

Padawan Posts: 97 Join Date: 1/3/11 Recent Posts

Hi Guy Martial,

You placed the source code in the path "C:\Users\Polaris\Desktop\Software\Source Code\delft3d_repository". This path contains a white space between "Source" and "Code". This revision of the software can not handle that. Please put the source code in a directory without white spaces.

This issue is solved in the trunk. We are working on a new release.

Regards,

Adri

Guy Martial Ngor DIAGNE, modified 7 Years ago.

RE: Compilation problem with windows 7

Youngling Posts: 3 Join Date: 6/13/18 Recent Posts

Dear Adri,

Thank you for your reply.

That was my mistake and I corrected it now.

Regards,

Martial