Search found 155 matches

by huw
Sun Feb 05, 2006 4:35 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

Ops :oops: Copied the platform SDK files to the include and lib directory but completely forgot about the directx sdk. I have copied the directx SDK files which seems to have reduced the files. I still seem to be getting a few errors and lots of warnings. I have attached the full compile log and jus...
by huw
Sat Feb 04, 2006 10:33 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

Seem to have fixed the cURL problems but I still haven't manged to compile it 100% yet :(

/edit attached compile log because it went over the message limit
:?
by huw
Sat Feb 04, 2006 5:32 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

Copied the includes / libs.

Are there any problems apart from the one with cURL which I haven't sorted out yet?

/edit: snipped old build log
by huw
Sat Feb 04, 2006 2:17 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

I have installed the Platform SDK but I am getting the same error. I am assuming this is because it hasn't added the files to the right place or set the path variable correctly. I tried the "add pdsdk directorys to Visual studio" link but that didn't seem to work probably because the PDSDK...
by huw
Fri Feb 03, 2006 8:52 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

I assume by Windows SDK you mean the platform sdk?

I'll download them and see what error I get next :lol-old:
by huw
Wed Feb 01, 2006 5:24 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

anyone?
by huw
Wed Feb 01, 2006 5:22 pm
Forum: Game Releases and Versions
Topic: BZFlag beta build 2.0.5b5
Replies: 25
Views: 19249

Thanks. Hopefully I should get my VS2005 CVS working soon and then I won't need these anymore :lol-old: I played b5 for a while now that my internet connection is working and lag free. The only problems I get is when starting and exiting the game the screen goes black for 10 seconds like the PC is g...
by huw
Tue Jan 24, 2006 4:21 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

It is probably just some lag on my side or something as I don't get the problem in 2.0.x
by huw
Fri Jan 20, 2006 10:55 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

I played around with it a bit more. The only issue I am having is that the sounds lag severly. The wav files are what they should be.

Is this an issue with the way I have compiled it or the CVS?
by huw
Fri Jan 20, 2006 10:54 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

Right thanks. Just took my ages to learn how to compile on Dev-C++.

On Dev-C++ the libraries go in C:\dev-cpp\lib

Where do I put them with Visual Studio?

Thanks

/edit: I think I put the cURL files in the right place.

/edit: snipped old log
by huw
Fri Jan 20, 2006 6:55 pm
Forum: Game Releases and Versions
Topic: HAPPY BIRTHDAY BZFLAG VERSION 2.X!
Replies: 17
Views: 10511

Have birthday Bzflag!

No more stable releases for me, CVS all the way :lol-old:
by huw
Fri Jan 20, 2006 7:09 am
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Thanks
by huw
Thu Jan 19, 2006 9:15 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

It has compiled fine, thanks for all your help.

Some questions.

1) How can I compile without SDL (and use ?OpenGL instead)?

2) At the moment I have the 2.1.x line. As well as having the latest build I would also like to be able to use the latest 2.0.x. How do I set this up in tortoisecvs?
by huw
Wed Jan 18, 2006 4:26 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Used the files from the package you gave me (which updated my cURL from 7.14 to 7.15.) Still got the same error but I updated CVS and now I get: C:/Dev-Cpp/lib/libmingw32.a(main.o):main.c:(.text+0x106): undefined reference to `WinMain@16' collect2: ld returned 1 exit status make.exe: *** [../src/bzf...
by huw
Tue Jan 17, 2006 9:33 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Updated CVS. Now I get the error: ../src/bzflag/clientCommands.cxx: In function `std::string cmdScreenshot(const std::string&, const std::vector<std::string, std::allocator<std::string> >&, bool*)': ../src/bzflag/clientCommands.cxx:647: error: `DIR' undeclared (first use this function) ../sr...
by huw
Tue Jan 17, 2006 8:09 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

It is but that error still occurs :(
by huw
Mon Jan 16, 2006 8:31 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Well -lcurl was already there before I tried adding ld.exe again.

Or do you mean -lcurl on its own?
by huw
Sat Jan 14, 2006 9:01 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

I had added -lcurl back as I deleted the Dev-C++ files and then got them again from CVS. In the project options in dev-c++ it does not have ld.exe shown, but I think that is because it hides it. I will try adding it anyway. Current linker info: -lmingw32 -lstdc++ -lsdl -lcurl -lares -lws2_32 -ldsoun...
by huw
Sat Jan 14, 2006 9:45 am
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Thanks again. libares.dev had a few warning but it built fine. A new compile on bzflag now throws up: ../Dev-C++/cURLManager.o:cURLManager.cxx:(.text+0x1dd): undefined reference to `_imp__curl_easy_init' ../Dev-C++/cURLManager.o:cURLManager.cxx:(.text+0x23a): undefined reference to `_imp__curl_easy_...
by huw
Fri Jan 13, 2006 4:14 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

Thanks lan. I did indeed get the cURL files from curl.haxx.se. I will try your files in the correct location and see how I go! An update: I installed copyed the files over for SDL. I also found that it is possible to install them through the dev-c++ package manager. I now get the error: cannot find ...
by huw
Thu Jan 12, 2006 8:46 pm
Forum: Help: Source Code / Compiling / Development
Topic: VS2005
Replies: 23
Views: 10820

VS2005

Has anyone managed to compile 2.0.x CVS with VS2005?

If so how?

Thanks
by huw
Thu Jan 12, 2006 8:45 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

I tried removing -lsdsl (as I could use the alternative. Is is directx or opengl :?: ) It then said it couldnt find -lcurl. Removing -lcurl caused it to crash. Looks like there is some sort of problem with the dev-c++ files (or I have the SDL and curl files in the wrong place :oops:) I would really ...
by huw
Mon Jan 09, 2006 8:49 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

OK I have the following SDL files: begin_code.h close_code.h libSDL.a libSDL.dll.a libSDL.la libSDLmain.a SDL.c SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_copying.h SDL_cpuinfo.h SDL_endian.h SDL_error.c SDL_error.h SDL_error_c.h SDL_events.h SDL_fatal.c SDL_fatal.h SDL_getenv.c ...
by huw
Mon Jan 09, 2006 1:57 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Lag Problem
Replies: 9
Views: 2900

I just did a traceroute to my favourite server (viper2.pimpi.org) Tracing route to menegroth.pimpi.org [217.20.127.212] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms 192.168.0.1 2 104 ms 81 ms 93 ms 217.47.206.58 3 90 ms 93 ms 99 ms 217.47.72.161 4 76 ms 80 ms 76 ms 217.41.169.13 5 73 ms 83 ms 89 m...
by huw
Sun Jan 08, 2006 5:00 pm
Forum: Help: Source Code / Compiling / Development
Topic: cannot find -lsdl
Replies: 25
Views: 13122

I already copied over all the SDL files I thought were required. Where do I put the librarys (in case I have done it wrong)?