Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Syntax error @ src/gui/gqqconfig.c #20

Closed
cuihaoleo opened this issue Dec 11, 2011 · 1 comment
Closed

Syntax error @ src/gui/gqqconfig.c #20

cuihaoleo opened this issue Dec 11, 2011 · 1 comment

Comments

@cuihaoleo
Copy link

gqqconfig.c: 在函数‘gqq_config_init’中:
gqqconfig.c:245:42: 错误:expected ‘)’ before ‘{’ token
gqqconfig.c:250:5: 错误:expected expression before ‘GString’
gqqconfig.c:253:22: 错误:‘facedir’未声明(在此函数内第一次使用)
gqqconfig.c:253:22: 附注:每个未声明的标识符在其出现的函数内只报告一次
make[4]: *** [gqqconfig.o] 错误 1
    if(!g_file_test(cfgdir->str, G_FILE_TEST_EXISTS
       && -1 == g_mkdir(cfgdir->str, 0777)){            // a ")" is left out
        g_error("Create config dir %s error!(%s, %d)"
                , cfgdir->str, __FILE__, __LINE__);
    }) 
@shwangdev
Copy link
Collaborator

hmm, such a stupid mistake...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants