User forums > Help

linux compile error

<< < (2/2)

st3vie:
i have the same problem. The anonymous cvs is a few hours behind, so it should be available soon (i hope) when you do an cvs update. So a bit more patience and things should be okay. :)

-st3vie

mandrav:
If you 're in a hurry, create src/plugins/contrib/Makefile.am and put the following lines in it:


--- Code: ---SUBDIRS = codestat profiler

--- End code ---

Just delete it before running cvs update later (or it 'll complain)...

st3vie:
ok, it's compiling here with this dirty fix. However it needed some extra tweaks.

After adding the Makefile with SUBDIRS, like you said, it complains about two other files,
but i made these with touch

--- Code: ---touch src/plugins/contrib/profiler/Makefile.in
touch src/plugins/contrib/profiler/resources/Makefile.in
--- End code ---

now configure went alright, and i'm running make as we... uhh.. write. :)

-st3vie

mandrav:

--- Quote from: st3vie on September 25, 2005, 11:08:55 pm ---ok, it's compiling here with this dirty fix. However it needed some extra tweaks.

--- End quote ---

It's not a dirty fix, it's the missing file...


--- Quote from: st3vie on September 25, 2005, 11:08:55 pm ---After adding the Makefile with SUBDIRS, like you said, it complains about two other files,
but i made these with touch

--- Code: ---touch src/plugins/contrib/profiler/Makefile.in
touch src/plugins/contrib/profiler/resources/Makefile.in
--- End code ---

now configure went alright, and i'm running make as we... uhh.. write. :)

-st3vie

--- End quote ---

Well, these files are generated by automake. You should run bootstrap and they 'll be created automatically...

st3vie:
it seems that i was still missing the profiler dir, even after a cvs update. And that was what bootstrap was complaining about to me, which is pretty normal then, of course.

But now things are okay. thanks.

-st3vie

Navigation

[0] Message Index

[*] Previous page

Go to full version