Scot Breitenfeld
Scot Breitenfeld
I have exactly the same problem with cgnslib_3.2.1. It is more easy to compile cgnslib 2.5.5 than 3.x :( . Original comment by: yannick-56
specify source folder correctly to cmake command. $ cmake PATH_TO_CGNS_FOLDER/cgnslib_3.1.4/ Don't use "PATH_TO_CGNS_FOLDER/cgnslib_3.1.4/src". This gives error. Its weird but this works. Original comment by: nileshjrane
I am getting an error for both options option (1): $cmake PATH_TO_CGNS_FOLDER/cgnslib_3.2.1/src error as described above by "abc" option (2): $ cmake PATH_TO_CGNS_FOLDER/cgnslib_3.2.1/ CMake Error: The source "PATH_TO_CGNS_FOLDER/cgnslib_3.2.1/CMakeLists.txt" does not...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-66#comment-11500). - _**Created at:**_ Fri, 1 Apr 2016 09:41:55 -0500 On osx 10.10 the build fails when building...
I would think that it should be this: ~~~~ if (CGNS_ENABLE_LFS) if (WIN32) NOTE: why are we not checking if these are available? In the current source -DHAVE_LSEEK64 is repeated...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-14#comment-10001). - _**Created at:**_ Wed, 3 Jun 2015 15:27:08 -0500 If you are not actually using cgns as...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-38#comment-13852). - _**Created at:**_ Wed, 18 Sep 2019 09:09:47 -0500 Configure fails to detect correct IBM ppc64le system,...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-85#comment-13845). - _**Created at:**_ Thu, 21 Mar 2019 09:20:13 -0500 Fixed but needs test added.
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-76#comment-11300). - _**Created at:**_ Mon, 7 Mar 2016 13:50:01 -0600 They fixed the scan report not working, defects...
I'm also seeing this on Frontier builds with Cray and v4.9.2: InstalledDir: /opt/cray/pe/cce/17.0.0/cce-clang/x86_64/share/../bin Configuration file: /opt/cray/pe/cce/17.0.0/cce-clang/x86_64/bin/clang.cfg v4.9.3-rc1 does not have an issue and successfully compiled.