On 7/21/2013 2:40 PM, Gary K. Olson wrote:
> On Jul 21, 2013, at 12:32 PM MDT, Gary Olson wrote:
>
>> On Jul 21, 2013, at 8:41 AM, Alexander Hansen <alexanderk.han...@gmail.com> 
>> wrote:
>>
>> I don't have a completion.h, so perhaps that's what's interfering.  Use 
>> "dpkg -S /sw/bin/completion.h" to find out what package provides that, and 
>> then remove it--it should be a build-time only package, so that should be 
>> OK.  Please also let us know what the culprit was.
>
> I think you meant dpkg -S /sw/include/completion.h. I don't have any header 
> files in /sw/bin. The package in question is 4ti2. I removed the header file 
> and the package, and I reran update of qt3-shlibs which built successfully. 
> Let me know when you figure out why 4ti2 was interfering with the qt3 build.  
> Thanks.

Confirming that 4ti2-dev is the culprit.

The following patch fixes the files that #include completion.h to ensure 
it grabs the Qt3 version and not the one from 4ti2

perl -pi -e 's|include <completion.h>|include 
\"../../editor/completion.h\"|g' 
tools/designer/plugins/cppeditor/cppcompletion.h
perl -pi -e 's|include \"completion.h\"|include 
\"../../editor/completion.h\"|g' 
tools/designer/plugins/cppeditor/editorinterfaceimpl.cpp

Hanspeter


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to