luisTJ / ghostplusplus

Automatically exported from code.google.com/p/ghostplusplus
Other
0 stars 0 forks source link

Many errors compiling /source/ghost/ghost #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd /source/ghost/ghost
2. make

What is the expected output? What do you see instead?
bnet.cpp:39:32: error: boost/filesystem.hpp: Datei oder Verzeichnis nicht
gefunden
bnet.cpp:41: error: âboostâ has not been declared
bnet.cpp:41: error: âfilesystemâ is not a namespace-name
bnet.cpp:41: error: expected namespace-name before â;â token
bnet.cpp: In member function âvoid
CBNET::ProcessChatEvent(CIncomingChatEvent*)â:
bnet.cpp:1646: error: âpathâ was not declared in this scope
bnet.cpp:1646: error: expected `;' before âMapCFGPathâ
bnet.cpp:1650: error: âMapCFGPathâ was not declared in this scope
bnet.cpp:1650: error: âexistsâ was not declared in this scope
bnet.cpp:1657: error: âdirectory_iteratorâ was not declared in this scope
bnet.cpp:1657: error: expected `;' before âEndIteratorâ
bnet.cpp:1658: error: expected `;' before âLastMatchâ
bnet.cpp:1661: error: expected `;' before âiâ
bnet.cpp:1661: error: âiâ was not declared in this scope
bnet.cpp:1661: error: âEndIteratorâ was not declared in this scope
bnet.cpp:1668: error: âis_directoryâ was not declared in this scope
bnet.cpp:1670: error: âLastMatchâ was not declared in this scope
bnet.cpp:1692: error: âLastMatchâ was not declared in this scope
bnet.cpp:1757: error: âpathâ was not declared in this scope
bnet.cpp:1757: error: expected `;' before âMapPathâ
bnet.cpp:1761: error: âMapPathâ was not declared in this scope
bnet.cpp:1761: error: âexistsâ was not declared in this scope
bnet.cpp:1768: error: âdirectory_iteratorâ was not declared in this scope
bnet.cpp:1768: error: expected `;' before âEndIteratorâ
bnet.cpp:1769: error: expected `;' before âLastMatchâ
bnet.cpp:1772: error: expected `;' before âiâ
bnet.cpp:1772: error: âiâ was not declared in this scope
bnet.cpp:1772: error: âEndIteratorâ was not declared in this scope
bnet.cpp:1779: error: âis_directoryâ was not declared in this scope
bnet.cpp:1781: error: âLastMatchâ was not declared in this scope
bnet.cpp:1803: error: âLastMatchâ was not declared in this scope

What version of the product are you using? On what operating system?
17.0

Please provide any additional information below.
Opensuse 11.1

Original issue reported on code.google.com by hanisc...@googlemail.com on 17 May 2010 at 12:44

GoogleCodeExporter commented 9 years ago
Install boost-devel is the solution

Original comment by hanisc...@googlemail.com on 17 May 2010 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by smokemn...@gmail.com on 17 May 2010 at 4:57