Bug Reports item #3122660, was opened at 2010-11-29 21:00
Message generated for change (Comment added) made by fbraem
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1264278&aid=3122660&group_id=247611
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cURL
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: GeO4d (geo4d)
>Assigned to: Franky Braem (fbraem)
Summary: wrong linking
Initial Comment:
When building the curl module in relase mode it tries to link against glue_engined instead of glue_engine
The problem is at line 136 of file gluescript/src/Curl/premake4.lua
, "glue_engined"
should be
, "glue_engine"
----------------------------------------------------------------------
>Comment By: Franky Braem (fbraem)
Date: 2010-11-29 21:09
Message:
Thanks for the report. Solved in git repository branch v0.01.05
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1264278&aid=3122660&group_id=247611
|