Languages

Menu
Sites
Language
Build error of shared library project when package name include hyphen "-"

shared library project use project name as entry function name.

when project name including any character which is not allowed by variable naming rule, it is compile error.

For instance, project name is hello-test which hyphen is not allowed for variable. compile error can be found.

Please check this issue.

Responses

4 Replies
daniel kim

Hi,

It's now allowed for now.  I think that "hello.test" can be alternative name.

Regards

Bogon Kim

When it is not allowed.

IDE should show some kinds of error or block to create the tizen project.

When it is not, should be supported

Alex Dem

Hi,
I think in such cases for shared libraries  "-" character in function names should be replaced with allowed character  "_" automatically.
Alexey.

Bogon Kim

I agree with it which is not doing by IDE