Skip to content

Re: Cannot compile the examples using “make” with Cygwin (no object file)

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Cannot compile the examples using “make” with Cygwin (no object file) Re: Cannot compile the examples using “make” with Cygwin (no object file)

#2284
mathias
Keymaster

Please try rn1/ rn#include <direct.h>rn#include <sys/stat.h>rnrnand rnrn2/rn#ifdef _WIN62rn#include <direct.h>rn#else //f defined __linux__rn#include <sys/stat.h>rn#endifrn