Author Topic: Problem with cel  (Read 3048 times)

AryHann

  • Veteran
  • *
  • Posts: 1244
  • WonderWoman
    • View Profile
(No subject)
« Reply #15 on: April 06, 2005, 09:17:33 am »
Probably you have CS with a version with libcrystalspace.lib and CEL instead still seeking for the others libs.

You can solve the problem in two ways:
1) Try to get an older version of CS (you can check in the history file on the CVS when the changement took place, probably around the 25th of March)
2)Get a newer version of CEL (maybe the same date as the CS one is better) and update the project files so they search for the right library.

Ary
AryHann

http://www.reflex.lth.se/culture/annelov - Virtual Annelöv -
Engine Dep. - One of Talad's Angels - Aka ww & Ahrijani's Goddess

DivineLight

  • Hydlaa Resident
  • *
  • Posts: 181
    • View Profile
(No subject)
« Reply #16 on: April 06, 2005, 09:57:15 am »
I got those libs. I was lucky to get help from jorrit, he told me how to revert my CS CVS to 24th march. It has given me those libs that were merged with crystalspace.lib in recent releases.

Compiling now let\'s see what happens.
Every one will die in pain except those who were less pain for the others, while they were.....

.~\'| MyBlog | FireFox | Gaim | \'~.

DivineLight

  • Hydlaa Resident
  • *
  • Posts: 181
    • View Profile
(No subject)
« Reply #17 on: April 07, 2005, 08:53:14 am »
Oh yeah, i have compiled Ps setup, ps client, psserver etc all but i cannot compile the psupdater.exe because it requires curl.

Reading previous posts showed that it\'s a library, now where to get it?
Every one will die in pain except those who were less pain for the others, while they were.....

.~\'| MyBlog | FireFox | Gaim | \'~.

AryHann

  • Veteran
  • *
  • Posts: 1244
  • WonderWoman
    • View Profile
(No subject)
« Reply #18 on: April 07, 2005, 08:55:53 am »
Try Google or http://curl.haxx.se

Ary
AryHann

http://www.reflex.lth.se/culture/annelov - Virtual Annelöv -
Engine Dep. - One of Talad's Angels - Aka ww & Ahrijani's Goddess

DivineLight

  • Hydlaa Resident
  • *
  • Posts: 181
    • View Profile
(No subject)
« Reply #19 on: April 07, 2005, 11:11:27 am »
Thanks ARy, i have build the updater succesfully.
Now there\'s only one last problem, while building appeedit i get these linking errors:

------ Build started: Project: appeedit, Configuration: Debug Win32 ------

Linking...
eeditapp.obj : error LNK2019: unresolved external symbol \"public: __thiscall psCal3DCallbackLoader::psCal3DCallbackLoader(struct iObjectRegistry *,class EEditApp *)\" (??0psCal3DCallbackLoader@@QAE@PAUiObjectRegistry@@PAVEEditApp@@@Z) referenced in function \"public: __thiscall EEditApp::EEditApp(struct iObjectRegistry *)\" (??0EEditApp@@QAE@PAUiObjectRegistry@@@Z)
eeditinputboxmanager.obj : error LNK2019: unresolved external symbol \"public: void __thiscall EEditSelectList::Select(class csString *,unsigned int,class csString const &,class EEditInputboxManager::iSelectList *,class csVector2 const &)\" (?Select@EEditSelectList@@QAEXPAVcsString@@IABV2@PAViSelectList@EEditInputboxManager@@ABVcsVector2@@@Z) referenced in function \"public: void __thiscall EEditInputboxManager::SelectList(class csString *,unsigned int,class csString const &,class EEditInputboxManager::iSelectList *)\" (?SelectList@EEditInputboxManager@@QAEXPAVcsString@@IABV2@PAViSelectList@1@@Z)
eeditinputboxmanager.obj : error LNK2019: unresolved external symbol \"public: __thiscall EEditSelectList::EEditSelectList(class PawsManager *)\" (??0EEditSelectList@@QAE@PAVPawsManager@@@Z) referenced in function \"public: virtual class pawsWidget * __thiscall EEditSelectListFactory::Create(void)\" (?Create@EEditSelectListFactory@@UAEPAVpawsWidget@@XZ)
psbuild\\appeedit\\eedit.exe : fatal error LNK1120: 3 unresolved externals

Build log was saved at \"file://d:\\DivineLight\\Programming\\Projects\\planeshift\\mk\\visualc7.1\\psbuild\\debug\\appeedit\\BuildLog.htm\"
appeedit - 4 error(s), 0 warning(s)


---------------------- Done ----------------------

    Build: 0 succeeded, 1 failed, 0 skipped
Every one will die in pain except those who were less pain for the others, while they were.....

.~\'| MyBlog | FireFox | Gaim | \'~.

AryHann

  • Veteran
  • *
  • Posts: 1244
  • WonderWoman
    • View Profile
(No subject)
« Reply #20 on: April 07, 2005, 02:06:44 pm »
From what I know, those errors are known.
You have to wait that they are fixed or you can torture aarobber about it.

Appeedit is not really important except if you have to work on effects.

Ary
AryHann

http://www.reflex.lth.se/culture/annelov - Virtual Annelöv -
Engine Dep. - One of Talad's Angels - Aka ww & Ahrijani's Goddess

DivineLight

  • Hydlaa Resident
  • *
  • Posts: 181
    • View Profile
(No subject)
« Reply #21 on: April 07, 2005, 08:13:28 pm »
OK, thanks.
Now i am on Winxp and installed Microsoft SQL server 2000 personel edition. But i can\'t build the \"plgmysql\" project in Plane Shift solution.
The MS SQL server contains include file sql.h but PS needs mysql.h.

The server is built but it doesn\'t runs, nor the npcclient, please tell me what version of SQL server and SDKs are needed to be installed inorder to run my PS server.
Every one will die in pain except those who were less pain for the others, while they were.....

.~\'| MyBlog | FireFox | Gaim | \'~.

AryHann

  • Veteran
  • *
  • Posts: 1244
  • WonderWoman
    • View Profile
(No subject)
« Reply #22 on: April 07, 2005, 08:26:22 pm »
You can simply download from http://www.mysql.com MySQL for Win and, if you follow the compiling-visualc.txt (I assume you are using MSVC as environment) you should be able to reach your goal.

Ary
AryHann

http://www.reflex.lth.se/culture/annelov - Virtual Annelöv -
Engine Dep. - One of Talad's Angels - Aka ww & Ahrijani's Goddess

DivineLight

  • Hydlaa Resident
  • *
  • Posts: 181
    • View Profile
(No subject)
« Reply #23 on: April 07, 2005, 09:02:42 pm »
downloading 20mb file named \'mysql-4.0.24-win.zip\' on silly dialup. Hope it works.
Every one will die in pain except those who were less pain for the others, while they were.....

.~\'| MyBlog | FireFox | Gaim | \'~.