473,503 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

common.h:67: error: array type has incomplete element type

1 New Member
Hello guys, I'm trying to install devsec an application for ffpeg for camera,but on,is a c programme,after compilation ,i now type make, then this two error are generated.common.h:67: error: array type has incomplete element type
common.h:71: error: array type has incomplete element type
make[2]: *** [common.o] Error 1
make[2]: Leaving directory `/root/devsec-3.0.6/ffmpeg/libavcodec'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/root/devsec-3.0.6/ffmpeg'
make: *** [install-recursive] Error 1
Can anybody solve this challenge
I'm using fedora core 5,
php-5.1.2-5
mysql-5.0.18-2.1
httpd-2.2.0-5.1.2
Oct 29 '07 #1
3 3982
epots9
1,351 Recognized Expert Top Contributor
Moved to the Misc Forums, please provide my details (product name, etc.) and then from there it will be placed in the appropriate forum.

**Moved from Programming Challenges
Oct 29 '07 #2
epots9
1,351 Recognized Expert Top Contributor
Please read the posting guidelines in regards to Double Posting
Oct 29 '07 #3
numberwhun
3,509 Recognized Expert Moderator Specialist
Hello guys, I'm trying to install devsec an application for ffpeg for camera,but on,is a c programme,after compilation ,i now type make, then this two error are generated.common.h:67: error: array type has incomplete element type
common.h:71: error: array type has incomplete element type
make[2]: *** [common.o] Error 1
make[2]: Leaving directory `/root/devsec-3.0.6/ffmpeg/libavcodec'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/root/devsec-3.0.6/ffmpeg'
make: *** [install-recursive] Error 1
Can anybody solve this challenge
I'm using fedora core 5,
php-5.1.2-5
mysql-5.0.18-2.1
httpd-2.2.0-5.1.2
You have double posted the same question. Please refrain from double posting and post your question in a forum that most closesly matches the topic of your question.

I have now merged your two (identical) thread to show epots9 responses to both and deleted one of your orignal thread since they are the same.

Regards,

Moderator
Oct 29 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
3715
by: Paul F. Dietz | last post by:
Is the following legal C? struct foo; struct foo (*p); /* Pointer to array of 10 foo structures */ struct foo { int bar; int baz; }; main() { printf("%d\n", sizeof(*p)); } Paul Dietz...
6
4174
by: Eric Smith | last post by:
Is a structure containing an incomplete array as its last element (per paragraph 2 of section 6.7.2.1 of ISO/IEC 9899:1999 (E)) itself an incomplete type? That appears to be indicated by paragraph...
7
2158
by: Jacob Schmidt | last post by:
Could anyone correct the error in my logic here?: #include <stdio.h> #include <stdlib.h> main () { const char message1 = {"\nCurved portion of graph -- D.G.A.C.\ \n A B C"}; const char...
22
2175
by: Neo | last post by:
Hi Folks, #include<stdio.h> int main() { int (*p); int arr; int i;
11
4431
by: truckaxle | last post by:
I am trying to pass a slice from a larger 2-dimensional array to a function that will work on a smaller region of the array space. The code below is a distillation of what I am trying to...
21
3065
by: rupesh_533 | last post by:
I am assuming the following things. 1.Pointer to an integer means it points to an integer,On incrementing the pointer,it points to the next integer in memory. 2.Pointer to an array of some size...
3
3867
by: Hallvard B Furuseth | last post by:
to find the required alignment of a struct, I've used #include <stddef.h> struct Align_helper { char dummy; struct S align; }; enum { S_alignment = offsetof(struct Align_helper, align) };
272
13871
by: Peter Olcott | last post by:
http://groups.google.com/group/comp.lang.c++/msg/a9092f0f6c9bf13a I think that the operator() member function does not work correctly, does anyone else know how to make a template for making two...
10
7599
by: arcadio | last post by:
Hi everyone, I'm currently struggling to compile a large piece of legacy code. GCC 3.3 compiles it without complaining, but GCC 4.2.3 (the default in Debian) refuses it and signals "several...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5596
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4689
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
401
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.