You are Unregistered, please register to gain Full access.
    


RaGEZONE sponsored advertisment:

 
 
LinkBack (4) Thread Tools
Old 07-14-2009   #301 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jul 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Averything goes fine untill:
Code:
root@ramon-pc:/home/ramon/servercore/ascent/trunk# autoreconf --force --install
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
configure.ac:17: installing `./missing'
src/ascent-logonserver/Makefile.am: installing `./depcomp'
root@ramon-pc:/home/ramon/servercore/ascent/trunk# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
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... configure: error: Cannot find ssl libraries
root@ramon-pc:/home/ramon/servercore/ascent/trunk# make
make: *** No targets specified and no makefile found.  Stop.
Runter is offline   Reply With Quote
Old 07-14-2009   #302 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jul 2007
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

now i get this error when doing make

[CODE]Database/DBCStores.h: In member function
gexar is offline   Reply With Quote
Old 08-07-2009   #303 (permalink)
Member
 
Cheyne's Avatar
 
Rank: Hobbit
Join Date: Aug 2006
Location: Sydney, Australia
Posts: 47
Thanked 1 Time in 1 Post

Re: [Ascent][Linux]Tutorial - How To Create a Server

hey guys i got an issue im getting this

Code:
[wow@dragon trunk]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
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 -m elf_x86_64) 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... x64 feel teh power
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... a:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 6fb:20800:e3fd:bfebfbff
checking whether C compiler accepts -march=pentiumpro... no
checking whether C compiler accepts -mcpu=pentiumpro... no
checking whether C compiler accepts -mpentiumpro... no
checking for gcc architecture flag... unknown
configure: error: Cannot detect architecture of CPU
I have no idea like i got a
Intel core2duo CPU E6750
just not sure plus more info to help
Linux dragon 2.6.29.6-217.2.3.fc11.x86_64 #1 SMP Wed Jul 29 16:02:42 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

So you know what i am running :)

Regards

Cheyne
Cheyne is offline   Reply With Quote
Old 08-23-2009   #304 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Nov 2007
Posts: 9
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

I don't think this has been posted here yet, i could be wrong. I was having a lot of compiling issues including many I have seen posted. I finally found out what the problem was. Some SVN revisions i tried apparently were made on a windows computer which terminate lines in text files with CR-LF. Which is fine for windows but on linux this causes major problems because linux terminates lines with CR only and treats LF like a red headed step child.

If you did not understand any of that, don't worry about it. All you need to know is there is a way to fix all of the files.

First, you will need to install dos2unix, if your distro doesnt already have it.

On a Debian or other Linux distro that has apt-get you would do
Code:
sudo apt-get tofrodos
For other distros you need to do
Code:
sudo wget http://tofrodos.sourceforge.net/download/tofrodos-1.7.8.tar.gz
sudo tar xvfz tofrodos-1.7.8.tar.gz
Now that you have the files you need, we need to run a command to recursivly change all of the files in your trunk directory (because dos2unix doesnt have a recursive switch)
Code:
sudo dos2unix `find /path/to/your/trunk -type f`
Thats it! Just make sure you change what I've highlited to the path to your trunk directory.

After running that, the code compiled fine for me without errors.

Good luck everyone!
Kahuna0789 is offline   Reply With Quote
Old 09-15-2009   #305 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2009
Posts: 2
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Edit: nvm, i just need to find a working link for maps files and such.

Edit edit: Gah none of the map extractors work under wine

Last edited by envelope66; 09-17-2009 at 04:50 PM.
envelope66 is offline   Reply With Quote
Old 09-18-2009   #306 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jan 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Any idea how to solve this?
luuk@luuk-desktop:~/ascent/ascent/trunk$ autoreconf --force --install
autoreconf: `configure.ac' or `configure.in' is required
jaap is offline   Reply With Quote
Old 09-20-2009   #307 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2009
Posts: 2
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

i copied my configure.ac into the trunk folder and that made it work for some reason. :/

Edit: Does this svn repository work anymore? I keep getting the error message "svn: Can't find a temporary directory: Internal error" I've read that it either means something is wrong with the server, or you have no free space (and i have 20 gigs of free space).

Last edited by envelope66; 09-21-2009 at 02:40 AM.
envelope66 is offline   Reply With Quote
Old 09-27-2009   #308 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2007
Posts: 3
Thanked 0 Times in 0 Posts

thumbs up Re: [Ascent][Linux]Tutorial - How To Create a Server

thanks... will be trying it out immediatly...
SuperZ is offline   Reply With Quote
Old 10-11-2009   #309 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jan 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Originally Posted by envelope66 View Post
i copied my configure.ac into the trunk folder and that made it work for some reason. :/

Edit: Does this svn repository work anymore? I keep getting the error message "svn: Can't find a temporary directory: Internal error" I've read that it either means something is wrong with the server, or you have no free space (and i have 20 gigs of free space).
Well, in that case.
Where is that file and how do I copy it? ;)
Thanks in advance
jaap is offline   Reply With Quote
Old 11-07-2009   #310 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2009
Posts: 8
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

I cant find this files anymore
DBC FILES enGB
Maps enGB

I dont know what to do, that to download.
What should I do?
Tnx!
alehawk is offline   Reply With Quote
Old 11-07-2009   #311 (permalink)
Ascent Linux Expert
 
Rank: Member +
Join Date: Jan 2008
Location: Your Bios
Posts: 347
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

I have not been active on this board for a while, but I can still help you!

the DBC and map files can also be extracted. Thats actually better than just downloading them. Just google: "Extract DBC and MAP files wow" and you should find something. if it still doesnt work, let me know..


Best regards,
Seb
__________________
Developer of the Frostnet WoW Team

Have questions? email me
sebkinne@gmail.com

My Linux Ascent Server Tutorial
sebkinne is offline   Reply With Quote
Old 11-07-2009   #312 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2009
Posts: 8
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

tnx for your reply.
I found dome DBC files but the packs (including maps) are for Mangos :S
I cant find the scripts, maps and dbc's :S
Tnx
alehawk is offline   Reply With Quote
Old 11-07-2009   #313 (permalink)
Ascent Linux Expert
 
Rank: Member +
Join Date: Jan 2008
Location: Your Bios
Posts: 347
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

As I just said, you will have to extract them yourself:

http://www.reaper-x.com/2007/10/10/w...raction-guide/

Its for mangos, but HOW to extract these files is the same..

Regards,
Seb
__________________
Developer of the Frostnet WoW Team

Have questions? email me
sebkinne@gmail.com

My Linux Ascent Server Tutorial
sebkinne is offline   Reply With Quote
Old 11-07-2009   #314 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2009
Posts: 8
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Where can I get the scripts?
Tnx! (almost there :D)
alehawk is offline   Reply With Quote
Old 11-11-2009   #315 (permalink)
Alpha
 
Rank: Member
Join Date: Jul 2009
Posts: 142
Thanked 2 Times in 2 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

I get this error No rule to make target 'hearthstone_getopt.o', needed by 'libshared.a'. Stop

after running make, and after performing the dos2unix >< any ideas on how to solve this error?
Noaru is offline   Reply With Quote
Old 11-11-2009   #316 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Mar 2008
Posts: 6
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

I setup a Debian box to test this out on and I was rather surprised with the result.

I executed the following commands:
Code:
sudo apt-get install mysql-server mysql-client libmysql++-dev openssl build-essential subversion automake make libtool
mkdir wow
cd wow
svn co svn://svn.ascentemulator.net/ascent
cd ascent
cd trunk
mkdir bin
mkdir etc
autoreconf --force --install
Output:
Quote:
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
src/ascent-world/Makefile.am:5: variable `hearthstone_world_SOURCES' is defined but no program or
src/ascent-world/Makefile.am:5: library has `hearthstone_world' as canonic name (possible typo)
Is there something wrong with the actual source or am I forgetting a step? Any recommendation?
I know there is more steps after this, but I want to know up to this point what is wrong.

Last edited by FrugooScape; 11-11-2009 at 10:04 PM.
FrugooScape is offline   Reply With Quote
Old 11-13-2009   #317 (permalink)
Newbie
 
Canone's Avatar
 
Rank: Hobbit
Join Date: Nov 2006
Posts: 10
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

[root@outland trunk]# autoreconf --force --install
configure.ac:284: required file `src/scripts/src/LUAScripting/Makefile.in' not found
autoreconf: automake failed with exit status: 1



i have this problem, there is no folder named LUAScripting on last checkout :(
Canone is offline   Reply With Quote
Old 11-13-2009   #318 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Mar 2008
Posts: 6
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

Originally Posted by Canone View Post
[root@outland trunk]# autoreconf --force --install
configure.ac:284: required file `src/scripts/src/LUAScripting/Makefile.in' not found
autoreconf: automake failed with exit status: 1



i have this problem, there is no folder named LUAScripting on last checkout :(
Try downloading the files again from the SVN.
FrugooScape is offline   Reply With Quote
Old 11-17-2009   #319 (permalink)
Newbie
 
Canone's Avatar
 
Rank: Hobbit
Join Date: Nov 2006
Posts: 10
Thanked 0 Times in 0 Posts

Re: [Ascent][Linux]Tutorial - How To Create a Server

i have compiled arcemu but now i have this problem:


17:18 N [Arcemu] DBC: Loading DBC/SkillLine.dbc.
17:18 N [Arcemu] DBC: Loading DBC/Spell.dbc.
Assertion Failed: (m_heapBlock)
Location: Database/DBCStores.h(1584)
arcemu-world: Database/DBCStores.h:1584: bool DBCStorage<T>::Load(const char*, const char*, bool, bool) [with T = SpellEntry]: Assertion `m_heapBlock' failed.
Aborted (core dumped)
Canone is offline   Reply With Quote
 

Bookmarks

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f516/ascent-linux-tutorial-how-to-create-a-server-368969/
Posted By For Type Date
WoW Gratis Servers - Lista Servidores Piratas: Foros / ASCENT/ArcEmu y derivados / Como arrancar server en linux This thread Refback 03-29-2009 04:44 PM
[HELP] Configure and Compile - Linux Forums This thread Refback 03-28-2009 03:55 AM
[Ascent][Linux]Tutorial - How To Create a Server - GameGuides - Forum This thread Refback 03-27-2009 03:01 PM
How do i upload my WoW Server files? - VPSlink Forums This thread Refback 03-27-2009 03:46 AM



Translated by Google
Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Taiwanese Thai Turkish Ukrainian Vietnamese
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274