I am trying to build OpenFOAM on F12 and have a problem with cpp.
In OpenFOAM cpp is used to pre-process Makefiles to create the build
environment (yuck). Some of the files contain backslash-newline
sequences for line continuations. F12's cpp seems to remove the
backslash but leave the newline in place. so for example:

LIB_LIBS = \
     -ltriSurface \
     -lmeshTools

becomes:

LIB_LIBS =
     -ltriSurface
     -lmeshTools

Although I know this is not what cpp is intended for, is this correct behaviour 
for cpp ?
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to