Ohhhhhhhhhhhhhhhhhhh, Thanks.. Very Good..
:) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :)
Printable View
Ohhhhhhhhhhhhhhhhhhh, Thanks.. Very Good..
:) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :)
I figured it out...
ok, first off. you need to run the following command (you need to have xargs and dos2unix installed, both packages are available via yum):
find . -type f | xargs dos2unix
that will convert all the files from dos syntax to unix based syntax. then you need to run this command
autoreconf -fi
then this command!
./configure
now try to make && make install and it should work!
How do i fix this error in debian?
: command not foundion.sh: line 2:
: command not foundion.sh: line 5:
: command not foundion.sh: line 17:
mv: cannot stat `svn_revision.h': No such file or directory
: command not foundion.sh: line 19:
configure: creating ./config.status
.infig.status: error: cannot find input file:
I get the same error...
: command not foundion.sh: line 2:
: command not foundion.sh: line 5:
: command not foundion.sh: line 17:
mv: cannot stat `svn_revision.h': No such file or directory
: command not foundion.sh: line 19:
configure: creating ./config.status
.infig.status: error: cannot find input file:
Any ideas on how to fix it..?
Ok thanks to jdog100 for writing how to fix the errors.
use
aptitude install tofrodos
to install the unix2dos command
then use
find . -type f | xargs dos2unix
autoreconf -fi
and you should be good to go.
I have a FULL page of errors about not having privilages so I will post a long terminal error secion from the bottom. I am a Linux n00b but am used to Mac OS X and Windows XP, Vista and 7.
This comes up when I "find . -type f | xargs dos2unix"
...dos2unix: No write permission for ./win/VC90/.svn/text-base/ascent-world.vcproj.svn-base. Use -f to force conversion.
dos2unix: No write permission for ./win/VC90/.svn/text-base/ascent-realmserver.vcproj.svn-base. Use -f to force conversion.
dos2unix: No write permission for ./win/VC90/.svn/all-wcprops. Use -f to force conversion.
dos2unix: No write permission for ./win/VC90/.svn/format. Use -f to force conversion.
dos2unix: No write permission for ./win/.svn/entries. Use -f to force conversion.
dos2unix: No write permission for ./win/.svn/prop-base/ascentVC90.sln.svn-base. Use -f to force conversion.
dos2unix: No write permission for ./win/.svn/text-base/ascentVC90.sln.svn-base. Use -f to force conversion.
dos2unix: No write permission for ./win/.svn/all-wcprops. Use -f to force conversion.
dos2unix: No write permission for ./win/.svn/format. Use -f to force conversion.
ian@ian-desktop:~/Documents/WoW/ascent/trunk$ find . -type f | xargs dos2unix -f
dos2unix: Unable to create temporary file for converting ./autom4te.cache/output.0.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/output.1.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/output.2.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/traces.1.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/requests.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/traces.0.
dos2unix: Unable to create temporary file for converting ./autom4te.cache/traces.2.
dos2unix: Unable to access file ./extras/collision/extractor/doc/The.
dos2unix: Unable to access file MoPaQ.
dos2unix: Unable to access file File.
dos2unix: Unable to access file Format.txt.
dos2unix: Unable to access file ./extras/collision/extractor/doc/.svn/prop-base/The.
dos2unix: Unable to access file MoPaQ.
dos2unix: Unable to access file File.
dos2unix: Unable to access file Format.txt.svn-base.
dos2unix: Unable to access file ./extras/collision/extractor/doc/.svn/text-base/The.
dos2unix: Unable to access file MoPaQ.
dos2unix: Unable to access file File.
dos2unix: Unable to access file Format.txt.svn-base.
dos2unix: Unable to access file ./TERM.
dos2unix: Unable to access file OF.
dos2unix: Unable to access file USE.
dos2unix: Unable to access file AGREEMENT.
dos2unix: Unable to access file ./.svn/prop-base/TERM.
dos2unix: Unable to access file OF.
dos2unix: Unable to access file USE.
dos2unix: Unable to access file AGREEMENT.svn-base.
dos2unix: Unable to access file ./.svn/text-base/TERM.
dos2unix: Unable to access file OF.
dos2unix: Unable to access file USE.
dos2unix: Unable to access file AGREEMENT.svn-base.
dos2unix: Unable to access file ./src/scripts/src/Script.
dos2unix: Unable to access file TO.
dos2unix: Unable to access file DO.txt.
dos2unix: Unable to access file ./src/scripts/src/.svn/prop-base/Script.
dos2unix: Unable to access file TO.
dos2unix: Unable to access file DO.txt.svn-base.
dos2unix: Unable to access file ./src/scripts/src/.svn/text-base/Script.
dos2unix: Unable to access file TO.
dos2unix: Unable to access file DO.txt.svn-base.
ian@ian-desktop:~/Documents/WoW/ascent/trunk$ autoreconf -fi
autom4te: cannot open autom4te.cache/requests: Permission denied
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
ian@ian-desktop:~/Documents/WoW/ascent/trunk$
Please help.
they are all files for svn updating i believe so dont worrie about that.
im still getting this though..
configure: creating ./config.status
.infig.status: error: cannot find input file:
Edit: Errors while running
sudo make
FIXEDCode:make[3]: *** [AddonMgr.o] Error 1
make[3]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk/src/ascent-world'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk'
make: *** [all] Error 2
Yupdead, how did you fix it, I have the same problem:
make[3]: *** [AddonMgr.o] Error 1
make[3]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk/src/ascent-world'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/noud/Documents/WoW2/ascent/trunk'
make: *** [all] Error 2
All the steps up to make work fine, when I make I get the error posted below
In file included from StdAfx.h:168,
from AddonMgr.cpp:20:
MapCell.h:39: warning:
i have the same prob :
is there a fix for this?Code:make all-recursive
make[1]: Entering directory `/home/foxwizzy/Documente/WoW/ascent/trunk'
Making all in src
make[2]: Entering directory `/home/foxwizzy/Documente/WoW/ascent/trunk/src'
Making all in ascent-shared
make[3]: Entering directory `/home/foxwizzy/Documente/WoW/ascent/trunk/src/ascent-shared'
make[3]: *** No rule to make target `hearthstone_getopt.o', needed by `libshared.a'. Stop.
make[3]: Leaving directory `/home/foxwizzy/Documente/WoW/ascent/trunk/src/ascent-shared'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/foxwizzy/Documente/WoW/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/foxwizzy/Documente/WoW/ascent/trunk'
make: *** [all] Error 2
EDIT: i locked a bit in to the "No rule to make target" and found out that the error ocores if the makefile for the component is not generated.So i think we need the "hearthstone_getopt.o" file for this?
I am following this topic since i started using linux Ubuntu 9.04 a month aggo on my server.
A WoW server in a virtual box is ok but i rather work without windows.
So thanx for the info so far.
I also got as far as the ones above btw. :thumbup1:
Code:make all-recursive
make[1]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk'
Making all in src
make[2]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk/src'
Making all in ascent-shared
make[3]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk/src/ascent-shared'
make[3]: *** No rule to make target `hearthstone_getopt.o', needed by `libshared.a'. Stop.
make[3]: Leaving directory `/home/sabre/Documents/WoW/ascent/trunk/src/ascent-shared'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sabre/Documents/WoW/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sabre/Documents/WoW/ascent/trunk'
make: *** [all] Error 2
I found something...I am not shure what it is...but a got the sudo make to work.Code:You have to update the LIB-ACE but not up to date on official depot so:
cd /root/
wget http://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.9.tar.gz
tar xvzf ACE-5.6.9.tar.gz
mv ACE_wrappers ACE
mkdir build
cd build
../configure --prefix=/home/trinity/.sys/
make
make install
In your case i gues you "cd /home/your/wow/server/folder/ascent/trunk/" not the root dir
I don't get the part were it says.
so i should do?Code:mkdir build
cd build
../configure --prefix=/home/trinity/.sys/
make
make install
bash: ../configure: No such file or directoryCode:mkdir build
cd build
../configure --prefix=/home/sabre/Documents/WoW//ascent/trunk/
make
make install
I feel like i am making a stupid mistake or don't get the obvious :/
What do i do wrong?
my bad...
Code:../configure --prefix=/home/you/server/dir/ascent/trunk/
a dot to much
./configure --prefix=/home/you/server/dir/ascent/trunk/
then it works
with sudo make i now get
[code]
sabre@1337Angel:~/Documents/WoW/ascent/trunk$ sudo make
make all-recursive
make[1]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk'
Making all in src
make[2]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk/src'
Making all in ascent-shared
make[3]: Entering directory `/home/sabre/Documents/WoW/ascent/trunk/src/ascent-shared'
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -fno-strict-aliasing -march=athlon64 -MT Log.o -MD -MP -MF .deps/Log.Tpo -c -o Log.o Log.cpp
Log.cpp: In member function
hi guys,
i run into problem described above:
I`ve tried ACE suggested fix and it does not help me.Code:make[3]: *** No rule to make target `hearthstone_getopt.o', needed by `libshared.a'. Stop
does anybody know way to figure out this ?
I would reccomend you to get the source again.
Check out my guide and see if there are any mistakes. What OS are you running? (This guide is based off of my guide)
Let me know and ill get back to you
hello very nice guide :)
i am going to be starting a public wow server with my friend very soon, i am new to linux so could i give you a shout if i need any help?
do u have msn ?
thanks
I'm getting several errors
after running configure, and running ./config.status I get:
Then running find . -type f | xargs dos2unixCode:.infig.status: error: cannot find input file:
then running makeCode:root@server:~/ascent/trunk# find . -type f | xargs dos2unix
dos2unix: Unable to access file ./.svn/text-base/TERM.
dos2unix: Unable to access file OF.
dos2unix: Unable to access file USE.
dos2unix: Unable to access file AGREEMENT.svn-base.
dos2unix: Unable to access file ./extras/collision/extractor/doc/.svn/text-base/The.
dos2unix: Unable to access file MoPaQ.
dos2unix: Unable to access file File.
dos2unix: Unable to access file Format.txt.svn-base.
dos2unix: Unable to access file ./extras/collision/extractor/doc/The.
dos2unix: Unable to access file MoPaQ.
dos2unix: Unable to access file File.
dos2unix: Unable to access file Format.txt.
dos2unix: Unable to access file ./extras/.svn/text-base/World.
dos2unix: Unable to access file ToDo.txt.svn-base.
dos2unix: Unable to access file ./extras/.svn/text-base/Spells.
dos2unix: Unable to access file ToDo.txt.svn-base.
dos2unix: Unable to access file ./extras/Spells.
dos2unix: Unable to access file ToDo.txt.
dos2unix: Unable to access file ./extras/World.
dos2unix: Unable to access file ToDo.txt.
dos2unix: Unable to access file ./TERM.
dos2unix: Unable to access file OF.
dos2unix: Unable to access file USE.
dos2unix: Unable to access file AGREEMENT.
dos2unix: Unable to access file ./src/scripts/src/.svn/text-base/Script.
dos2unix: Unable to access file TO.
dos2unix: Unable to access file DO.txt.svn-base.
dos2unix: Unable to access file ./src/scripts/src/Script.
dos2unix: Unable to access file TO.
dos2unix: Unable to access file DO.txt.
I've searched from top to bottom, and I have found no information on how to fix these errors 100%, it leads me to just running: find . -type f | xargs dos2unixCode:checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking uname -s for detecting host operating system... Linux
checking uname -m for detecting host operating system architecture... x86 oh noes i ran out of address space
checking whether byte ordering is bigendian... no
checking for svn... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for compress in -lz... yes
checking for ftime in -lcompat... no
checking for ssl... OpenSSL found in /usr
checking detecting network socket engine... epoll
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for epoll_ctl... yes
checking for mysql_config... /usr/bin/mysql_config
checking for MySQL libraries... yes
checking if MySQL version is >= 5.0... yes
checking lib pcre... (testing)
checking for pcre_study in -lpcre... yes
checking lib pcre... -lpcre
checking for gcc architecture flag...
checking for x86 cpuid 0 output... unknown
checking for x86 cpuid 1 output... unknown
checking whether C compiler accepts -march=pentiumpro... yes
checking for gcc architecture flag... -march=pentiumpro
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating src/Makefile
config.status: creating src/ascent-shared/Makefile
config.status: creating src/ascent-world/Makefile
config.status: creating src/ascent-logonserver/Makefile
config.status: creating src/ascent-voicechat/Makefile
config.status: creating src/ascent-realmserver/Makefile
config.status: creating src/scripts/Makefile
config.status: creating src/scripts/src/Makefile
config.status: creating src/scripts/src/GossipScripts/Makefile
config.status: creating src/scripts/src/InstanceScripts/Makefile
config.status: creating src/scripts/src/ServerStatusPlugin/Makefile
config.status: creating src/scripts/src/SpellHandlers/Makefile
config.status: creating src/scripts/src/ExtraScripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
====================================
Ascent configure report:
Core:
os: Linux
prefix: /root/ascent/trunk
architecture: x86
Database modules:
mysql: 5.0.67
Networking:
epoll (Linux)
Features:
voicechat: disabled
collision: disabled
clustering: disabled
Compiler version:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
LIBS=-lpcre -lz -lssl -lcrypto
CXXFLAGS=-I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro
LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib -lz -lssl -lcrypto -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lpcre
====================================
root@server:~/ascent/trunk# make
make all-recursive
make[1]: Entering directory `/root/ascent/trunk'
Making all in src
make[2]: Entering directory `/root/ascent/trunk/src'
Making all in ascent-shared
make[3]: Entering directory `/root/ascent/trunk/src/ascent-shared'
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT Log.o -MD -MP -MF .deps/Log.Tpo -c -o Log.o Log.cpp
Log.cpp: In member function 'void oLog::outTime()':
Log.cpp:76: warning: format not a string literal and no format arguments
Log.cpp: In member function 'void oLog::outString(const char*, ...)':
Log.cpp:95: warning: format not a string literal and no format arguments
Log.cpp:101: warning: format not a string literal and no format arguments
Log.cpp: In member function 'void oLog::outError(const char*, ...)':
Log.cpp:125: warning: format not a string literal and no format arguments
Log.cpp:136: warning: format not a string literal and no format arguments
Log.cpp: In member function 'void oLog::outDetail(const char*, ...)':
Log.cpp:155: warning: format not a string literal and no format arguments
Log.cpp:161: warning: format not a string literal and no format arguments
Log.cpp: In member function 'void oLog::outDebug(const char*, ...)':
Log.cpp:180: warning: format not a string literal and no format arguments
Log.cpp:186: warning: format not a string literal and no format arguments
Log.cpp: In member function 'void oLog::outColor(uint*** const char*, ...)':
Log.cpp:353: warning: format not a string literal and no format arguments
mv -f .deps/Log.Tpo .deps/Log.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT MemoryLeaks.o -MD -MP -MF .deps/MemoryLeaks.Tpo -c -o MemoryLeaks.o MemoryLeaks.cpp
mv -f .deps/MemoryLeaks.Tpo .deps/MemoryLeaks.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT MersenneTwister.o -MD -MP -MF .deps/MersenneTwister.Tpo -c -o MersenneTwister.o MersenneTwister.cpp
mv -f .deps/MersenneTwister.Tpo .deps/MersenneTwister.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT BufferPool.o -MD -MP -MF .deps/BufferPool.Tpo -c -o BufferPool.o BufferPool.cpp
mv -f .deps/BufferPool.Tpo .deps/BufferPool.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT Util.o -MD -MP -MF .deps/Util.Tpo -c -o Util.o Util.cpp
mv -f .deps/Util.Tpo .deps/Util.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT crc32.o -MD -MP -MF .deps/crc32.Tpo -c -o crc32.o crc32.cpp
mv -f .deps/crc32.Tpo .deps/crc32.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT hashmap.o -MD -MP -MF .deps/hashmap.Tpo -c -o hashmap.o hashmap.cpp
hashmap.cpp:77: warning: this decimal constant is unsigned only in ISO C90
mv -f .deps/hashmap.Tpo .deps/hashmap.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT Mutex.o -MD -MP -MF .deps/Mutex.Tpo -c -o Mutex.o `test -f 'Threading/Mutex.cpp' || echo './'`Threading/Mutex.cpp
mv -f .deps/Mutex.Tpo .deps/Mutex.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -D_BACKWARD_BACKWARD_WARNING_H -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -march=pentiumpro -MT ThreadPool.o -MD -MP -MF .deps/ThreadPool.Tpo -c -o ThreadPool.o `test -f 'Threading/ThreadPool.cpp' || echo './'`Threading/ThreadPool.cpp
Threading/ThreadPool.cpp: In member function 'void CThreadPool::ExecuteTask(ThreadContext*)':
Threading/ThreadPool.cpp:120: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:120: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp: In member function 'void CThreadPool::Startup(uint8)':
Threading/ThreadPool.cpp:134: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:134: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp: In member function 'void CThreadPool::ShowStats()':
Threading/ThreadPool.cpp:140: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:141: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:141: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:142: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:142: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:143: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:143: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:143: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:143: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:144: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:144: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:145: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp: In member function 'void CThreadPool::IntegrityCheck(uint8)':
Threading/ThreadPool.cpp:164: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:164: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:174: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:174: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:183: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:183: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:188: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp: In member function 'void CThreadPool::KillFreeThreads(uint32)':
Threading/ThreadPool.cpp:200: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:200: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp: In member function 'void CThreadPool::Shutdown()':
Threading/ThreadPool.cpp:220: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:220: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp:236: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:236: warning: right-hand operand of comma has no effect
Threading/ThreadPool.cpp: In function 'void* thread_proc(void*)':
Threading/ThreadPool.cpp:325: warning: left-hand operand of comma has no effect
Threading/ThreadPool.cpp:325: warning: right-hand operand of comma has no effect
mv -f .deps/ThreadPool.Tpo .deps/ThreadPool.Po
make[3]: *** No rule to make target `hearthstone_getopt.o', needed by `libshared.a'. Stop.
make[3]: Leaving directory `/root/ascent/trunk/src/ascent-shared'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ascent/trunk'
make: *** [all] Error 2
yet however, whenever that happens it just gets the above errors associated with it. I've done this twice now... So I have no idea what's wrong...
2 Noaru:
same as mine error. what distro do you have ?