1. ronaldo florendo jr
  2. Valentina Reports ADK
  3. Tuesday, October 05 2021, 02:08 PM
  4.  Subscribe via email
I'm happy to produce my first report on xojo + valentina on my development mac pc.
But when I deployed it in linux, my app wont run.

I already added files requirement within my xojo build folders as shown here
References
  1. https://ibb.co/RgHMMDL
Comment
There are no comments made yet.
Sergey Pashkov Accepted Answer
Hello Ronaldo,

It seems you copied libraries for macOS, not for Linux.

Please check out our deployment guide
References
  1. http://valentina-db.com/docs/dokuwiki/v11/doku.php?id=valentina:products:adk:v4rb:manual:deployment:linux
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 1
ronaldo florendo jr Accepted Answer
ok let me check. Thanks!
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 2
Sergey Pashkov Accepted Answer
Also, it is important to use the same version of vcomponents that were used to compile the app.

The fastest way to check the version is to run otool in the Terminal.app on some of the libraries, for example:
otool -L /usr/local/lib/vcomponents_x64/libvshared_fat_release_x64.dylib


otool -L /usr/local/lib/vcomponents_x64/libvshared_fat_release_x64.dylib
/usr/local/lib/vcomponents_x64/libvshared_fat_release_x64.dylib:
/usr/local/lib/vcomponents_x64/libvshared_fat_release_x64.dylib (compatibility version 11.4.6, current version 11.4.6)


Then we can use this version to download an appropriate file:

http://valentina-db.com/download/prev_releases/11.4.6/lin_64/vcomponents_64.zip
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.