Skip to content

Issue compiling a new project on Windows #9

@jgranduel

Description

@jgranduel

I have tried the new Windows version (perry-windows-x86_64.zip version 0.4.14), unzipped, put on PATH.
Perry folder comes like so:

perry_runtime.lib
perry_stdlib.lib
perry.exe

but, can't compile yet :

> perry compile .\src\main.ts -o myapp.exe
Collecting modules...
Found 1 module(s): 1 native, 0 JavaScript
Generating code...

Module init order (0 modules):

Wrote object file: main_ts.o
Linking (runtime-only)...
main_ts.o : error LNK2001: symbole externe non résolu perry_ui_app_create
main_ts.o : error LNK2001: symbole externe non résolu perry_ui_app_set_body
main_ts.o : error LNK2001: symbole externe non résolu perry_ui_app_run
...
main_ts.o : error LNK2001: symbole externe non résolu perry_get_orientation
main_ts.o : error LNK2001: symbole externe non résolu perry_get_device_idiom
myapp.exe : fatal error LNK1120: 216 externes non résolus
Error: Linking failed

A sructure error or real dependencies missing (or me missing documentation ?). Haven't tried winget yet, too cumbersome for a single test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions