Displaying 2 results from an estimated 2 matches for "static_p".
Did you mean:
static_ip
2011 May 16
0
Problem installing Rcplex in ubuntu
...site (everything as
standard, except
had it installed unto ~/ (the home directory) rather than the default
directory).
i type (from inside the directory where Rcplex_0.3-0.tar.gz is):
>CPLEX_INCLUDE_PATH=~/ILOG/CPLEX/cplex
>CPLEX_INCLUDE_PATH=~/ILOG/CPLEX/cplex/examples/x86-64_sles10_4.1/static_pic
>R CMD INSTALL \
--configure-args="--with-cplex-include=$CPLEX_INCLUDE_PATH \
--with-cplex-cflags=-fPIC \
--with-cplex-lib='-L$CPLEX_LIB_PATH/static_pic \
-lcplex -lm -lpthread'" Rcplex_0.3-0.tar.gz
and i get;
* installing to library ?~/R/x86_64-pc-linux-...
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...JSObject *)
JS_InitClass(JSContext *cx, JSObject *obj, JSObject *parent_proto,
- JSClass *clasp, JSNative constructor, uintN nargs,
+ const JSClass *clasp, JSNative constructor, uintN nargs,
JSPropertySpec *ps, JSFunctionSpec *fs,
JSPropertySpec *static_ps, JSFunctionSpec *static_fs)
{
@@ -1979,7 +1979,7 @@ JS_GetClass(JSObject *obj)
#endif
JS_PUBLIC_API(JSBool)
-JS_InstanceOf(JSContext *cx, JSObject *obj, JSClass *clasp, jsval *argv)
+JS_InstanceOf(JSContext *cx, JSObject *obj, const JSClass *clasp, jsval *argv)
{
JSFunction *fun;
diff...