bugTransport Sample Protocol - Bugs: bug #38396, For Windows VC build, need to add...

 
 

bug #38396: For Windows VC build, need to add tcp_common library dependency to tsp_consumer and tsp_provider

Submitter:  None
Submitted:  Sun 24 Feb 2013 12:02:16 PM UTC
   
 
Category:  Build System Severity:  3 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Release:  0.8.3 Fixed Release:  Unknown
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 24 Feb 2013 12:02:16 PM UTC, original submission:  

Pretty much explained in the summary. But I see in the line before that ADD_DEPENDENCIES is called. But this only adds a build dependency and does not specify a link library dependency (as far as I know).

Basically here is the diff for src/core/CmakeLists.txt:

$ diff CMakeLists.txt.orig  CMakeLists.txt
110c110
<     TARGET_LINK_LIBRARIES(tsp_consumer tsp_services ${PTHREAD_LIBRARY_NAME} Ws2_32 oncrpc)
---

>     TARGET_LINK_LIBRARIES(tsp_consumer tsp_services tsp_common ${PTHREAD_LIBRARY_NAME} Ws2_32 oncrpc)

160c160
<       TARGET_LINK_LIBRARIES(tsp_provider tsp_services ${PTHREAD_LIBRARY_NAME} Ws2_32 oncrpc)
---

>       TARGET_LINK_LIBRARIES(tsp_provider tsp_services tsp_common ${PTHREAD_LIBRARY_NAME} Ws2_32 oncrpc)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code