NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Compiling Open-source debugger under win32


Joined: 19 Jul 2004
Posts: 5
Reply with quote
Hello,
I am trying to compile your debugger using VC++ 6

So far I am stuck on the linking stage. What libraries shall I use in order to compile the project?

Code:
dbg.obj : error LNK2001: unresolved external symbol _OnUpdateString
dbg.obj : error LNK2001: unresolved external symbol _zend_ini_boolean_displayer_cb
dbg.obj : error LNK2001: unresolved external symbol _OnUpdateInt
dbg_ser.obj : error LNK2001: unresolved external symbol __imp___efree
dbg.obj : error LNK2001: unresolved external symbol __imp___efree
dbg_bp.obj : error LNK2001: unresolved external symbol __imp___efree
dbg_cmd.obj : error LNK2001: unresolved external symbol __imp___efree
dbg_net.obj : error LNK2001: unresolved external symbol __imp___efree
dbg.obj : error LNK2001: unresolved external symbol __imp__zend_llist_init
dbg.obj : error LNK2001: unresolved external symbol __imp__zend_llist_destroy
dbg.obj : error LNK2001: unresolved external symbol _closesocket@4


And so on and so forth

I have tried the libs I used to compile the PHP itself; it did not help.

Thank you in advance!
View user's profileFind all posts by AndrewRSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
you probably screwed up something in dbg.dsp. Take a fresh copy and it will be compiled fine.
Just note, you have to unpack dbg archive into ext subdirectory of the php source tree and use either Win32 Debug_TS or Win32 Release_TS targets. Don't use release_ts_inline or any other targets.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Compiling Open-source debugger under win32
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic