reed-adept / aria-matlab

OUTDATED Matlab and Simulink Interfaces for ARIA -- most up to date code can now be found with the ARIA library package -- see website
http://robots.mobilerobots.com/wiki/ARIA
Other
4 stars 7 forks source link

Error in makemex #8

Open AmiraHamrouni opened 10 years ago

AmiraHamrouni commented 10 years ago

I am at step 5: "Run makemex.m in Matlab to compile the MEX interfaces. AriaVC10.dll It Will aussi copy from bin or bin64 directory into the matlab."

I have a compilation error MATLAB:

ariainstdir = C:/Program Files/MobileRobots/Aria ariaclink = -L. -lariac_vc10_i386 arialink = -L../lib -L../bin -lAriaVC10 def = -DWIN32 -win32 ariadll = ../bin/AriaVC10.dll arch = 32-bit username = ST hostname = STAGE You are on Windows 32 bit. Will attempt to use AriaVC10.dll and ariac_vc10_i386.lib, built in Release configuration for win32 platform with Visual C++ 2010. Copying ARIA DLL into current directory so Matlab can easily find it... Error using copyfile Accès refusé.

Error in makemex (line 124) eval(['copyfile ' ariadll ' .'])

I do not know where I can put ariadll and I do not know where I'll put

thank you for helping me