-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't install on mac via ant run #66
Comments
@MRIO I've just updated to Big sur too and having lots of fun with incompatibilities and moved libraries. Some of these I've started fixing in some repos, e.g. NeuroML/org.neuroml1.model@d4f7964, and I'll get round to testing nC today hopefully |
lots of fun
I can’t say I envy you =], and thanks for getting back to me. I’ll be watching nC closely —
|
@MRIO Can you try building the latest commit? Have fixed the "Source option 6 is no longer supported" issue... |
Nope, can't...
|
Have you run - ./updatenC.sh & checked no errors? See https://github.com/NeuralEnsemble/neuroConstruct/blob/master/.travis.yml#L16 |
I did, and there were nothing out of the ordinary happened, ending with a lovely
Already up to date.
/Users/m/Sync/Projects/Code/neuroConstruct
Feeling a bit helpless today =/
Thanks,
M.
|
Try: |
jNeuroMLJar is there, and even after git pull it still gives me the previous problem:
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
╰─ ant run
Buildfile: /Users/m/Sync/Projects/Code/neuroConstruct/build.xml
init:
[echo] ----------- neuroConstruct v1.7.2 ------------
[echo] Initialised neuroConstruct project to build jar: .//neuroConstruct_1.7.2.jar
prepare:
libneuromljar:
[echo] Building the libNeuroML jar in: ./NeuroML2, true
initnml:
[echo] Initialising NeuroML with base dir: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2, jar file: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/libNeuroML-2.0.0.jar
compilenml:
[echo] Compiling NeuroML code to dir: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/build
[javac] Compiling 22 source files to /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/build
[javac] warning: [options] bootstrap class path not set in conjunction with -source 6
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
… On 28 Jan 2021, at 15:43, Padraig Gleeson ***@***.***> wrote:
Try:
svn co https://svn.code.sf.net/p/neuroml/code/jNeuroMLJar <https://svn.code.sf.net/p/neuroml/code/jNeuroMLJar> jNeuroMLJar
in that dir & make sure the folder is there before rebuilding...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#66 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5EGFEOSU75B37R77MNMQTS4FZZRANCNFSM4WW27XQQ>.
|
I double checked build.xml and the correct indications are there:
<!-- =================================================================== -->
<!-- Compiles the source directory -->
<!-- =================================================================== -->
<target name="compile" depends="prepare, libneuromljar" description="Compiles the source code">
<javac srcdir="${src.dir}"
destdir="${build.dest}"
debug="${debug}"
optimize="${optimize}"
compiler="modern"
source="1.8"
target=“1.8"
… On 28 Jan 2021, at 15:52, Mario Negrello ***@***.***> wrote:
jNeuroMLJar is there, and even after git pull it still gives me the previous problem:
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
╰─ ant run
Buildfile: /Users/m/Sync/Projects/Code/neuroConstruct/build.xml
init:
[echo] ----------- neuroConstruct v1.7.2 ------------
[echo] Initialised neuroConstruct project to build jar: .//neuroConstruct_1.7.2.jar
prepare:
libneuromljar:
[echo] Building the libNeuroML jar in: ./NeuroML2, true
initnml:
[echo] Initialising NeuroML with base dir: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2, jar file: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/libNeuroML-2.0.0.jar
compilenml:
[echo] Compiling NeuroML code to dir: /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/build
[javac] Compiling 22 source files to /Users/m/Sync/Projects/Code/neuroConstruct/NeuroML2/build
[javac] warning: [options] bootstrap class path not set in conjunction with -source 6
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
> On 28 Jan 2021, at 15:43, Padraig Gleeson ***@***.*** ***@***.***>> wrote:
>
>
> Try:
> svn co https://svn.code.sf.net/p/neuroml/code/jNeuroMLJar <https://svn.code.sf.net/p/neuroml/code/jNeuroMLJar> jNeuroMLJar
> in that dir & make sure the folder is there before rebuilding...
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub <#66 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5EGFEOSU75B37R77MNMQTS4FZZRANCNFSM4WW27XQQ>.
>
|
I committed a version of the jNeuroMLjar which was built with java 1.7 (which should be enough). Can you:
|
Sadly it didn’t work at revision 1326. Same hurdle…
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.
… On 28 Jan 2021, at 17:23, Padraig Gleeson ***@***.***> wrote:
cd jNeuroMLJar/
svn up
cd ..
ant clean
ant run
|
Sorry if I'm being monke, but:
trying to follow the simple build instructions via ant, but
ant run
fails. I'm on Big Sur and I have ant via homebrew. But this happensWhat is the best way to proceed?
The text was updated successfully, but these errors were encountered: