Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain plugins enabled in default build depend on unavailable code #164

Open
daikema opened this issue May 18, 2016 · 0 comments
Open

Certain plugins enabled in default build depend on unavailable code #164

daikema opened this issue May 18, 2016 · 0 comments

Comments

@daikema
Copy link

daikema commented May 18, 2016

These errors kept me from initially building CARTA earlier today:

In file included from /home/ubuntu/CARTAvis/carta/cpp/plugins/RegionCASA/RegionCASA.cpp:1:0:
/home/ubuntu/CARTAvis/carta/cpp/plugins/RegionCASA/RegionCASA.h:9:54: fatal error: imageanalysis/Annotations/AnnotationBase.h: No such file or directory
 #include "imageanalysis/Annotations/AnnotationBase.h"
                                                      ^
compilation terminated.
In file included from /home/ubuntu/CARTAvis/carta/cpp/plugins/ConversionIntensity/IntensityConversionPlugin.cpp:5:0:
/home/ubuntu/CARTAvis/carta/cpp/plugins/ConversionIntensity/ConverterIntensity.h:5:56: fatal error: coordinates/Coordinates/SpectralCoordinate.h: No such file or directory
 #include <coordinates/Coordinates/SpectralCoordinate.h>
                                                        ^
compilation terminated.
In file included from /home/ubuntu/CARTAvis/carta/cpp/plugins/ProfileCASA/ProfileCASA.cpp:1:0:
/home/ubuntu/CARTAvis/carta/cpp/plugins/ProfileCASA/ProfileCASA.h:10:60: fatal error: imageanalysis/ImageAnalysis/ImageCollapserData.h: No such file or directory
 #include <imageanalysis/ImageAnalysis/ImageCollapserData.h>
                                                            ^
compilation terminated.

Based on a discussion with @confluence my understanding is that the associated header come from non-publicly-available and, as such, it might be advisable to disable the building of the corresponding plugins (or make this controllable through a flag to qmake).

(With the following plugins disabled in plugins.pro I was able to build CARTA successfully: ConversionSpectral, ConversionIntensity, ImageAnalysis-2.10.2016, ImageStatistics, RegionCASA, ProfileCASA. Whether this is the precise list of plugins dependent on this code unavailable-to-me I'm not certain).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant