Git Product home page Git Product logo

Comments (4)

Aurel300 avatar Aurel300 commented on June 12, 2024

Which version of Haxe are you using? I'm guessing it's an old one: the ? syntax for optional native HashLink dependencies hasn't always been supported.

from hashlink.

aarree avatar aarree commented on June 12, 2024

Hey @Aurel300,
Thanks for getting back!
I am running a haxe:4.2.5 docker-container and build haschlink from git.
If i am not mistaken this should result in the newest Haxe and Hashlink versions.

Dockerfile looks like this.

FROM haxe:4.2.5
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

# install dependencies
COPY *.hxml /usr/src/app/
RUN yes | haxelib install all

# compile the project
COPY . /usr/src/app

RUN apt-get update 
RUN apt-get install -y --no-install-recommends \
    g++ \
    libmbedtls-dev \
    libopenal-dev \
    libpng-dev \
    libsdl2-dev \
    libturbojpeg-dev \
    libuv1-dev \
    libvorbis-dev \
    libsqlite3-dev \
    make
    
RUN haxelib install hlsdl && \
    haxelib git heaps https://github.com/HeapsIO/heaps.git && \
    haxelib git hashlink https://github.com/HaxeFoundation/hashlink.git master other/haxelib/

RUN git clone https://github.com/HaxeFoundation/hashlink
RUN cd hashlink && make 
RUN cd hashlink && make install

RUN haxe compile.hxml

RUN dir
RUN cp hashlink/*.hdll /usr/src/app/.
# run the output when the container starts
RUN gcc -O3 -o helloWorld -std=c11 -I out out/main.c sdl.hdll ui.hdll fmt.hdll openal.hdll ui.hdll uv.hdll -lhl

# docker build -t my-haxe-app .
# docker run -it my-haxe-app

from hashlink.

tobil4sk avatar tobil4sk commented on June 12, 2024

The fix is yet to come in an official Haxe release, so you'll have to use a nightly build of Haxe for the Hashlink/C code to generate properly.
HaxeFoundation/haxe#10509

from hashlink.

aarree avatar aarree commented on June 12, 2024

Thanks!
Could get it to work with the haxe_rc.

from hashlink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.