Re: "How freeradius compile with g++"

2005-10-17 Thread Alan DeKok
Manoj Patel <[EMAIL PROTECTED]> wrote: > Hi i was make all changes in header file and also in c file(for operator > variable in valuepair.c)But stil i gor error.When was i tried , then i got > eror for type casting. > *Like void * to char * * > Such type of type casitng is done c but not in c++?

Re: "How freeradius compile with g++"

2005-10-17 Thread Manoj Patel
Hi i was make all changes in header  file and also in c file(for operator variable in valuepair.c)But stil i gor error.When was i tried , then i got eror for type casting.   Like  void * to char *   Such type of type casitng is done c but not in c++? so there is any specific compiler is needed for

Re: "How freeradius compile with g++"

2005-10-17 Thread Manoj Patel
I was edites source code and also edited all header file but i got error ? There r type casting error?   i was compiled with compiler g++ 3.2.3 . so ther is any specific compiler is required? thanks manoj  On 10/16/05, Alan DeKok <[EMAIL PROTECTED]> wrote: Manoj Patel <[EMAIL PROTECTED]> wrote:> li

Re: "How freeradius compile with g++"

2005-10-16 Thread Alan DeKok
Manoj Patel <[EMAIL PROTECTED]> wrote: > like > in radiusd.h file , there r operator is declare as variable , but it is key > word in g++? > so how can i make freeradius with g++? Edit the source code. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h

"How freeradius compile with g++"

2005-10-15 Thread Manoj Patel
 Hello,Does anyone know how I could compile freeradius in C++ using g++ instead of  gcc ?I am not very familiar with the underlying configure mechanism , all i know is to type 'configure' an then 'make' ...   I would make chane in Make.inc file where CC= g++ insted of CC= gcc then i got so many er