Compiling H323 on * 1.4.4, Re-run 'make' does not work

Hello!
I am trying to run h323 channel driver on asterisk 1.4.4 and it is going hard. I did everything as written in readme files. The pwlib 1.10 compiled correctly, openh323 1.18 also compiled correctly. When I run ./configure in asterisk, it correctly figured out that it can make h323 module. I had asterisk in menuselect next to h323 channel. All went fine until make install in asterisk main directory. It tried to compile module, but returned


********** Re-run ‘make’ to pick up H.323 parameters **********


make[1]: *** [h323/libchanh323.a] Error 1
make: *** [channels] Error 2

Of course I did it again, but no effect, results were the same.
I tried with make, make install in many ways, always the same.
Please help, any ideas?

regards
Adam Lomnic

Hi, Have you found the solution for this problem. I am having the same problem. however, I just went ahead for another “make” looks like the H323 channel driver successfully loaded. run show channeltypes at Astterisk CLI, you will see the channel. Thanks.

lajmen
try ‘make clean’ and then try again ‘./configure’, ‘make’, ‘make install’.

Don’t have to use:

./configure
make menuselect
make
make ( second make to load the H323)
make install

the problem is the first make, we got the error message. However, the second “make” did successfully load the H323 for me.

Don’t have to use:

./configure
make menuselect
make
make ( second make to load the H323)
make install

the problem is the first make, we got the error message. However, the second “make” did successfully load the H323 for me.