Menu

#35 Make error

4.0.1
open
2017-08-29
2017-08-29
No

Hello,

I believe I ran into the same bug from ticket 16, but on ppc64le.

g++ -DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=\"mira\" -DPACKAGE_VERSION=\"4.0.2\" -DPACKAGE_STRING=\"mira\ 4.0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mira\" -DVERSION=\"4.0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DENABLE64=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -Drestrict=__restrict -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_FSEEKO=1 -DHAVE_ISBLANK=1 -DHAVE_NAMESPACES=/**/ -DHAVE_STD=/**/ -DHAVE_STL=/**/ -DHAVE_BOOST=/**/ -DHAVE_BOOST_THREAD=/**/ -DHAVE_BOOST_REGEX=/**/ -DHAVE_BOOST_SYSTEM=/**/ -DHAVE_BOOST_FILESYSTEM=/**/ -DHAVE_BOOST_IOSTREAMS=/**/ -DHAVE_LIBRT=1 -DBOUNDTRACKFLAG=1 -DBUGTRACKFLAG=1 -I. -I../../src -pthread -I/usr/include -DPUBLICQUIET -DAJ_Linux64 -O3 -funroll-loops -pthread -I/usr/include -I/usr/local/include -Werror=uninitialized -Werror=return-type -Werror=parentheses -std=c++0x -Werror=unused-value -MT quirks.o -MD -MP -MF .deps/quirks.Tpo -c -o quirks.o quirks.C
quirks.C: In function ‘void fixLocaleQuirk()’:
quirks.C:56:5: error: ‘cout’ is not a member of ‘std’
std::cout << "Your system seems to be older or have some quirks with locale settings."
^
make[2]: *** [quirks.o] Error 1

Solution: I had to edit quirks.C:
vim ./src/progs/quirks.C
Add:
include <iostream></iostream>

on
mira-4.0.2
Red Hat Enterprise Linux Server release 7.3 (Maipo)
Linux p006vm46 3.10.0-514.el7.ppc64le #1 SMP Wed Oct 19 11:27:06 EDT 2016 ppc64le ppc64le ppc64le GNU/Linux

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.