Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors on Ubuntu 18.04 #468

Open
ddeidda opened this issue Sep 2, 2019 · 0 comments
Open

Compilation errors on Ubuntu 18.04 #468

ddeidda opened this issue Sep 2, 2019 · 0 comments

Comments

@ddeidda
Copy link

ddeidda commented Sep 2, 2019

Hi,
I am Davide Deidda from AWS ParallelCluster team.
https://github.com/aws/aws-parallelcluster

 We're trying to make Torque to run on Ubuntu 18.04 nodes.

We found some issues at compilation time. Basically we had to set CFLAGS 
to "-fpermissive" and CXXFLAGS to "-std=c++03" to make it work. 
Furthermore, we had to provide external header unicode file (coming from 
Ubuntu 16.04) because of this error:

/usr/include/unicode/umachine.h:347:13: error: ‘char16_t’ does not name 
a type; did you mean ‘wchar_t’?
      typedef char16_t UChar;
              ^~~~~~~~
              wchar_t
In file included from /usr/include/unicode/utypes.h:39:0,
                  from /usr/include/unicode/ucnv_err.h:88,
                  from /usr/include/unicode/ucnv.h:52,
                  from /usr/include/libxml2/libxml/encoding.h:31,
                  from /usr/include/libxml2/libxml/parser.h:810,
                  from node_frequency.cpp:88:

We also tried to build version 6.1.3 (not currently supported on 
ParallelCluster) and we found the same problems.
Do you have any plan about addressing this issue in the next future? Is 
there an official new version in your roadmap?

Best Regards
Davide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant