c++ - How can I compile Gnu C in windows -
Many people know how this can be a stupid question, but I'm asking it in any way because Give me some hints
The library that I am trying to compile is a screw toolkit for speech processing signal that is written (for a lack of a better description) Gnu C ++
This is a library for which Unix is written and I want to compile it in windows. In the form of any object, in the form of any object,
At that end I have installed the code :: block and a minu compiler. I have read that I can also use cgywn and it will start a layer which will explain gnu c before executing it originally, but let me leave that side for this moment.
The first issue I visited was that # needs a little love - well, there is no problem in it.
But now I feel that
scopy.c. 462 | Error: 'SIZEOF_SHORT' unannounced (first use in this function). I have also installed Visual Studio C ++ and have also received it.
I assemble it on SIZEOF_CHAR, SIZEOF_SHORT, SIZEOF_LONG, SIZEOF_FLOAT and SIZEOF_DOUBLE will be declared in a header or elsewhere.
Unfortunately I do not have any idea, so to reach definitions, it must be included in this.
What should I include?
Do I need to define these constants themselves because I am in a different environment?
In addition, I can bark the wrong tree, any help is appreciated.
Repeat for all other types. #define (compressed) #define SIZEOF_CHAR size (four)
# codef_SHORT
Comments
Post a Comment