Errors at compilation for Fedora 10

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
doc2death
Noob
Noob
Posts: 5
Joined: 27 Jan 2009, 04:18
Noob?: Yes

Errors at compilation for Fedora 10

#1 Post by doc2death »

Prompt what it is necessary to check up packages for correct compilation under Linux. And that with a site that that happens.

Thanx.

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Errors at compilation for Fedora 10

#2 Post by kali »

You're a man of few words aren't you?
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

doc2death
Noob
Noob
Posts: 5
Joined: 27 Jan 2009, 04:18
Noob?: Yes

Re: Errors at compilation for Fedora 10

#3 Post by doc2death »

scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... (cached) yes
Checking for GNU readline 4.3 or higher...(cached) yes
Checking for libcurl...(cached) libcurl 7.19.4
scons: done reading SConscript files.
scons: Building targets ...
o src/auto/XSTools/PaddedPackets/Algorithms/algorithms.os -c -Wall -g -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -g -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/algorithms.cpp
sh: o: command not found
g++ -o src/auto/XSTools/PaddedPackets/Algorithms/cast.os -c -Wall -g -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE src/auto/XSTools/PaddedPackets/Algorithms/cast.c
sh: g++: command not found
scons: *** [src/auto/XSTools/PaddedPackets/Algorithms/cast.os] Error 127
scons: building terminated because of errors.
Compilation failed. Please read http://www.openkore.com/compilation.php for help.
make: Leaving directory `/home/doc/Download/RO/openkore'
Can't locate loadable object for module XSTools in @INC (@INC contains: /home/doc/Download/RO/openkore/src/deps /home/doc/Download/RO/openkore/src /home/doc/Download/RO/openkore /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at ./openkore.pl line 25


That I have not established from packages ???

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Errors at compilation for Fedora 10

#4 Post by kali »

sh: g++: command not found
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

doc2death
Noob
Noob
Posts: 5
Joined: 27 Jan 2009, 04:18
Noob?: Yes

Re: Errors at compilation for Fedora 10

#5 Post by doc2death »

yum install perl-devel
yum install libcurl-devel
yum install gcc-c++
yum install cpan
perl -MCPAN -e shell
install Bundle::CPAN
install threads
install Internals

Okey, I am install gcc-c++ packages. But new errors.

scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... (cached) yes
Checking for GNU readline 4.3 or higher...(cached) yes
Checking for libcurl...(cached) libcurl 7.19.4
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/auto/XSTools/unix/consoleui.os -c -Wall -g -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -g -O2 -pipe -fPIC -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC -I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE src/auto/XSTools/unix/consoleui.cpp
src/auto/XSTools/unix/consoleui.cpp:10:31: error: readline/readline.h: No such file or directory
src/auto/XSTools/unix/consoleui.cpp:11:30: error: readline/history.h: No such file or directory
src/auto/XSTools/unix/consoleui.cpp: In member function 'void ConsoleUI::lineRead(char*)':
src/auto/XSTools/unix/consoleui.cpp:82: error: 'add_history' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp: In member function 'void* ConsoleUI::threadMain(void*)':
src/auto/XSTools/unix/consoleui.cpp:107: error: 'rl_callback_handler_install' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:111: error: 'rl_callback_read_char' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:112: error: 'rl_prompt' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:115: error: 'rl_set_prompt' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:117: error: 'rl_redisplay' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:130: error: 'rl_callback_handler_remove' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp: In member function 'void ConsoleUI::processOutput()':
src/auto/XSTools/unix/consoleui.cpp:136: error: 'rl_outstream' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:142: error: 'rl_point' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:143: error: 'rl_mark' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:144: error: 'rl_line_buffer' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:147: error: 'rl_prompt' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:150: error: 'rl_replace_line' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:152: error: 'rl_set_prompt' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:154: error: 'rl_redisplay' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:201: error: 'rl_insert_text' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp:207: error: 'rl_on_new_line' was not declared in this scope
src/auto/XSTools/unix/consoleui.cpp: In member function 'void ConsoleUI::start()':
src/auto/XSTools/unix/consoleui.cpp:227: error: 'rl_initialize' was not declared in this scope
scons: *** [src/auto/XSTools/unix/consoleui.os] Error 1
scons: building terminated because of errors.
Compilation failed. Please read http://www.openkore.com/compilation.php for help.


It is necessary to put what else packages?

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Errors at compilation for Fedora 10

#6 Post by kali »

error: readline/readline.h: No such file or directory

GNU readline
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

doc2death
Noob
Noob
Posts: 5
Joined: 27 Jan 2009, 04:18
Noob?: Yes

Re: Errors at compilation for Fedora 10

#7 Post by doc2death »

yum install readline-devel
Thanx. Its working =)))

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Errors at compilation for Fedora 10

#8 Post by kali »

No problem :)
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

vadenasy
Noob
Noob
Posts: 1
Joined: 09 Dec 2009, 06:11
Noob?: No

Re: Errors at compilation for Fedora 10

#9 Post by vadenasy »

How to remove coffee/cream stain from a wool felt fedora? I don't even know where I would take it to be cleaned. Apparently a few drops got on the brim, and dried before I noticed it - it looks like it is "raised" - that is, it hasn't soaked into the material too much - but I'm worried if I get it wet it will spread and end up worse....

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Errors at compilation for Fedora 10

#10 Post by Scarya »

vadenasy wrote:How to remove coffee/cream stain from a wool felt fedora? I don't even know where I would take it to be cleaned. Apparently a few drops got on the brim, and dried before I noticed it - it looks like it is "raised" - that is, it hasn't soaked into the material too much - but I'm worried if I get it wet it will spread and end up worse....
I don't get it oO
Topic solved, closed.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

Locked