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

Build fails: error: cannot find symbol sumTypeTopicCounts(runnables); #162

Open
yurivict opened this issue Jun 13, 2019 · 0 comments
Open

Comments

@yurivict
Copy link

Buildfile: /usr/ports/science/mallet/work/Mallet-2.1-alpha/build.xml

init:
     [copy] Copying 1 file to /usr/ports/science/mallet/work/Mallet-2.1-alpha/class

compile:
    [javac] /usr/ports/science/mallet/work/Mallet-2.1-alpha/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 133 source files to /usr/ports/science/mallet/work/Mallet-2.1-alpha/class
    [javac] /usr/ports/science/mallet/work/Mallet-2.1-alpha/src/cc/mallet/topics/DMRTopicModel.java:325: error: cannot find symbol
    [javac] 				sumTypeTopicCounts(runnables);
    [javac] 				^
    [javac]   symbol:   method sumTypeTopicCounts(DMRRunnable[])
    [javac]   location: class DMRTopicModel
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

Version 2.1-alpha.

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

1 participant