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

Error compiling bcc #202

Closed
Tricky1975 opened this issue Jun 10, 2016 · 5 comments
Closed

Error compiling bcc #202

Tricky1975 opened this issue Jun 10, 2016 · 5 comments

Comments

@Tricky1975
Copy link

Building bcc
Compiling:base.configmap.bmx
Compiling:options.bmx
Compiling:transform.c
Compiling:stringbuffer_glue.c
Compiling:stringbuffer_uni_conv.c
Compiling:stringbuffer_common.bmx
Compiling:stringbuffer_core.bmx
Compiling:base.stringhelper.bmx
Compiling:config.bmx
Compiling:type.bmx
Compiling:toker.bmx
Compiling:iparser.bmx
Compiling:parser.bmx
Compile Error: Unable to convert from 'String Array' to 'TClassDecl Array'
[/Volumes/Irravonia/BlitzMAX/NG/FromGit/bcc/parser.bmx;2983;3]
Build Error: failed to compile /Volumes/Irravonia/BlitzMAX/NG/FromGit/bcc/parser.bmx
Process complete

I used the original BlitzMax for Mac v1.51

@GWRon
Copy link
Contributor

GWRon commented Jun 10, 2016

That line was introduced in 5e58fb3

Replacing that string[] with TClassDecl[] in that line should make it compile again - but let's wait for @woollybah if this is correct (args is of type TStack).

woollybah added a commit that referenced this issue Jun 11, 2016
@Tricky1975
Copy link
Author

Hey,thanks for the quick fix ;)

@woollybah
Copy link
Member

Sorry for the error...

@Tricky1975
Copy link
Author

Ah, it's okay. We all make mistakes, don't we? :)
That's what these bug trackers are for. Anyway, it tried it, and bcc does compile now. Thanks a lot ;)

@GWRon
Copy link
Contributor

GWRon commented Jun 11, 2016

Spend us a beer and we will forget about it ;-)

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

3 participants