Sorry, I've reported wrong code line numbers.

The line 52 is:

cel_paths.AddUniqueExpanded (CEL_CONFIGDIR);

but the problem is in the piece of code I've written in the last email. 
It's contained in 'initapp.cpp' file but it's very similar to 
'celpaths.cpp' one, which is:

// These defines should be set by the configure script
#ifndef CEL_CONFIGDIR
#ifdef CS_COMPILER_GCC
#warning CEL_CONFIGDIR not set
#endif
#define CEL_CONFIGDIR "/usr/local/" CEL_PACKAGE_NAME_VER
#endif

(without the "/lib" string at the end)

Greetings

E.

Emanuele Bertoldi ha scritto:
> Hi all!
>
> With current 1.9 branch (rev: 3723) it's impossible to compile CEL under 
> MSVC (9) because it returns this error during "libceltool" library 
> building process:
>
> Error C2146: syntax error: ')' missing before 'CEL_PACKAGE_NAME_VER' in 
> '...\libs\celtool\celpaths.cpp' line 52
>
> The piece of code is:
>
> 47: // These defines should be set by the configure script
> 48: #ifndef CEL_PLUGINDIR
> 49: #ifdef CEL_COMPILER_GCC
> 50: #warning CEL_PLUGINDIR not set
> 51: #endif
> 52: #define CEL_PLUGINDIR "/usr/local/" CEL_PACKAGE_NAME_VER "/lib"
> 53: #endif
>
> Please, fix it.
>
> Greetings,
>
> Emanuele
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Cel-main mailing list
> Cel-main@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cel-main
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cel-main mailing list
Cel-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cel-main

Reply via email to