On Nov 8, 2012, at 3:34 PM, niandra wrote:
> Sorry but i'm really a beginner.
>
> If when i use opencv with Xcode i need to set the following path
> /System/Library/Frameworks
> /usr/local/include
> /usr/local/lib
>
> how can i specify this in R CMD SHLIB?
>
Those are essentially default s
Yes i know, i need to study.
i'm trying to understand all this stuff, i never use c++ or Unix.
G.M.
Il giorno 08/nov/2012, alle ore 22:58, Dirk Eddelbuettel ha
scritto:
>
> On 8 November 2012 at 12:53, niandra wrote:
> | Edit
> |
> | i try to use this comman in terminal:
> | R CMD SHLIB pr
On 8 November 2012 at 12:53, niandra wrote:
| Edit
|
| i try to use this comman in terminal:
| R CMD SHLIB prova2.cpp -l/usr/local/lib -l/usr/local/include
| -l/System/Library/Frameworks and gave me this error
You may want to go back to some introduction to Unix and its toolchains and
revisit
Edit
i try to use this comman in terminal:
R CMD SHLIB prova2.cpp -l/usr/local/lib -l/usr/local/include
-l/System/Library/Frameworks and gave me this error
g++ -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined
dynamic_lookup -single_module -multiply_defined suppress -L/usr/lo
Sorry but i'm really a beginner.
If when i use opencv with Xcode i need to set the following path
/System/Library/Frameworks
/usr/local/include
/usr/local/lib
how can i specify this in R CMD SHLIB?
--
View this message in context:
http://r.789695.n4.nabble.com/unable-to-load-shared-object-
On Nov 8, 2012, at 3:19 PM, niandra wrote:
> Hi all
>
> i'm trying to use the opencv's function into R.
>
> i wrote a simple script, just for try to understand how use c++ in R, it
> loads an image and write it with a different name (i know it ), and then
> write "Hello, World". The file is nam
Hi all
i'm trying to use the opencv's function into R.
i wrote a simple script, just for try to understand how use c++ in R, it
loads an image and write it with a different name (i know it ), and then
write "Hello, World". The file is names prova2.cpp (is the first time i try
to use c++ )
#inclu