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

Getting error while compiling on mac os x #1

Closed
manuusc opened this issue May 2, 2012 · 2 comments
Closed

Getting error while compiling on mac os x #1

manuusc opened this issue May 2, 2012 · 2 comments
Assignees

Comments

@manuusc
Copy link

manuusc commented May 2, 2012

Hi,

I get the following error when I try to compile on mac os x.

Please help...

base64.t.c:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:138: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:164: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:177: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:203: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:213: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:233: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:243: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:253: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:283: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:293: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:303: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘START_TEST’
base64.t.c:316: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘Suite’

@ghost ghost assigned droe May 2, 2012
@droe
Copy link
Owner

droe commented May 2, 2012

I just made some improvements to the build in 0e19243. Please retry with latest master. It will either give you an improved error message (that the unit test dependency 'check' has not been found), or just work, depending on your circumstances. If it still fails and you have 'check' installed (port install check), please post the output of make config.

@droe
Copy link
Owner

droe commented May 8, 2012

Assuming that commit has fixed it. Feel free to reopen if it did not.

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

No branches or pull requests

2 participants