bug-moe
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-moe] error compiling moe-1.0-rc1


From: gnu bien
Subject: [Bug-moe] error compiling moe-1.0-rc1
Date: Mon, 28 Apr 2008 11:02:01 -0400

hi, downloaded moe-1.0-rc1 today, april 28,2008 and get these errors when running make:
./configure --prefix=/usr

creating config.status
creating Makefile
VPATH = .
prefix = /usr
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datadir = $(prefix)/share
infodir = $(datadir)/info
mandir = $(datadir)/man
sysconfdir = $(prefix)/etc
CC = gcc
CXX = g++
CPPFLAGS =
CFLAGS = -Wall -W -O2
CXXFLAGS = -Wall -W -O2
LDFLAGS = -lncurses
OK. Now you can run make.
make
g++  -Wall -W -O2 -c -o arg_parser.o arg_parser.cc
g++  -Wall -W -O2 -c -o basic_buffer.o basic_buffer.cc
g++  -Wall -W -O2 -c -o block.o block.cc
g++  -Wall -W -O2 -c -o buffer.o buffer.cc
g++  -Wall -W -O2 -c -o buffer_handle.o buffer_handle.cc
buffer_handle.cc: In function â<U+0080><U+0098>void Bufhandle_vector::next()â
<U+0080><U+0099>:
buffer_handle.cc:135: warning: operation on â<U+0080><U+0098>Bufhandle_vector::_firstâ<U+0080><U+0099> may be undefined
buffer_handle.cc: In function â<U+0080><U+0098>void Bufhandle_vector::prev()â
<U+0080><U+0099>:
buffer_handle.cc:139: warning: operation on â<U+0080><U+0098>Bufhandle_vector::_firstâ<U+0080><U+0099> may be undefined
g++  -Wall -W -O2 -c -o encoding.o encoding.cc
g++  -Wall -W -O2 -c -o iso_8859.o iso_8859.cc
g++  -Wall -W -O2 -DPROGVERSION=\"1.0-rc1\" -DSYSCONFDIR=\"/usr/etc\" -c -o main.o main.cc
g++  -Wall -W -O2 -c -o menu_file.o menu_file.cc
g++  -Wall -W -O2 -c -o menu_help.o menu_help.cc
g++  -Wall -W -O2 -c -o menu_opts.o menu_opts.cc
g++  -Wall -W -O2 -c -o rc.o rc.cc
rc.cc: In function â<U+0080><U+0098>bool RC::parse_int(const std::string&, int&)â<U+0080><U+0099>:
rc.cc:290: error: â<U+0080><U+0098>strtolâ<U+0080><U+0099> was not declared in this scope
rc.cc: In function â<U+0080><U+0098>int RC::process_rcfile(const std::string&)â
<U+0080><U+0099>:
rc.cc:345: error: â<U+0080><U+0098>freeâ<U+0080><U+0099> is not a member of â
<U+0080><U+0098>stdâ<U+0080><U+0099>
make: *** [rc.o] Error 1
thanks in advance for your prompt response;  address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]