Closed sofian closed 11 years ago
by curiosity : can I reply here ? Where's that mail coming from ? e.g: what's sofian/drone ?
so, here's my answer :
When calling qmake on a mac, the default "qmake specification" used is macx-xcode, which I assume you're not using. To compile with g++, you must use it like this :
qmake -spec macx-g++ drone.pro
now, to clean up the mess it generated :
find . -type d -name '*.xcodeproj' -exec rm -rf {} \;
Turns out I just solved the same issue last night..:)
julien
On Wed, Dec 19, 2012 at 10:15 AM, sofian notifications@github.com wrote:
I'm not able to generate the makefile with Qt. I got a series of warning that might explain it. I guess there are some missing xcodeproj files that weren't commited in the pull request (although I don't even see them in https://github.com/foogywoo/drone). ''' qmake -makefile drone.pro
Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Core : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/core/../../drone.app/Contents/Frameworks/droneCore.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Drone : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/drone/../../drone.app/Contents/MacOS/drone.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Osc/../../../drone.app/Contents/PlugIns/Gear_Osc.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TV/../../../drone.app/Contents/PlugIns/Gear_TV.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Oscilloscope/../../../drone.app/Contents/PlugIns/Gear_Oscilloscope.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoOutput/../../../drone.app/Contents/PlugIns/Gear_VideoOutput.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AlphaMix/../../../drone.app/Contents/PlugIns/Gear_AlphaMix.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Blur/../../../drone.app/Contents/PlugIns/Gear_Blur.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSource/../../../drone.app/Contents/PlugIns/Gear_VideoSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Slider/../../../drone.app/Contents/PlugIns/Gear_Slider.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/KDTree/../../../drone.app/Contents/PlugIns/Gear_KDTree.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoMix/../../../drone.app/Contents/PlugIns/Gear_VideoMix.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Edge/../../../drone.app/Contents/PlugIns/Gear_Edge.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AffineTransform/../../../drone.app/Contents/PlugIns/Gear_AffineTransform.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ApplyDisplaceGrid/../../../drone.app/Contents/PlugIns/Gear_ApplyDisplaceGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaClip/../../../drone.app/Contents/PlugIns/Gear_AreaClip.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaCreate/../../../drone.app/Contents/PlugIns/Gear_AreaCreate.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaScale/../../../drone.app/Contents/PlugIns/Gear_AreaScale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaTranslate/../../../drone.app/Contents/PlugIns/Gear_AreaTranslate.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaVideoSelect/../../../drone.app/Contents/PlugIns/Gear_AreaVideoSelect.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaVideoReplace/../../../drone.app/Contents/PlugIns/Gear_AreaVideoReplace.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Brightness/../../../drone.app/Contents/PlugIns/Gear_Brightness.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ClusteredDither/../../../drone.app/Contents/PlugIns/Gear_ClusteredDither.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ColorAdjust/../../../drone.app/Contents/PlugIns/Gear_ColorAdjust.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Contrast/../../../drone.app/Contents/PlugIns/Gear_Contrast.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Enveloppe/../../../drone.app/Contents/PlugIns/Gear_Enveloppe.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/EmptyImage/../../../drone.app/Contents/PlugIns/Gear_EmptyImage.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/FlatSignal/../../../drone.app/Contents/PlugIns/Gear_FlatSignal.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/FillAlpha/../../../drone.app/Contents/PlugIns/Gear_FillAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ListBox/../../../drone.app/Contents/PlugIns/Gear_ListBox.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ImageCapture/../../../drone.app/Contents/PlugIns/Gear_ImageCapture.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/PushButton/../../../drone.app/Contents/PlugIns/Gear_PushButton.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Rescale/../../../drone.app/Contents/PlugIns/Gear_Rescale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TouchPad/../../../drone.app/Contents/PlugIns/Gear_TouchPad.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TapTempo/../../../drone.app/Contents/PlugIns/Gear_TapTempo.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ColorQuantize/../../../drone.app/Contents/PlugIns/Gear_ColorQuantize.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Gamma/../../../drone.app/Contents/PlugIns/Gear_Gamma.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/GenDisplaceGrid/../../../drone.app/Contents/PlugIns/Gear_GenDisplaceGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/GrayScale/../../../drone.app/Contents/PlugIns/Gear_GrayScale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/HalfToning/../../../drone.app/Contents/PlugIns/Gear_HalfToning.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Invert/../../../drone.app/Contents/PlugIns/Gear_Invert.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/InvertAlpha/../../../drone.app/Contents/PlugIns/Gear_InvertAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/PackList/../../../drone.app/Contents/PlugIns/Gear_PackList.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/UnpackList/../../../drone.app/Contents/PlugIns/Gear_UnpackList.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Saturation/../../../drone.app/Contents/PlugIns/Gear_Saturation.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SelectFrame/../../../drone.app/Contents/PlugIns/Gear_SelectFrame.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SetAlpha/../../../drone.app/Contents/PlugIns/Gear_SetAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SignalStat/../../../drone.app/Contents/PlugIns/Gear_SignalStat.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SmearGrid/../../../drone.app/Contents/PlugIns/Gear_SmearGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Sobel/../../../drone.app/Contents/PlugIns/Gear_Sobel.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringOutput/../../../drone.app/Contents/PlugIns/Gear_StringOutput.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringFormat/../../../drone.app/Contents/PlugIns/Gear_StringFormat.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringSource/../../../drone.app/Contents/PlugIns/Gear_StringSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/RandomValue/../../../drone.app/Contents/PlugIns/Gear_RandomValue.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Tempo/../../../drone.app/Contents/PlugIns/Gear_Tempo.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ValueClamp/../../../drone.app/Contents/PlugIns/Gear_ValueClamp.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoDelay/../../../drone.app/Contents/PlugIns/Gear_VideoDelay.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoRecord/../../../drone.app/Contents/PlugIns/Gear_VideoRecord.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSource/../../../drone.app/Contents/PlugIns/Gear_VideoSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoOffset/../../../drone.app/Contents/PlugIns/Gear_VideoOffset.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSwitch/../../../drone.app/Contents/PlugIns/Gear_VideoSwitch.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ValueMix/../../../drone.app/Contents/PlugIns/Gear_ValueMix.xcodeproj' '''
Reply to this email directly or view it on GitHubhttps://github.com/sofian/drone/issues/2.
julien keable, ingénieur projets web | espresso communication & design | 514.286.9696
The qmake -spec command worked and generated the makefile, but I now have other problems. I will open another issue for that though.
Good, everything works now.
I'm not able to generate the makefile with Qt. I got a series of warning that might explain it. I guess there are some missing xcodeproj files that weren't commited in the pull request (although I don't even see them in https://github.com/foogywoo/drone).
qmake -makefile drone.pro Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Core : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/core/../../drone.app/Contents/Frameworks/droneCore.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug Project MESSAGE: Drone : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/drone/../../drone.app/Contents/MacOS/drone.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Osc/../../../drone.app/Contents/PlugIns/Gear_Osc.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TV/../../../drone.app/Contents/PlugIns/Gear_TV.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Oscilloscope/../../../drone.app/Contents/PlugIns/Gear_Oscilloscope.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoOutput/../../../drone.app/Contents/PlugIns/Gear_VideoOutput.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AlphaMix/../../../drone.app/Contents/PlugIns/Gear_AlphaMix.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Blur/../../../drone.app/Contents/PlugIns/Gear_Blur.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSource/../../../drone.app/Contents/PlugIns/Gear_VideoSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Slider/../../../drone.app/Contents/PlugIns/Gear_Slider.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/KDTree/../../../drone.app/Contents/PlugIns/Gear_KDTree.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoMix/../../../drone.app/Contents/PlugIns/Gear_VideoMix.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Edge/../../../drone.app/Contents/PlugIns/Gear_Edge.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AffineTransform/../../../drone.app/Contents/PlugIns/Gear_AffineTransform.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ApplyDisplaceGrid/../../../drone.app/Contents/PlugIns/Gear_ApplyDisplaceGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaClip/../../../drone.app/Contents/PlugIns/Gear_AreaClip.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaCreate/../../../drone.app/Contents/PlugIns/Gear_AreaCreate.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaScale/../../../drone.app/Contents/PlugIns/Gear_AreaScale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaTranslate/../../../drone.app/Contents/PlugIns/Gear_AreaTranslate.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaVideoSelect/../../../drone.app/Contents/PlugIns/Gear_AreaVideoSelect.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/AreaVideoReplace/../../../drone.app/Contents/PlugIns/Gear_AreaVideoReplace.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Brightness/../../../drone.app/Contents/PlugIns/Gear_Brightness.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ClusteredDither/../../../drone.app/Contents/PlugIns/Gear_ClusteredDither.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ColorAdjust/../../../drone.app/Contents/PlugIns/Gear_ColorAdjust.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Contrast/../../../drone.app/Contents/PlugIns/Gear_Contrast.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Enveloppe/../../../drone.app/Contents/PlugIns/Gear_Enveloppe.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/EmptyImage/../../../drone.app/Contents/PlugIns/Gear_EmptyImage.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/FlatSignal/../../../drone.app/Contents/PlugIns/Gear_FlatSignal.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/FillAlpha/../../../drone.app/Contents/PlugIns/Gear_FillAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ListBox/../../../drone.app/Contents/PlugIns/Gear_ListBox.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ImageCapture/../../../drone.app/Contents/PlugIns/Gear_ImageCapture.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/PushButton/../../../drone.app/Contents/PlugIns/Gear_PushButton.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Rescale/../../../drone.app/Contents/PlugIns/Gear_Rescale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TouchPad/../../../drone.app/Contents/PlugIns/Gear_TouchPad.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/TapTempo/../../../drone.app/Contents/PlugIns/Gear_TapTempo.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ColorQuantize/../../../drone.app/Contents/PlugIns/Gear_ColorQuantize.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Gamma/../../../drone.app/Contents/PlugIns/Gear_Gamma.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/GenDisplaceGrid/../../../drone.app/Contents/PlugIns/Gear_GenDisplaceGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/GrayScale/../../../drone.app/Contents/PlugIns/Gear_GrayScale.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/HalfToning/../../../drone.app/Contents/PlugIns/Gear_HalfToning.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Invert/../../../drone.app/Contents/PlugIns/Gear_Invert.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/InvertAlpha/../../../drone.app/Contents/PlugIns/Gear_InvertAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/PackList/../../../drone.app/Contents/PlugIns/Gear_PackList.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/UnpackList/../../../drone.app/Contents/PlugIns/Gear_UnpackList.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Saturation/../../../drone.app/Contents/PlugIns/Gear_Saturation.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SelectFrame/../../../drone.app/Contents/PlugIns/Gear_SelectFrame.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SetAlpha/../../../drone.app/Contents/PlugIns/Gear_SetAlpha.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SignalStat/../../../drone.app/Contents/PlugIns/Gear_SignalStat.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/SmearGrid/../../../drone.app/Contents/PlugIns/Gear_SmearGrid.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Sobel/../../../drone.app/Contents/PlugIns/Gear_Sobel.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringOutput/../../../drone.app/Contents/PlugIns/Gear_StringOutput.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringFormat/../../../drone.app/Contents/PlugIns/Gear_StringFormat.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/StringSource/../../../drone.app/Contents/PlugIns/Gear_StringSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/RandomValue/../../../drone.app/Contents/PlugIns/Gear_RandomValue.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/Tempo/../../../drone.app/Contents/PlugIns/Gear_Tempo.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ValueClamp/../../../drone.app/Contents/PlugIns/Gear_ValueClamp.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoDelay/../../../drone.app/Contents/PlugIns/Gear_VideoDelay.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoRecord/../../../drone.app/Contents/PlugIns/Gear_VideoRecord.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSource/../../../drone.app/Contents/PlugIns/Gear_VideoSource.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoOffset/../../../drone.app/Contents/PlugIns/Gear_VideoOffset.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/VideoSwitch/../../../drone.app/Contents/PlugIns/Gear_VideoSwitch.xcodeproj' Project MESSAGE: Gears : Builing Makefile with the following config flags : qt warn_on thread debug WARNING: Ignored (not found) '/Users/tats/devel/drone/src/gears/ValueMix/../../../drone.app/Contents/PlugIns/Gear_ValueMix.xcodeproj' '''