Skip to content

issues with install #67

@jqjqyangjq

Description

@jqjqyangjq

Hi Stephan, when I use 'make' for msmc2-master downloaded, I keep getting errors:

model/transition_rate.d(103): Error: Declaration expected, not 'do'
model/transition_rate.d(107): Error: Declaration expected, not 'foreach'
model/transition_rate.d(107): Error: Declaration expected, not '0'
model/transition_rate.d(112): Error: no identifier for declarator sum
model/transition_rate.d(112): Error: Declaration expected, not '+='
model/transition_rate.d(115): Error: Declaration expected, not 'return'
model/transition_rate.d(116): Error: unrecognized declaration
model/psmc_hmm.d(122): Error: Declaration expected, not 'do'
model/psmc_hmm.d(124): Error: function declaration without return type. (Note that constructors are always named 'this')
model/psmc_hmm.d(124): Error: no identifier for declarator propagationCore.initialState(forwardStates[0])
model/psmc_hmm.d(125): Error: no identifier for declarator scalingFactors[0]
model/psmc_hmm.d(125): Error: Declaration expected, not '='
model/psmc_hmm.d(126): Error: no identifier for declarator forwardStates[0]
model/psmc_hmm.d(126): Error: unexpected ( in declarator
model/psmc_hmm.d(126): Error: basic type expected, not 1.00000
model/psmc_hmm.d(126): Error: found '1.00000' when expecting ')'
model/psmc_hmm.d(126): Error: no identifier for declarator .scale(int)
model/psmc_hmm.d(126): Error: semicolon expected following function declaration
model/psmc_hmm.d(126): Error: Declaration expected, not '/'
model/psmc_hmm.d(129): Error: Declaration expected, not 'foreach'
model/psmc_hmm.d(129): Error: Declaration expected, not '1'
make: *** [Makefile:20: build/release/msmc2] Error 1

I have dmd and gsl installed, and the paths in the Makefile point to /home/User_Name/pack/gsl/lib/libgsl.a /home/User_Name/pack/gsl/lib/libgslcblas.a

DMD version: DMD64 D Compiler v2.065

Any ideas?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions