Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.
This repository was archived by the owner on May 27, 2021. It is now read-only.

Dev C++ Compile dyad.c errors #14

@mohamed-ghayyad

Description

@mohamed-ghayyad

I am new to dyad.c and i just created a project with it and when attempting to compile i got these errors.

************* Compiler Log ******************
Compiler: Default compiler
Building Makefile: "C:\Users\deel\Documents\CPP\dyad\Makefile.win"
Executing make...
make.exe -f "C:\Users\deel\Documents\CPP\dyad\Makefile.win" all
g++.exe -c dyad.c -o dyad.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -lwsock32

dyad.c: In function void vec_expand(char**, int*, int*, int)': dyad.c:111: error: invalid conversion fromvoid_' to `char_'

dyad.c: In function void select_grow(SelectSet*)': dyad.c:205: error: invalid conversion fromvoid_' to `fd_set_'

dyad.c: In function void stream_initAddress(dyad_Stream*)': dyad.c:462: error: invalid conversion fromvoid_' to `char_'

dyad.c:467: error: invalid conversion from void*' tochar*'

dyad.c: In function void dyad_update()': dyad.c:720: warning: converting tolong int' from `double'

dyad.c:721: warning: converting to long int' fromdouble'

dyad.c: In function dyad_Stream* dyad_newStream()': dyad.c:871: error: invalid conversion fromvoid_' to `dyad_Stream_'

dyad.c: In function void dyad_write(dyad_Stream*, const void*, int)': dyad.c:1040: error: invalid conversion fromconst void_' to `const char_'

make.exe: *** [dyad.o] Error 1

Execution terminated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions