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

Submitted by:  None
Submitted on:  Sun 24 Feb 2013 12:02:16 PM UTC  
 
Category: Build SystemSeverity: 3 - Normal
Status: NonePrivacy: Public
Assigned to: NoneOpen/Closed: Open
Release: 0.8.3Fixed Release: Unknown

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

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 File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

No Changes Have Been Made to This Item

Back to the top


Powered by Savane 3.1-cleanup1