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

Fix: pio init generate wrong DEFINES lines for QtCreator #1290

Closed
wants to merge 1 commit into from
Closed

Fix: pio init generate wrong DEFINES lines for QtCreator #1290

wants to merge 1 commit into from

Conversation

hongquan
Copy link

It created the line

DEFINES += "__INT64_C(c)=c ## LL"

which is seen as wrong syntax.

The fix helps generate line:

DEFINES += "__INT64_C(c)=c"

It created the line
DEFINES += "__INT64_C(c)=c ## LL"
which is seen as wrong syntax.

The fix helps generate line:
DEFINES += "__INT64_C(c)=c"
@ivankravets ivankravets added this to the 3.5.1 milestone Jan 17, 2018
@ivankravets
Copy link
Member

Please run pio upgrade --dev and re-init project with pio init --ide qtcreator.

Does it work now?

@hongquan
Copy link
Author

@ivankravets It works!

ivankravets added a commit that referenced this pull request Jan 18, 2018
@hongquan
Copy link
Author

@ivankravets No, actually, it causes another bug. Will make another report.

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

Successfully merging this pull request may close these issues.

2 participants