NavigationUser login |
Ubuntu errors@ubuntu:~$ cd /home/pass/Desktop/swlpcsourceforge/ @ubuntu:~/Desktop/swlpcsourceforge$ ./configure --host='i686-pc-linux > ./make --host='1686-pc-linux loading cache ./config.cache @ubuntu:~/Desktop/swlpcsourceforge$ what executable is it trying to open? don't tell me you have a windows executable in the compiler for swlpc :D Looks like configure worksLooks like configure works for you now. What happens when you just do 'make' ? oh wait, it's trying tooh wait, it's trying to create the executable for the swlpc mud. oh my. suggestion: for windowssuggestion: for windows users, the steps for installing and using YOU HAVE TO BE RUNNING LINUX. ==1. Go the swlpc site http://swlpc.sourceforge.net/?q=downloads, click the download link and download the 'mlib & swlpc' package. 2. Did I mention you need to be running Linux? 3. You'll need "Wine", a program that allows you to open windows executable files. Every linux version has a slight variation on how to install this program but the easiest way is to use the internal commands on the terminal window of linux. On ubuntu the command is sudo apt-get install wine 4. The method for running Wine to open an executable differs, but generally speaking, you -open the terminal window for Linux wine /home/timbucktwo/Desktop/aerodynamic.exe 5. now you change the directory to the swlpcsourceforge folder, where ever you've downloaded it to. desktop is the easiest location for finding new downloads. in the terminal window type thusly: cd /home/your login name/the location of the swlpcsourceforge folder for example, cd /home/timbucktwo/Desktop/swlpcsourceforge/ 6. Now type configure or type bash configure or type (there's several options, you just have to find the one that works with your version of linux) ./configure --host='i686-pc-linux 7. Now you're going to "make" the file. It produces an executable file that requires a gcc compiler. If the compiler is not on your linux system, download the whole kit and kaboodle from here http://ftp.gnu.org/pub/gnu/gcc/gcc-2.95.3.tar.gz (still trying to get the gcc compilers installed. seems this particular version of ubuntu is not a recognized meta-package. i chose ubuntu studio because it has lots of stuff i might need for game creation (art, music, video software), but it's still not recognized as a ubuntu linux version. when i figure out this problem, i'll post the next step... hopefully. I dont understand what youI dont understand what you need wine for. Are you trying to run the mud client on Linux with wine? If so I'd be surprised if that worked. Regarding 'gcc' strange Ubuntu doesn't have it. I have yet to try a Linux distribution that doesn't have it. Eg I've tried Redhat, Fedora and Knoppix. I thought Ubuntu was a much bigger Linux distribution than Knoppix. i'm on kubuntu now. ati'm on kubuntu now. at least it doesn't make that gosh awful whoosh, whir sound with my cpu fan. will find out shortly what software it still needs to run swlpc well don't you run yourwell don't you run your wizardclient.exe from linux? if so, it isn't going to run unless you have wine to open it. same for the 3dmudclient.exe package. can't even open it without wine. doesn't it need to go in the swlpc folder? on the swlpc package it says to put the client in the swlpc folder. can't do that unless it's been unzipped and the .exe file run so your swlpc can access it. apparently the version of ubuntu i was using, is not officially recognized because it doesn't have things like gcc. :D can't even update it. had to uninstall. i'm installing kubuntu with wubi instead, due to the fact it has a friendlier learning curve ... i hope. found info on gnu compilerfound info on gnu compiler collection. look at all the gcc compilers! oh, nevermind. installing the whole thing. how in the sam hill did youhow in the sam hill did you make this game? lol You need to understandYou need to understand client and server. 99% of all muds run on a Linux server (including SWLPC) but most people connecting to the mud will be running windows. Therefore the client (eg putty) will be running on windows. So the client (eg WOW, this 3D mud client) is usually written in Windows while the server is usually Linux. You need to think in terms of client and server as totally different things. so when and if, i ever getso when and if, i ever get swlpc running, it's just the server for the 3dmud or the mud? i thought it was the brains of the game, not the server. guess i'm even more confused than i thought. the server is all the data together? and an update. this oneand an update. this one didn't have gcc either. sudo apt-get install gcc build-essential didn't do any good. thisdidn't do any good. this linux is the third one i've encountered that doesn't have runit or runit2 and refuses to install them under the pretext that it would break something else. so apparently, they have an equivalent function that does what runit does, but i don't know what that would be. this is not looking verythis is not looking very good. it seems the only way to use swlpc is if you're running an older version of linux. how old, is the question. and i think wubi only installs the latest builds of whichever version you pick from their list, which is ubuntu-based, only. for example, i can't install knoppix with wubi and it probably wouldn't help if i could since it may have also done away with runit on its newest versions. tried chmoding it @ubuntu:~/Desktop/swlpcsourceforge$ chmod +x runit2 @ubuntu:~/Desktop/swlpcsourceforge$ ./runit2 @ubuntu:~/Desktop/swlpcsourceforge$ runit2 @ubuntu:~/Desktop/swlpcsourceforge$ bash runit2 tried the same command line as the make and configure and lo and behold, it didnt give me an error message, it just changed lines and sat there. so now i'm trying to test if i did it right, but can't figure how to use telnet on this thing @ubuntu:~/Desktop/swlpcsourceforge$ ./runit2 --host='1686-pc-linux nothing on the web aboutnothing on the web about accessing telnet on kubuntu. telnet: Unable to connect to remote host: Invalid argument and telnet open 3302, didn't work. i'm guessing the runit2 thing didn't work afterall. Did the 'configure' andDid the 'configure' and 'make' go ok? Sounds like its running the .so files I compiled on Knoppix which wouldn't be compatible with Ubuntu. okay, so it looks i'm gonnaokay, so it looks i'm gonna have to run knoppix, regardless. what version of knoppix are you running and what packages do you have installed to it? to save me the trouble of having to guess what it needs. No, if you run 'configure'No, if you run 'configure' then 'make' it will compile SWLPC on whatever Linux distribution you are using. well here i am again.well here i am again. :D lol riiiiiiiiight. :) youlol riiiiiiiiight. :) you realize (most of this due to my ineptness when it comes to linux), i've installed and uninstalled, knoppix, ubuntu studio, kubuntu, puppy linux, damn small linux, colinux and LINA, as well as wubi and vmware (some of them TWICE and vmware 4 times). i think i'll play it safe and just partition my c drive and stick knoppix on it. trying to run it in vmware was a mistake. vmware is too small. i can't afford the other one, as it's nearly 100 dollars and as i mentioned before, hubby's still in the testing process for the post office. i have 2 cpus, so this shouldn't be a problem (famous last words). one of them is running recovery (on the d drive). the other is running windows (on the c drive). the c drive is huge. windows is only using 64 gigabytes. there's still 162 gigabytes left. that should sufficient for knoppix, yes? and if all it takes is to configure and make, then it shoulda worked but it didn't :) To run the 3d mud clientTo run the 3d mud client with SWLPC you've got 3 options: 1. Have one PC and run vmware with Linux and run SWLPC on VMWare and run the 3d mud client on windows 2. Buy a second computer and run Linux on it and run SWLPC and connect to it with the 3d mud client on your windows computer 3. Buy a wolfpaw account and run SWLPC over the internet and connect with the 3D mud client By running SWLPC on Linux on a partition with one PC you won't be able to run the mud client and SWLPC at the same time. ohhhh, i see the problem.ohhhh, i see the problem. wubi gave me access towubi gave me access to windows at the same time, i just had to click on the little hard drive box and it would pop up my windows desktop. Looks interesting. NeverLooks interesting. Never heard of it before. VMWare workstation do youVMWare workstation do you mean? I'm not familiar with vmware player. no, just player. player isno, just player. player is the same thing as workstation but smaller. i could try the workstation demo but when it expires, won't i lose all my data? wonder if the open source community has something similar to workstation? I know microsoft have gotI know microsoft have got something like vmware but I don't think its free. The only vmware software I've used is the workstation so I can't really give you any advice regarding the other vmware software you are trying. it asks me how big to makeit asks me how big to make the virtual disk, what size do you suggest if i have okay, well i give thesee my comment directly above this one For knoppix I think I had itFor knoppix I think I had it quite small. About 100meg. Probably more than you need. |
one last shot. see the new
one last shot. see the new thread