Nybörjarfråga om diverse bibliotek...
Postat: 24 nov 2007, 15:21
Efter att ha försökt använda en plugin till GIMP som heter MathMap och kapitalt misslyckats med detta har jag bara en liten kort fråga att ställa, efter att ha läst den logfil som MathMap så snällt efterskänkte. Den hävdar nämligen följande:
Så min kanske allt för snabba slutsats blir att jag måste installera något som ger mig tillgång till stdlib.h, math.h och complex.h.
Säkert busenkelt, men vad är det jag troligen inte fattat att jag måste installera?
J.R.
Kod: Markera allt
gcc -O2 -c -fPIC -o /tmp/mathfunc32576_1.o /tmp/mathfunc32576_1.c
/tmp/mathfunc32576_1.c:38:20: error: stdlib.h: No such file or directory
/tmp/mathfunc32576_1.c:39:18: error: math.h: No such file or directory
/tmp/mathfunc32576_1.c:40:21: error: complex.h: No such file or directory
/tmp/mathfunc32576_1.c:272: error: expected ‘;’, ‘,’ or ‘)’ before ‘n1’
/tmp/mathfunc32576_1.c:274: error: expected ‘;’, ‘,’ or ‘)’ before ‘i’
/tmp/mathfunc32576_1.c:276: error: expected ‘;’, ‘,’ or ‘)’ before ‘n’
/tmp/mathfunc32576_1.c:278: error: expected ‘;’, ‘,’ or ‘)’ before ‘i’
/tmp/mathfunc32576_1.c:279: error: expected ‘;’, ‘,’ or ‘)’ before ‘i’
/tmp/mathfunc32576_1.c:300: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘float’
/tmp/mathfunc32576_1.c: In function ‘calc_lines’:
/tmp/mathfunc32576_1.c:561: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:587: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:614: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:640: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:667: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:693: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c:700: warning: incompatible implicit declaration of built-in function ‘hypot’
/tmp/mathfunc32576_1.c:743: warning: incompatible implicit declaration of built-in function ‘pow’
/tmp/mathfunc32576_1.c: In function ‘init_frame’:
/tmp/mathfunc32576_1.c:797: warning: incompatible implicit declaration of built-in function ‘malloc’
Säkert busenkelt, men vad är det jag troligen inte fattat att jag måste installera?
J.R.