Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

conan 1.0 compatibility #46

Open
db4 opened this issue Jan 15, 2018 · 3 comments
Open

conan 1.0 compatibility #46

db4 opened this issue Jan 15, 2018 · 3 comments

Comments

@db4
Copy link

db4 commented Jan 15, 2018

Do you have any plans to port qt recipe to conan 1.0? Right now I have

ERROR: Qt/5.8.0@osechet/testing: Error in build() method, line 140
        self._build_msvc(args)
while calling '_build_msvc', line 156
        env = {'PATH': ['%s/qtbase/bin' % self.conanfile_directory,
        AttributeError: 'QtConan' object has no attribute 'conanfile_directory'

because conanfile_directory attribute does not exist anymore in conan 1.0.

@dimart
Copy link

dimart commented Feb 13, 2018

@db4 change every self.conanfile_directory to self.build_folder

@db4
Copy link
Author

db4 commented Feb 14, 2018

@dimart thanks a lot but I actually asked @osechet if he was going to fix his recipe that is currently available via conan-transit repo and has stable status. Of course the necessary fixes are quite trivial.

@osechet
Copy link
Owner

osechet commented Feb 14, 2018

@db4 I'm sorry but working on this package is really time consuming and I don't really have the time to do it at the moment.

@osechet osechet closed this as completed Feb 14, 2018
@osechet osechet reopened this Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants