Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 1
c x 1

2 Posted Topics

Member Avatar for Adm666

You're including a .c file, not a file (.h). Thus the body of function "void read_comp (complex, int int)" in the .c file is declared before of prototype declaration in main.c. You have to create a header file and put the prototype of "void read_comp (complex, int, int);" And the …

Member Avatar for kristiangd
0
504
Member Avatar for Sturm

go to the directory where you extracted the source and looking allegro-config, then run it with these options . / allegro-config - libs - shared release and expected output like this -L/usr/lib-Wl,-Bsymbolic-functions-lalleg-4.2.2 I think that after you know how to link it with your source. regards

Member Avatar for kristiangd
0
1K

The End.