Jump to content
Eternal Lands Official Forums

Beaverhunter

Members
  • Content count

    277
  • Joined

  • Last visited

About Beaverhunter

  • Rank
    Wood Sprite
  1. Current CVS errors

    Oki, been away abit but no errors except for the link errors are still present, that is: 1>Linking... 1>cal3d.lib(cal3d.dll) : error LNK2005: _CalSkeleton_GetBoneBoundingBox already defined in cal3d_wrapper.obj 1>cal3d.lib(cal3d.dll) : error LNK2005: _CalSkeleton_CalculateBoundingBoxes already defined in cal3d_wrapper.obj 1>C:\dev\Eternal Lands\EternalLands.exe : fatal error LNK1169: one or more multiply defined symbols found I can get elc to compile without errors if I comment these in cal3d_wrapper.cpp: extern "C" CAL3D_WRAPPER_API void CalSkeleton_GetBoneBoundingBox(CalSkeleton *self, float *min, float *max) { self->getBoneBoundingBox(min, max); } extern "C" CAL3D_WRAPPER_API void CalSkeleton_CalculateBoundingBoxes(struct CalSkeleton *self) { self->calculateBoundingBoxes(); } So are these functions even needed? With 0.11 rc2 they seem to be included inside cal3d.lib already. Do they differ in some way? If so, any suggestions to what I should do?
  2. Current CVS errors

    Oki, Grum nice, that fixed those errors. For Cal when upgrading to 0.11 rc2 I only get this on linking: 1>Linking... 1>cal3d.lib(cal3d.dll) : error LNK2005: _CalSkeleton_GetBoneBoundingBox already defined in cal3d_wrapper.obj 1>cal3d.lib(cal3d.dll) : error LNK2005: _CalSkeleton_CalculateBoundingBoxes already defined in cal3d_wrapper.obj 1>C:\dev\Eternal Lands\EternalLands.exe : fatal error LNK1169: one or more multiply defined symbols found Ooh and also: elconfig.obj : error LNK2001: unresolved external symbol _video_info_sent If I use USE_SEND_VIDEO_INFO.
  3. Current CVS errors

    I get the Cal errors mentioned above aswell as: 1>sendvideoinfo.cpp 1>.\sendvideoinfo.cpp(126) : error C2039: 'transform' : is not a member of 'std' 1>.\sendvideoinfo.cpp(126) : error C3861: 'transform': identifier not found
  4. Current CVS errors

    So... It's been some days now and nothing happening to these errors: 1>Compiling... 1>parser.c 1>c:\dev\elc\books\parser.h(41) : error C2146: syntax error : missing ')' before identifier 'doc' 1>c:\dev\elc\books\parser.h(41) : error C2081: 'xmlDocPtr' : name in formal parameter list illegal 1>c:\dev\elc\books\parser.h(41) : error C2061: syntax error : identifier 'doc' 1>c:\dev\elc\books\parser.h(41) : error C2059: syntax error : ';' 1>c:\dev\elc\books\parser.h(41) : error C2059: syntax error : ')' 1>.\books\parser.c(63) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(63) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(63) : error C2059: syntax error : ';' 1>.\books\parser.c(63) : error C2059: syntax error : ')' 1>.\books\parser.c(77) : error C2146: syntax error : missing ')' before identifier 'doc' 1>.\books\parser.c(77) : error C2081: 'xmlDocPtr' : name in formal parameter list illegal 1>.\books\parser.c(77) : error C2061: syntax error : identifier 'doc' 1>.\books\parser.c(77) : error C2059: syntax error : ';' 1>.\books\parser.c(77) : error C2059: syntax error : ')' 1>.\books\parser.c(78) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(78) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(78) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(78) : error C2059: syntax error : ';' 1>.\books\parser.c(78) : error C2059: syntax error : ')' 1>.\books\parser.c(79) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(79) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(79) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(79) : error C2059: syntax error : ';' 1>.\books\parser.c(79) : error C2059: syntax error : ')' 1>.\books\parser.c(80) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(80) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(80) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(80) : error C2059: syntax error : ';' 1>.\books\parser.c(80) : error C2059: syntax error : ')' 1>.\books\parser.c(81) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(81) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(81) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(81) : error C2059: syntax error : ';' 1>.\books\parser.c(81) : error C2059: syntax error : ')' 1>.\books\parser.c(82) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(82) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(82) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(82) : error C2059: syntax error : ';' 1>.\books\parser.c(82) : error C2059: syntax error : ')' 1>.\books\parser.c(83) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(83) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(83) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(83) : error C2059: syntax error : ';' 1>.\books\parser.c(83) : error C2059: syntax error : ')' 1>.\books\parser.c(84) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(84) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(84) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(84) : error C2059: syntax error : ';' 1>.\books\parser.c(84) : error C2059: syntax error : ',' 1>.\books\parser.c(84) : error C2059: syntax error : ')' 1>.\books\parser.c(85) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(85) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(85) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(85) : error C2059: syntax error : ';' 1>.\books\parser.c(85) : error C2059: syntax error : ')' 1>.\books\parser.c(86) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(86) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(86) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(86) : error C2059: syntax error : ';' 1>.\books\parser.c(86) : error C2059: syntax error : ')' 1>.\books\parser.c(87) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(87) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(87) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(87) : error C2059: syntax error : ';' 1>.\books\parser.c(87) : error C2059: syntax error : ')' 1>.\books\parser.c(88) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(88) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(88) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(88) : error C2059: syntax error : ';' 1>.\books\parser.c(88) : error C2059: syntax error : ',' 1>.\books\parser.c(88) : error C2059: syntax error : ')' 1>.\books\parser.c(89) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(89) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(89) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(89) : error C2059: syntax error : ';' 1>.\books\parser.c(89) : error C2059: syntax error : ')' 1>.\books\parser.c(90) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(90) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(90) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(90) : error C2059: syntax error : ';' 1>.\books\parser.c(90) : error C2059: syntax error : ')' 1>.\books\parser.c(92) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(92) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(92) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(92) : error C2059: syntax error : ';' 1>.\books\parser.c(92) : error C2059: syntax error : ')' 1>.\books\parser.c(93) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(93) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(93) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(93) : error C2059: syntax error : ';' 1>.\books\parser.c(93) : error C2059: syntax error : ')' 1>.\books\parser.c(94) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(94) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(94) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(94) : error C2059: syntax error : ';' 1>.\books\parser.c(94) : error C2059: syntax error : ')' 1>.\books\parser.c(95) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(95) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(95) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(95) : error C2059: syntax error : ';' 1>.\books\parser.c(95) : error C2059: syntax error : ')' 1>.\books\parser.c(95) : fatal error C1003: error count exceeds 100; stopping compilation 1>main.c 1>.\main.c(357) : error C2065: 'win_command_line' : undeclared identifier 1>fontdef.c 1>.\books\fontdef.c(25) : error C2065: 'datadir' : undeclared identifier Are people having their vacations now or what's up?
  5. Current CVS errors

    Howdy folks. Here I come with some errors again;D : 1>Compiling... 1>url.c 1>.\url.c(9) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory 1>paste.c 1>c:\dev\elc\paste.h(53) : fatal error C1083: Cannot open include file: 'X11/Xlib.h': No such file or directory 1>parser.c 1>c:\dev\elc\books\parser.h(41) : error C2146: syntax error : missing ')' before identifier 'doc' 1>c:\dev\elc\books\parser.h(41) : error C2081: 'xmlDocPtr' : name in formal parameter list illegal 1>c:\dev\elc\books\parser.h(41) : error C2061: syntax error : identifier 'doc' 1>c:\dev\elc\books\parser.h(41) : error C2059: syntax error : ';' 1>c:\dev\elc\books\parser.h(41) : error C2059: syntax error : ')' 1>.\books\parser.c(63) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(63) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(63) : error C2059: syntax error : ';' 1>.\books\parser.c(63) : error C2059: syntax error : ')' 1>.\books\parser.c(77) : error C2146: syntax error : missing ')' before identifier 'doc' 1>.\books\parser.c(77) : error C2081: 'xmlDocPtr' : name in formal parameter list illegal 1>.\books\parser.c(77) : error C2061: syntax error : identifier 'doc' 1>.\books\parser.c(77) : error C2059: syntax error : ';' 1>.\books\parser.c(77) : error C2059: syntax error : ')' 1>.\books\parser.c(78) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(78) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(78) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(78) : error C2059: syntax error : ';' 1>.\books\parser.c(78) : error C2059: syntax error : ')' 1>.\books\parser.c(79) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(79) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(79) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(79) : error C2059: syntax error : ';' 1>.\books\parser.c(79) : error C2059: syntax error : ')' 1>.\books\parser.c(80) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(80) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(80) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(80) : error C2059: syntax error : ';' 1>.\books\parser.c(80) : error C2059: syntax error : ')' 1>.\books\parser.c(81) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(81) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(81) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(81) : error C2059: syntax error : ';' 1>.\books\parser.c(81) : error C2059: syntax error : ')' 1>.\books\parser.c(82) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(82) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(82) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(82) : error C2059: syntax error : ';' 1>.\books\parser.c(82) : error C2059: syntax error : ')' 1>.\books\parser.c(83) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(83) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(83) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(83) : error C2059: syntax error : ';' 1>.\books\parser.c(83) : error C2059: syntax error : ')' 1>.\books\parser.c(84) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(84) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(84) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(84) : error C2059: syntax error : ';' 1>.\books\parser.c(84) : error C2059: syntax error : ',' 1>.\books\parser.c(84) : error C2059: syntax error : ')' 1>.\books\parser.c(85) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(85) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(85) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(85) : error C2059: syntax error : ';' 1>.\books\parser.c(85) : error C2059: syntax error : ')' 1>.\books\parser.c(86) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(86) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(86) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(86) : error C2059: syntax error : ';' 1>.\books\parser.c(86) : error C2059: syntax error : ')' 1>.\books\parser.c(87) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(87) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(87) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(87) : error C2059: syntax error : ';' 1>.\books\parser.c(87) : error C2059: syntax error : ')' 1>.\books\parser.c(88) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(88) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(88) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(88) : error C2059: syntax error : ';' 1>.\books\parser.c(88) : error C2059: syntax error : ',' 1>.\books\parser.c(88) : error C2059: syntax error : ')' 1>.\books\parser.c(89) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(89) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(89) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(89) : error C2059: syntax error : ';' 1>.\books\parser.c(89) : error C2059: syntax error : ')' 1>.\books\parser.c(90) : error C2146: syntax error : missing ')' before identifier 'node' 1>.\books\parser.c(90) : error C2081: 'xmlNodePtr' : name in formal parameter list illegal 1>.\books\parser.c(90) : error C2061: syntax error : identifier 'node' 1>.\books\parser.c(90) : error C2059: syntax error : ';' 1>.\books\parser.c(90) : error C2059: syntax error : ')' 1>.\books\parser.c(92) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(92) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(92) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(92) : error C2059: syntax error : ';' 1>.\books\parser.c(92) : error C2059: syntax error : ')' 1>.\books\parser.c(93) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(93) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(93) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(93) : error C2059: syntax error : ';' 1>.\books\parser.c(93) : error C2059: syntax error : ')' 1>.\books\parser.c(94) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(94) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(94) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(94) : error C2059: syntax error : ';' 1>.\books\parser.c(94) : error C2059: syntax error : ')' 1>.\books\parser.c(95) : error C2146: syntax error : missing ')' before identifier 'attr' 1>.\books\parser.c(95) : error C2081: 'xmlAttrPtr' : name in formal parameter list illegal 1>.\books\parser.c(95) : error C2061: syntax error : identifier 'attr' 1>.\books\parser.c(95) : error C2059: syntax error : ';' 1>.\books\parser.c(95) : error C2059: syntax error : ')' 1>.\books\parser.c(95) : fatal error C1003: error count exceeds 100; stopping compilation 1>main.c 1>.\main.c(357) : error C2065: 'win_command_line' : undeclared identifier 1>fontdef.c 1>.\books\fontdef.c(25) : error C2065: 'datadir' : undeclared identifier 1>elpathwrapper.c 1>.\io\elpathwrapper.c(25) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
  6. Current CVS errors

    Oki, just updated CVS and alot got updated it seems but minimal error came along (Good job). Only this: 1>actor_scripts.c 1>.\actor_scripts.c(885) : error C2065: 'M_PI' : undeclared identifier
  7. Current CVS errors

    Current error (first present some day(s) ago): 1>paste.c 1>.\paste.c(84) : error C2065: 'SDL_SysWMInfo' : undeclared identifier 1>.\paste.c(84) : error C2146: syntax error : missing ';' before identifier 'info' 1>.\paste.c(84) : error C2065: 'info' : undeclared identifier 1>.\paste.c(89) : error C2224: left of '.version' must have struct/union type 1>.\paste.c(89) : error C2224: left of '.version' must have struct/union type 1>.\paste.c(89) : error C2224: left of '.version' must have struct/union type 1>.\paste.c(92) : error C2224: left of '.window' must have struct/union type 1>.\paste.c(92) : error C2198: 'OpenClipboard' : too few arguments for call
  8. Current CVS errors

    Yep, it seems to be fixed. Thanks!
  9. Current CVS errors

    Oki, not many new errors lately but these showed up some day ago: 1>Compiling... 1>elpawn.c 1>.\pawn\elpawn.c(305) : error C2065: 'EVENT_PAWN_TIMER' : undeclared identifier 1>amxel.c 1>.\pawn\amxel.c(110) : error C2065: 'M_PI' : undeclared identifier Am I missing some file or how can this have passed through your compilers? Is doesn't look like the general MSVS thing?
  10. Oscilating effect for cooldown in inventory

    This really needs some more testing before really put into use =S It looks really bad right now, in my opinion... all it does is adding flickering which is annoying for the eye to even look at, so I'm not very pleased with this feature. But I understand it's in a changing/tuning state right now, so we'll see later.
  11. Bad lights on maps

    Nice, seems like a good script. However this might not be completely on topic but it's still in the same matter: When trying to fix "bad" lights, it should also be considered to fix "missing" lights, some maps lack lighting badly, especially caves. Using the New Lighting, which I know isn't completely approved and done yet, it reveals these kind of problems. Currently the client relies on the "flat" lighting system that barely requires any proper lighting sources placed. And I do assume we are leaving this kind of lighting soon so it would be nice if someone started to check this aswell. Sorry if it's abit off topic.
  12. Current CVS errors

    Win vs Linux: Yes we shouldn't discuss this here I guess but in very short my point is/was: Windows does everything you need and can do even more, and 95-99% of the world uses it and likes having working programs and games in front of overdriven security. I have no problems with any security issues and I use the comp ALOT, that's good enough for me, end of topic. EL path: Torg: It was meant to be abit of a joke but at the same time it's true, the everyday windows user doesn't need anything else but a few shortcuts on the desktop, while linux users seems to need a 1500page manual in their knee to come up with every command needed for the features that differs from what windows allready has. And well if it shares settings, will it also share the port setting? If so that would mean I cannot have one folder with test server stuff and one with real server stuff, which I have now (or before at least), working flawlessly. But well I guess there are bigger issues to take care of, but I'm abit suprised to see that features barely needed (in my opinion) are being prioritized for the first time now (don't mean to be offending about this but there are several times in the past I'm refering to (but no I won't give you those examples, you should know that it's true)). But well keep up the good work. I'll post if I get any compile errors, sorry for going abit offtopic.
  13. Current CVS errors

    So that you don't have to be in the directory to execute it? Not all operating systems stick the executable into a folder along with the data - *nix systems generally put them in /bin or /usr/bin, where the executable can be called from anywhere (much like System32 on a windows machine). Here, I'd run 'el', which is located in /usr/bin, while my data is actually located in /usr/share/eternallands . On windows, I could theoretically have something like this as well. Well why seriously would you ever want to do that? Maybe with Linux you guys are used to having all in black and white and consoles all over the place.... in Windows there is a thing called Shortcuts, I have a folder on my desktop basicly called Games and from there I can access everything I need. And if Linux works like that it seems to suck quite badly, there are good reasons to why you shouldn't put everything in one folder. But well I guess its up to you to use Linux or not, I'm not at least. Kibora: As I said I only encountered the problem at first then I checked error log and it said something about cannot find some sound in usr/bin or something so I opened el.ini, went for #data_dir and put in my path to EL folder. So for me this now works without any exits at login or alike, I haven't done anything but harvesting lately though so I cannot speak for if the CVS version is bugfree in the other departments and with the new features. But at least I know the shaders ain't working (see previous posts), but I can live without that for now.
  14. Current CVS errors

    Oki, the gl.h errors are fixed, thanks Kibora. But this is a LOCAL solution, whenever someone tries to compile with MSVS 2k5 it will happen again so this is a BAD solution, but well at least some progress. ttlanhil: If you are talking about gl.h being "out of date" then maybe so but I doubt it. If you are talking about glext.h being out of date then I doubt it even more, I probably got the same version as anyone else of you, a definition of the missing glTexImage3D is in that file aswell as in SDL_opengl.h, as I showed in my post before, glext.h is not a PlatformSDK include, it was downloaded and put into ELC lib. Or are you talking about opengl32.lib ? But as I also posted before, the guy on that link had exactly the same problem, it was solved by defining it inside the code somewhere. How to do this exactly is nothing I can tell you right now, you probably have much more of a clue on how to do this. And if you are afraid of that it might interfer with something just do the def inside a #ifdef MSVS. Update: Oki, I took away all the shader stuff and having gl.h including windows.h and it compiles. First the client just exited on load though but I checked the error log and it turned out I needed a data dir specified? I have read something about it elsewhere on the forum but well what is it really good for to have a data dir? Why would anyone have eternallands.exe in another directory? Lazyness of some sort?
  15. Current CVS errors

    Oki the asc.c got fixed... the other remains... The problem is that I'm NOT even using USE_SHADER!, I just tried with it and I got same error... so it doesn't seem to be related. I didn't get this error from just a day ago (as you have seen I reported only LNK error before, now I got all that gl.h crap after some recent change you made). Update: Kibora: Oki I'll try that, going for a walk now though.
×