From: SourceForge.net <no...@so...> - 2005-09-18 02:20:22
|
Bugs item #938463, was opened at 04/20/04 03:09 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=938463&group_id=7869 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: None Group: None >Status: Closed Resolution: Remind Priority: 5 Submitted By: Philipp Berndt (pberndt) Assigned to: Jonathan Wakely (redi) Summary: internal include needs path Initial Comment: In version 1.9.3: All internal includes have the path prefix "mysqlcppapi/" except the ones for "mysqlcppapi_internal.h" To avoid setting extra compiler include paths, please use path prefix for that one, too. Patch attached. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 09/17/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jonathan Wakely (redi) Date: 09/03/05 10:00 Message: Logged In: YES user_id=426241 Philipp, I'm going to close this bug unless you object. ---------------------------------------------------------------------- Comment By: Jonathan Wakely (redi) Date: 08/24/04 06:35 Message: Logged In: YES user_id=426241 Philipp. does this actually cause compiler errors if you don't specify an extra include path? I do not think this is a bug, and will close it as invalid unless you convince me it causes problems. The examples compile without error using only one include path, to the root of the source tree. ---------------------------------------------------------------------- Comment By: Jonathan Wakely (redi) Date: 05/10/04 06:48 Message: Logged In: YES user_id=426241 Do you actually need to add another include path to compile? The pkgconfig file doesn't add a second path. The files that are prefixed with "mysqlcppapi/" should be found by the compiler by looking at the include paths and appending "mysqlcppapi" (and so could actually be included with <mysqlcppapi/...> and not "mysqlcppapi/...") and the mysqlcppapi_internal.h file should be found by looking in the same directory of the other files (since it's included with "..." not <...>) IMO the current situation is OK - if anything I'd change the prefixed paths to use <...> not "...", as this would cause the preprocessor to skip the step of looking for the included file relative to the including one and just go straight to using the include paths. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=938463&group_id=7869 |