hemprasad / gflags

Automatically exported from code.google.com/p/gflags
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't locate auto/Autom4te/XFile/msg.al in @INC #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --prefix=INSTALL_FOLDER/gflags
2. make
3. Use of inherited AUTOLOAD for non-method Autom4te::XFile::msg() is 
deprecated at /usr/share/autoconf/Autom4te/XFile.pm line 238.
Can't locate auto/Autom4te/XFile/msg.al in @INC

How to deal with this problem?

Original issue reported on code.google.com by jourk...@gmail.com on 7 Mar 2014 at 10:51

GoogleCodeExporter commented 9 years ago
I suggest to use CMake instead. Check out this Git branch: 
https://github.com/schuhschuh/gflags/tree/cmake-migration . Sorry, for the 
inconvenience. I meant to get rid of the deprecated configure script for some 
time now.

Original comment by andreas....@gmail.com on 7 Mar 2014 at 11:16

GoogleCodeExporter commented 9 years ago
The CMake migration is completed and will be released as v2.1 in the next days.

Original comment by andreas....@gmail.com on 20 Mar 2014 at 3:51