Re: [anjuta-list] library project naming.



Hi,

Le 02/08/2011 05:13, Paul Elliott a écrit :
Suppose you want to create the turtle library.

If using anjuta you name your project libturtle, then the name of the library,
(the .la file), will be liblibturtle.la which is not what you want.

But if you name your project turtle, then the name of the la file will be
libturtle.la which is correct. But the name of the tar ball if you do a
	make dist-gzip
will be:
turtle-YADA.gz which is not what you want.
you want
libturtle-YADA.gz

You want the directory inside the tarball to be libturtle-YADA not turtle-
YADA.

As it is now, the workaround is to name your project "turtle", then rename
the project "libturtle" later. This will get both the name of the library and
the name of the project right!

Thanks for reporting this issue. Just to be sure, you create your project with File->New->project and select the Library project, that's it?

This part is handled by the new project template, I don't know how to fix it but I will try to do it for the next release. Could you add a bug report for this? It's easier to remember.


Regards,

Sébastien


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]