My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 7: make on ArchLinux fails
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Owner:  ----
Closed:  Oct 2008
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by fukawi2, Oct 07, 2008
What steps will reproduce the problem?
1| Download logstalgia-0.9.1.tar.gz
2| Extract and cd to logstalgia-0.9.1
3| ./configure
4| make

What do you see instead?
fukawi2 ~/.aur/logstalgia/logstalgia-0.9.1  $ make
for dir in src ; do ( cd $dir ; make all ); done
make[1]: Entering directory
`/home/fukawi2/.aur/logstalgia/logstalgia-0.9.1/src'
for dir in core ; do ( cd $dir ; make all ); done
make[2]: Entering directory
`/home/fukawi2/.aur/logstalgia/logstalgia-0.9.1/src/core'
g++ -c sdlapp.cpp
g++ -c display.cpp
display.cpp: In member function ‘void Display::displayArgs(int, char**,
int*, int*, bool*)’:
display.cpp:44: warning: deprecated conversion from string constant to ‘char*’
display.cpp:52: warning: deprecated conversion from string constant to ‘char*’
display.cpp:62: warning: deprecated conversion from string constant to ‘char*’
g++ -c fontpack.cpp
g++ -c logger.cpp
g++ -c regex.cpp
g++ -c resource.cpp
In file included from resource.cpp:29:
resource.h: In member function ‘bool ltstr::operator()(const char*, const
char*) const’:
resource.h:38: error: ‘strcmp’ was not declared in this scope
make[2]: *** [resource.o] Error 1
make[2]: Leaving directory
`/home/fukawi2/.aur/logstalgia/logstalgia-0.9.1/src/core'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fukawi2/.aur/logstalgia/logstalgia-0.9.1/src'
make: *** [all] Error 2
Comment 1 by acaudwell, Oct 19, 2008
(No comment was entered for this change.)
Status: Duplicate
Sign in to add a comment

Hosted by Google Code