Apache module compilation error

I'm trying to compile an apache module (a tutorial module, Apache 2 Module Tutorial - GNU Build Tools and the Development Environment) and I get errors like this:

apr.h:273: error: expected �=�, �,�,�;�,�asm� or �__attribute__� before �apr_off_t�

those errors occur like 30 times in different files such as apr_buckets, apr_mmap, apr_file_io..

What is this problem about? :confused:

See the results of the Google Search:

apr.h:273: error: expected �=�, �,�,�;�,�asm� or �__attribute__� before �apr_off_t� - Google Search

I googled it before, of course. Which of those are "the solution"? I did not find anything there that helped me a lot :confused:

Well, you have to read though them :slight_smile:

Do you want me to read 30+ discussions on compiling the PERL module for Apache tell you the answer?

I'm not compiling the perl module! I'm compiling the tutorial module in the url I wrote and I got those errors.. Thats why I haven't found any answers that I've had any luck with..

And no, I don't want you to read all those 30+ pages :smiley: I just thought that someone had an idea of what the problem was and wanted to help:)

Thanks so far anyway:P