Displaying 20 results from an estimated 64 matches for "xlint".
Did you mean:
clint
2018 Mar 27
7
R and Java 10 ➜ rJava not able to build
...otstrap class path not set in conjunction with -source 6
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 warnings
/usr/bin/javah -d . -classpath . org.rosuda.JRI.Rengine
Un...
2018 Mar 28
0
R and Java 10 ➜ rJava not able to build
...n conjunction with
>-source 6
>warning: [options] source value 6 is obsolete and will be removed in a
>future release
>warning: [options] target value 1.6 is obsolete and will be removed in
>a future release
>warning: [options] To suppress warnings about obsolete options, use
>-Xlint:-options.
>Note: Some input files use or override a deprecated API.
>Note: Recompile with -Xlint:deprecation for details.
>Note: Some input files use unchecked or unsafe operations.
>Note: Recompile with -Xlint:unchecked for details.
>4 warnings
>/usr/bin/javah -d . -classpath . o...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...with annotations in C/C++, by using
__attribute__((annotate("MYANNOTATION"))) static int a; . Inside the LLVM
bytecode I have @llvm.global.annotations and @llvm.var.annotation.
However, I was trying to test annotations also in Java, with VMKit. These
are the commands that I run:
javac -Xlint -g -O Main.java
../Release+Asserts/bin/vmjc Main
../Release+Asserts/bin/j3 Main
../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly
My small program is :
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPo...
2018 Mar 28
1
R and Java 10 ➜ rJava not able to build
...6
>> warning: [options] source value 6 is obsolete and will be removed in a
>> future release
>> warning: [options] target value 1.6 is obsolete and will be removed in
>> a future release
>> warning: [options] To suppress warnings about obsolete options, use
>> -Xlint:-options.
>> Note: Some input files use or override a deprecated API.
>> Note: Recompile with -Xlint:deprecation for details.
>> Note: Some input files use unchecked or unsafe operations.
>> Note: Recompile with -Xlint:unchecked for details.
>> 4 warnings
>> /usr...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
...ng
> __attribute__((annotate("MYANNOTATION"))) static int a; . Inside the LLVM
> bytecode I have @llvm.global.annotations and @llvm.var.annotation.
>
> However, I was trying to test annotations also in Java, with VMKit. These
> are the commands that I run:
>
> javac -Xlint -g -O Main.java
> ../Release+Asserts/bin/vmjc Main
> ../Release+Asserts/bin/j3 Main
> ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly
>
> My small program is :
>
> import java.lang.annotation.ElementType;
> import java.lang.annotation.Retention;...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
...> __attribute__((annotate("MYANNOTATION"))) static int a; . Inside the
> LLVM bytecode I have @llvm.global.annotations and @llvm.var.annotation.
>
> However, I was trying to test annotations also in Java, with VMKit.
> These are the commands that I run:
>
> javac -Xlint -g -O Main.java
> ../Release+Asserts/bin/vmjc Main
> ../Release+Asserts/bin/j3 Main
> ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly
>
> My small program is :
>
> import java.lang.annotation.ElementType;
> import java.lang.annotation.Retention;
&...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
...uot;))) static int a; . Inside
>> the LLVM bytecode I have @llvm.global.annotations and
>> @llvm.var.annotation.
>>
>> However, I was trying to test annotations also in Java, with
>> VMKit. These are the commands that I run:
>>
>> javac -Xlint -g -O Main.java
>> ../Release+Asserts/bin/vmjc Main
>> ../Release+Asserts/bin/j3 Main
>> ../../llvm_new/Release+Asserts/bin/llvm-dis < Main.bc > Main_assembly
>>
>> My small program is :
>>
>> import java.lang.annotation.ElementTyp...
2012 Nov 23
7
buildworld with clang breaks because no cc
I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867.
In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below
then breaks:
===> usr.bin/xlint/xlint (all)
===> usr.bin/xlint/llib (all)
lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix
lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc
===> lib/clang/libllvmx86codegen (all)
llib-lposix:
llib-lstdc:
lint: cannot exec /usr/obj/asp/src/tmp/usr/bin/cc: No such file o...
2008 May 16
2
Getting JRI/rJava to work
...p.
Regards
John Seers
########################################################################
####################
C:\temp\JRI\examples>javac -cp "C:/Program
Files/R/mylibrary/rJava/jri/JRI.jar" rtest.java
Note: rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
C:\temp\JRI\examples>java -Djava.library.path="C:/Program
Files/R/mylibrary/rJava/jri" -cp .;"C:/Program
Files/R/mylibrary/rJava/jri/JRI.jar" rtest
Creating Rengine (with arguments)
Error in structure(.Internal(Sys.getenv(as.character(x),
as.characte...
2018 Mar 28
0
R and Java 10 ➜ rJava not able to build
...lue 6 is obsolete and will be removed in a
>>>> future release
>>>> warning: [options] target value 1.6 is obsolete and will be removed in
>>>> a future release
>>>> warning: [options] To suppress warnings about obsolete options, use
>>>> -Xlint:-options.
>>>> Note: Some input files use or override a deprecated API.
>>>> Note: Recompile with -Xlint:deprecation for details.
>>>> Note: Some input files use unchecked or unsafe operations.
>>>> Note: Recompile with -Xlint:unchecked for details.
&...
2006 Sep 28
2
calling R from within Java, using jri
...RI.jar org jri.dll
make[1]: Leaving directory `/cygdrive/c/temp/r/jri/src'
rm -f jri.dll
cp src/jri.dll jri.dll
C:/PROGRA~1/Java/JDK15~1.0_0/bin/javac -classpath src/JRI.jar -d
examples examples/rtest.java
Note: examples/rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
C:/PROGRA~1/Java/JDK15~1.0_0/bin/javac -classpath src/JRI.jar -d
examples examples/rtest2.java
Note: examples/rtest2.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
echo "set PATH=%PATH%;C:/etc/R/R-2.3.1\\bin;C:/etc/R/R...
2012 Nov 16
3
[LLVMdev] Making VMKit2
...2/mmtk/java/classes
[javac] Compiling 380 source files to
/home/ela/Desktop/vmkit2/mmtk/java/classes
[javac] warning: [options] bootstrap class
path not set in conjunction with -source 1.5
[javac] Note: Some input files use or
override a deprecated API.
[javac] Note: Recompile with
-Xlint:deprecation for details.
[javac] 1 warning
[jar] Building jar:
/home/ela/Desktop/vmkit2/mmtk/java/mmtk-vmkit.jar
BUILD
SUCCESSFUL
Total time:
7 seconds
llvm[2]:
Building Release+Asserts mmtk-vmkit.jar all
Illegal
instruction
make[2]: ***
[all] Error 132
make[2]:
Leaving directory `/home...
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
...mkit/mmtk/java/build.xml
main:
[mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Compiling 373 source files to
/cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[jar] Building jar: /cs/student/kyleklein/vmkit/mmtk/java/mmtk-vmkit.jar
BUILD SUCCESSFUL
Total time: 6 seconds
llvm[2]: Building Debug+Asserts mmtk-vmkit.jar all
/cs/student/kyleklein/llvm-source/Debug+Asserts/bin/opt:
/cs/student/kyleklein/vmkit/Debug+Asserts/li...
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file
into smaller files, using the m4_include mechanism to combine them.
I don't know if we should really do this, so I'm open to comments
about it. However:
- Our configure.ac script is 1800+ lines long, and that's pretty long.
- configure.ac lacks structure; splitting it up might improve that.
- From what I read,
2016 Aug 25
0
[PATCH] java: Don't try to set -source 1.5 in options.
...However, if -source 1.5 is added, then you get this warning:
warning: [options] bootstrap class path not set in conjunction with -source 1.5
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
and that's very hard to reliably fix because you have to know somehow
a magic path. For more details, see:
https://blogs.oracle.com/darcy/entry/bootclasspath_older_source
https://blogs.oracle.com/darcy/entry/how_to_cross_compile_for
Anyway, remove the voodoo from configure.ac.
As...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...mtk/java/classes
[javac] Compiling 380 source files to /home/elaheh/Desktop/vmkit2/mmtk/java/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[jar] Building jar: /home/elaheh/Desktop/vmkit2/mmtk/java/mmtk-vmkit.jar
BUILD SUCCESSFUL
Total time: 6 seconds
llvm[2]: Building Release+Asserts mmtk-vmkit.jar all
/home/elaheh/Desktop/llvm//Release+Asserts/bin/opt -load=/home/elaheh/Desktop/vm...
2013 Feb 24
7
Help: rJava ubuntu 12.04
...m -f libjri.so
cp src/libjri.so libjri.so
/usr/bin/javac -target 1.4 -source 1.4 -classpath src/JRI.jar -d examples
examples/rtest.java
warning: [options] bootstrap class path not set in conjunction with -source
1.4
Note: examples/rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
/usr/bin/javac -target 1.4 -source 1.4 -classpath src/JRI.jar -d examples
examples/rtest2.java
warning: [options] bootstrap class path not set in conjunction with -source
1.4
Note: examples/rtest2.java uses or overrides a deprecated API.
Note: Recompile with -Xlin...
2007 Feb 21
1
Problem with rjava in linux
...0 --purge
Now, I try to reinstall rjava, but now, the instalation dont work.
> install.packages('rJava',,'http://rforge.net',type='source')
h src/JRI.jar -d examples examples/rtest.java
Note: examples/rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
make[1]: Leaving directory `/tmp/R.INSTALL.To6153/rJava/jri'
** R
** inst
** preparing package for lazy loading
Error in parse(n = -1, file = file) : input buffer overflow
Error: unable to load R code in package 'rJava'
Execution halted
ERROR: lazy loading faile...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...edPoolDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class<?>) in java.sql.Wrapper
[javac] public class SharedPoolDataSource
[javac] ^
[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] 15 errors
[javac] 1 warning
BUILD FAILED
/root/rpmbuild/BUILD/commons-dbcp-1.2.1/build.xml:126: Compile failed; see the com...
2007 Jan 31
0
Fwd: Unable to load rJava - Undefined Symbol GetCreatedJavaVMs
...eaving directory `/tmp/R.INSTALL.G32323/rJava/jri/src'
rm -f libjri.so
cp src/libjri.so libjri.so
/usr/local/jdk1.5.0_11/bin/javac -target 1.4 -source 1.4 -classpath
src/JRI.jar -d examples examples/rtest2.java
Note: examples/rtest2.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/usr/local/jdk1.5.0_11/bin/javac -target 1.4 -source 1.4 -classpath
src/JRI.jar -d examples examples/rtest.java
Note: examples/rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
make[1]: Leaving directory `/tmp/R.INSTALL.G323...