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

compilation error: bufferRead undeclared #2

Open
throwaway-zz opened this issue Oct 26, 2010 · 2 comments
Open

compilation error: bufferRead undeclared #2

throwaway-zz opened this issue Oct 26, 2010 · 2 comments

Comments

@throwaway-zz
Copy link

I'm not sure how this escaped notice (except that this repository doesn't seem active), but the latest commit containing ADC support doesn't compile.

The 'bufferRead' variable needs to be declared in dmg/dmgfile.c and dmg/io.c, and it also looks like there should be an initialization statement (bufferRead = 0) in dmg/io.c, just like there is in dmg/dmgfile.c.

@HankHub
Copy link

HankHub commented Dec 12, 2010

Just modify the files and add the variable bufferRead to the function in which it appears.

int bufferRead ;

@maci0
Copy link

maci0 commented Oct 16, 2014

this issue is still present

andreas56 pushed a commit to andreas56/libdmg-hfsplus that referenced this issue Jul 5, 2015
Install the binaries into the ./bin folder (usually `/usr/local/bin`)
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