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

1 Warning and 1 Error fixes for Java version #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eax
Copy link

@eax eax commented Mar 23, 2015

fixes:

  1. bootstrap class path not set in conjunction with -source 1.5 warning for JDK7 on Mac.
  2. m4 comment EOF error (ERROR: end of file in comment)

@cjlin1
Copy link
Owner

cjlin1 commented Mar 24, 2015

Ekrem Aksoy writes:

fixes:

  1. bootstrap class path not set in conjunction with -source 1.5 warning
    for JDK7 on Mac.
    some users don't have 1.7, so we won't change this at this moment

  2. m4 comment EOF error (ERROR: end of file in comment)

    what's this? I don't quite understand

You can view, comment on, or merge this pull request online at:

#25

Commit Summary

  • suppress bootstrap class path not set in conjunction with -source 1.5
    warning and fix m4 comment EOF error

File Changes

  • M java/Makefile (2)
  • M java/libsvm/svm.m4 (2)

Patch Links:


Reply to this email directly or view it on GitHub.*

@eax
Copy link
Author

eax commented Mar 24, 2015

When I've cloned repo, I've tried to compile java version (make clean && make), however it complained

m4 libsvm/svm.m4 > libsvm/svm.java
m4:libsvm/svm.m4:9: ERROR: end of file in comment
make: *** [libsvm/svm.java] Error 1

It is M4 error such as if you omit closing comment option, it puts EOF character. I've just fixed that.

(GNU M4 1.4.6 version on Macosx 10.7.5)

@cjlin1
Copy link
Owner

cjlin1 commented Apr 4, 2015

-changecom(//', ) +changecom(//', ` ')

shouldn't ' be'? (i.e., no space)

@eax
Copy link
Author

eax commented Apr 6, 2015

Yep, it work in both ways, but I just want to highlight it.

-EA

On Sat, Apr 4, 2015 at 8:58 AM, cjlin1 [email protected] wrote:

-changecom(//', ) +changecom(//', ` ')

shouldn't ' be'? (i.e., no space)


Reply to this email directly or view it on GitHub
#25 (comment).

@cjlin1
Copy link
Owner

cjlin1 commented Apr 6, 2015

Thanks. But with a space it means things between // and a space. I think we want // and the end of a line. In this regard, we shouldn't have a space, right?

Ekrem Aksoy writes:

Yep, it work in both ways, but I just want to highlight it.

-EA

On Sat, Apr 4, 2015 at 8:58 AM, cjlin1 [email protected] wrote:

-changecom(//', ) +changecom(//', ` ')

shouldn't ' be'? (i.e., no space)


Reply to this email directly or view it on GitHub
#25 (comment).


Reply to this email directly or view it on GitHub.*

@cjlin1
Copy link
Owner

cjlin1 commented Apr 21, 2015

We have now used
changecom(//',')
This will appear in the next release. Thanks

Ekrem Aksoy writes:

When I've cloned repo, I've tried to compile java version (make clean && make),
however it complained

m4 libsvm/svm.m4 > libsvm/svm.java
m4:libsvm/svm.m4:9: ERROR: end of file in comment
make: *** [libsvm/svm.java] Error 1

It is M4 error such as if you omit closing comment option, it puts EOF character.
I've just fixed that.

(GNU M4 1.4.6 version on Macosx 10.7.5)


Reply to this email directly or view it on GitHub.*

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.

None yet

2 participants