Error while testing Photoshop/MATLAB interface.
Mostra commenti meno recenti
- Contents.m
- psaddnoise.m
- psaverage.m
- psblur.m
- psblurmore.m
- psboxblur.m
- pschannelnames.m
- psclosedoc.m
- pscolorprofile.m
- pscolorsettings.m
- psconfig.m
- psconvertprofile.m
- pscustom.m
- psdocinfo.m
- psdocnames.m
- psdustandscratches.m
- psgaussianblur.m
- psgetpath.m
- psgetpixels.m
- pshighpass.m
- pshistogram.m
- psimread.m
- psjavascript.m
- psjavascriptu.m
- pslaunch.m
- pslayernames.m
- pslensblur.m
- pslogit.m
- psmaximum.m
- psmedian.m
- psminimum.m
- psmotionblur.m
- psnewdoc.m
- psnewdocmatrix.m
- psnewlayer.m
- psnewlayermatrix.m
- psnewpath.m
- psnumchannels.m
- psnumdocs.m
- psnumlayers.m
- psnumpaths.m
- psoffset.m
- psopendoc.m
- pspathnames.m
- psproto.m
- psquit.m
- psradialblur.m
- pssetactivechannels.m
- pssetactivedoc.m
- pssetactivelayer.m
- pssetpixels.m
- psshapeblur.m
- pssharpen.m
- pssharpenedges.m
- pssharpenmore.m
- pssmartblur.m
- pssurfaceblur.m
- psunsharpmask.m
- test1.m
- test10.m
- test11.m
- test12.m
- test13.m
- test14.m
- test2.m
- test3.m
- test4.m
- test5.m
- test6.m
- test7.m
- test8.m
- test9.m
- testall.m
- teststats.m
>> testall
Harness / mfile version: 11
Harness date: 21-Feb-2007
16-Feb-2025 15:55:06
Error using loadlibrary
Building psmatlab_thunk_pcwin64 failed. Compiler output is:
C:\ProgramData\MATLAB\SupportPackages\R2024b\3P.instrset\mingw_w64.instrset\bin\gcc -I"C:\Program
Files\MATLAB\R2024b\extern\include" -fexceptions -fno-omit-frame-pointer
-I"D:\Matlab\R2024b\work\Photoshop_MATLAB" -I"D:\Matlab\R2024b\work\Photoshop_MATLAB"
"psmatlab_thunk_pcwin64.c" -o "psmatlab_thunk_pcwin64.dll" -shared
Cannot create temporary file in C:\Users\bjbla\AppData\Local\Temp\: Permission denied
gcc: internal compiler error: Aborted signal terminated program collect2
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://sourceforge.net/projects/mingw-w64> for instructions.
Error in psjavascriptu (line 22)
loadlibrary([libPath ['psmatlab' libExt]], [libPath 'psmatlab.h']);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in testall (line 43)
pslogit(['App name: ' psjavascriptu('app.name')], psdisplay, pslog, pslogfile);
^^^^^^^^^^^^^^^^^^^^^^^^^
10 Commenti
Walter Roberson
il 17 Feb 2025
You need to figure out why C:\Users\bjbla\AppData\Local\Temp is not writable. That directory is the default temporary directory for Windows user bjbla and would normally be writable.
William Blanch
il 17 Feb 2025
Walter Roberson
il 17 Feb 2025
You do not need to make it a non-hidden folder to explore file permissions; https://www.microcenter.com/tech_center/article/10900/how-to-check-or-change-file-permissions-in-windows-10
William Blanch
il 17 Feb 2025
William Blanch
il 17 Feb 2025
dpb
il 17 Feb 2025
The red shield possibly means the local files are not synch'ed with OneDrive cloud-saved version...break any link of that file to One Drive.
dpb
il 17 Feb 2025
test3 : FAIL : Error: This statement is incomplete., line: 88
Well, there's a place to start...what is line 88????
William Blanch
il 17 Feb 2025
dpb
il 18 Feb 2025
dbstop if error
I don't have MW installed to verify unfortunately. Looks like you are having gcc compile and I have only tested with MS Visual Studio. Please install that and try again. There is a free version of visual studio.
- In Windows, install Microsoft Visual Studio.
You could try creating this folder C:\Users\bjbla\AppData\Local\Temp\: Permission denied or try running that command at the DOS prompt to see if you can figure out why your gcc is not working correctly.
Risposte (0)
Categorie
Scopri di più su Testing Frameworks in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!