imim / mitlm

Automatically exported from code.google.com/p/mitlm
Other
0 stars 0 forks source link

compilation error because an included file "unordered_map" is not found #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure
2. make
3.

What is the expected output? What do you see instead?
Expected Output: compilation with no errors.
Instead: I see "fatal error:  'tr1/unordered_map' file not found

What version of the product are you using? On what operating system?
Latest version (0.4.1), on Mac OSX 10.9.2

Please provide any additional information below.

Original issue reported on code.google.com by afsa...@whirlscape.com on 10 Apr 2014 at 4:33

GoogleCodeExporter commented 9 years ago
solved by removing the header "tr1" from the code.

Original comment by afsa...@whirlscape.com on 10 Apr 2014 at 4:58

GoogleCodeExporter commented 9 years ago
Did you replace <tr1/unordered_map> with <unordered_map>?

Original comment by giuliop...@gmail.com on 10 Apr 2014 at 5:30

GoogleCodeExporter commented 9 years ago
Yes.  Actually that's how I resolved this issue.

Original comment by afsa...@whirlscape.com on 10 Apr 2014 at 5:50

GoogleCodeExporter commented 9 years ago
This should be fixed in revision r106.
The complete solution requires to re-run the autogen.sh script. 
Autoconf-archive should also be present on the system.

Can you check if this solution works for you?

Bests,
Giulio.

Original comment by giuliop...@gmail.com on 3 Jun 2014 at 12:11