Heinz

Results 13 comments of Heinz

I just came across another issue - I will simply append this as it is loosely coupled to CMake. I am using CMake version 3.20. When calling `get_ned_folders` I get...

It fails in the following way (during configuration): ``` [cmake] CMake Error at cmake/omnet/GetNedFolders.cmake:31 (_get_ned_folders): [cmake] Maximum recursion depth of 1000 exceeded [cmake] Call Stack (most recent call first): [cmake]...

Hmm, somehow weird. You are running Windows? Maybe there is a CMake Policy which has changed? Did you try to compile with `cmake_minimum_required(VERSION 3.20)` as this calls `cmake_policy(VERSION 3.20)` implicitly?...

To be honest, I am currently focusing on using the CMake files only to set up my simulation (I want to simulate parts of my microcontroller firmware)... I am working...

So let's wait on the official omnetpp statement. Just to add some information to the discussion: As promised I am currently trying to build artery on Windows - and so...

@riebl - I came across an error when building artery on windows with _INET_ _VoIPStream_ - it seems that _ffmpeg_ is not installed in the MSYS environment of omnet++. Is...

@riebl - can you do me a favour? I found the issue with VoIPStream - on windows the Python-Featuretool cannot directly be executed. To get the Makemake flags I need...

@riebl that was just for debugging... I mean, we will need to discuss this in a broader way anyway... There seem to be some breaks between the CLI of version...

@riebl - making serious progress with the Windows-Build. However, I would like to set the CMake version to 3.20 - there are so features available - especially with path-handling (unix/windows-style)...

@riebl - now that we have the official CMake proceedings, do you mind creating a branch with the new CMake repository in place? And select the Windows Feature Branch? (once...