Some problems installing on Linux (and windows)

Hi

Tried to install WX package downloaded today and ran into problems with reference in .dproj and .dpk to WEBLib mixed with filenames were all is uppercase. Changing WEBLib to WEBLIB in both project files made the build process continue but in both Windows and Linux installation it fails on the pdf component :

Pas2JS Compiler version 2.1.1 [2021/09/20] for Linux x86_64
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXQRCode.pas (243, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXBarcode.pas (330, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXOCR.pas (189, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXJSONFormatter.pas (161, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXPDFViewer.pas (175, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXPDFViewer.pas (556, 34) Error: identifier not found "Point"
Compilation aborted

Build complete.

The terminal process terminated with exit code: 1.

FNC core is installed and Dashboard package complete without any problems. All components (FNC Foundation, Dashboard and WX) is downloaded today (including TMS WebCore VSC updated to latest edition 1.8.55097).

Br
Eirik Nesje

Hi,

Issue has been fixed here. The next version will address this. I have sent you an incremental source update as a private message. We'll investigate the case sensitivity issue.

Thanks!

Tested now with the new file and it continues but ran into problems with this :
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXQRCode.pas (243, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXBarcode.pas (330, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXOCR.pas (189, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXJSONFormatter.pas (161, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXPDFViewer.pas (177, 1) Warning: Unknown custom attribute "FNCJSLibReferenceAttribute"
/home/eirik/Develop/pascal/tmsvcs/components/tmsfncwxpackVSCReg/WEBLIB.TMSFNCWXPDFViewer.pas (237, 22) Error: identifier not found "PDFVIEWERJSGENERATETHUMBNAILS"
Compilation aborted

Build complete.

The terminal process terminated with exit code: 1.

BR
Eirik Nesje

Hi,

It's possible that a few files were missing in the incremental source update.

You can expect a TMS FNC WX Pack update later today. It will include a fix for the uppercase issue as well.