Hi list,
I'm using the deken tool to package a library on linux. It worked nicely for linux_64, now I try the same thing for pd_darwin, but deken doesn't recognize the architecture at all, the file is just called {name}[{version}].dek
deken --version 0.5.0
should I rename it manually to {name}{version}.dek and upload it?
m.
On 11/24/18 5:54 PM, Max wrote:
Hi list,
I'm using the deken tool to package a library on linux. It worked nicely for linux_64, now I try the same thing for pd_darwin,
could you provide the binary (to me)?
but deken doesn't recognize the architecture at all, the file is just called {name}[{version}].dek
deken --version 0.5.0
should I rename it manually to {name}{version}.dek and upload it?
sure. "deken" is just a help that eases the creation and uploading of the dek-packages. it doesn't do much magic.
gfrdsa IOhannes
On 24.11.18 18:03, IOhannes m zmölnig wrote:
On 11/24/18 5:54 PM, Max wrote:
should I rename it manually to {name}{version}.dek and upload it?
sure. "deken" is just a help that eases the creation and uploading of the dek-packages. it doesn't do much magic.
bash: syntax error near unexpected token `('
I triple checked and there is just one opening bracket and a closing bracket in that order just as above..
On 11/24/18 6:24 PM, Max wrote:
On 24.11.18 18:03, IOhannes m zmölnig wrote:
On 11/24/18 5:54 PM, Max wrote:
should I rename it manually to {name}{version}.dek and upload it?
sure. "deken" is just a help that eases the creation and uploading of the dek-packages. it doesn't do much magic.
bash: syntax error near unexpected token `('
I triple checked and there is just one opening bracket and a closing bracket in that order just as above..
use quotes or backslash-escaping.
gadsmr IOhannes
On 11/24/18 6:03 PM, IOhannes m zmölnig wrote:
On 11/24/18 5:54 PM, Max wrote:
Hi list,
I'm using the deken tool to package a library on linux. It worked nicely for linux_64, now I try the same thing for pd_darwin,
could you provide the binary (to me)?
thanks. [got the file off-list]
for me, deken (0.5.0, as packaged in Debian) doesn't have any problems detecting the architecture. what is the full error you get?
fmdstr IOhannes
On 24.11.18 18:42, IOhannes m zmölnig wrote:
On 11/24/18 6:03 PM, IOhannes m zmölnig wrote:
On 11/24/18 5:54 PM, Max wrote:
Hi list,
I'm using the deken tool to package a library on linux. It worked nicely for linux_64, now I try the same thing for pd_darwin,
could you provide the binary (to me)?
thanks. [got the file off-list]
for me, deken (0.5.0, as packaged in Debian) doesn't have any problems detecting the architecture. what is the full error you get?
no error at all, just no architecture appended to the name. I just added it manually and uploaded successfully. (with the name in quotes)
m.