Opened 10 years ago

#235 new defect

Darwin pch ambiguity error

Reported by: Md Abdur Rahim Owned by: somebody
Priority: major Milestone:
Component: component1 Version: 2.0
Keywords: darwin pch Cc:

Description

I was trying to precompile headers with darwin toolset but only got ambiguity errors below.

Error: ambiguity found when searching for best transformation
Trying to produce type 'CPP_PCH' from: 
 -  { src/headers.hpp.HPP }
Generators that succeeded:
 -  pch.default-cpp-pch-generator
 -  darwin.compile.c++.pch
First generator produced: 
Second generator produced: 
 -  { darwin%darwin.compile.c++.pch-src/headers.hpp.pch.CPP_PCH { src/headers.hpp.HPP } }

I fixed it by adding overrides to darwin.jam like in attached diff.

Thanks!

-js

janisoila@…

Attachments (1)

darwin.jam.diff (695 bytes ) - added by Md Abdur Rahim 10 years ago.

Download all attachments as: .zip

Change History (1)

by Md Abdur Rahim, 10 years ago

Attachment: darwin.jam.diff added
Note: See TracTickets for help on using tickets.