Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-12-2009, 11:35 AM
|
#1
|
Member
Registered: Oct 2008
Posts: 36
Rep:
|
libnet-functions.h:1432:error:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
Hello,
I'm trying to make an application with libnet and the following error shows up:
/usr/include/./libnet/libnet-functions.h:1432: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘u_int32_t’
I looked into the libnet-functions.h file and found that there is a "inline" used before "u_int32_t". It seems that the compiler can't recognize the keyword "inline". How can I fix this problem? Thanks in advance.
|
|
|
11-13-2009, 04:33 AM
|
#2
|
Member
Registered: Oct 2009
Posts: 467
Rep:
|
Quote:
Originally Posted by Jane2008
Hello,
I'm trying to make an application with libnet and the following error shows up:
/usr/include/./libnet/libnet-functions.h:1432: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘u_int32_t’
I looked into the libnet-functions.h file and found that there is a "inline" used before "u_int32_t". It seems that the compiler can't recognize the keyword "inline". How can I fix this problem? Thanks in advance.
|
That's... strange. The "inline" directive is fairly standard.
1) Is that error message the *very first* error message that appears? If not, forget about it and go back to the first one the compiler spits out.
2) What compiler are you using?
John G
|
|
|
11-13-2009, 04:36 AM
|
#3
|
Member
Registered: Oct 2009
Posts: 467
Rep:
|
Quote:
Originally Posted by Jane2008
‘;’, ‘asm’ or ‘__attribute__’ before ‘u_int32_t’
|
Oh no, I was being stoopid. Change 'u_int32_t' to 'uint32_t'.
John G
|
|
|
All times are GMT -5. The time now is 08:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|