List Info

Thread: compile pwlib




compile pwlib
country flaguser name
Russian Federation
2007-04-28 01:46:03
Hello all,



I downloaded the new version of opal and pwlib from
sourceforge.net. But i can't compile pwlib. I got the
following error:



d:Opalopenh323pwlibincludeptclib/podbc.h(188) : error
C2039: 'DWORD' : is not a member of 'PTODBC'

d:Opalopenh323pwlibincludeptclib/podbc.h(422) : error
C2589: '__int64' : illegal token on right side of '::'

......

....ptclibpodbc.cxx(1190) : error C2872: 'USHORT' :
ambiguous symbol

        could be 'C:Program FilesMicrosoft Visual Studio
8VCPlatformSDKincludewindef.h(49) : unsigned short
USHORT'

        or 'c:program filesmicrosoft visual studio
8vcplatformsdkincludesqltypes.h(123) : PTODBC::USHORT'

.....



Could you tell me what is wrong with my pwlib. I have VS2003
and VS2005 installed on my pc. Also I've performed the faq
instactions on www.voxgratia.org but nothing helped me.



Thanks in advance,

Yury

------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Openh323-devel mailing list
Openh323-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openh323
-devel

Re: compile pwlib
country flaguser name
United States
2007-04-28 04:17:27

Currently there is a compile problem in the pwlib CVS. Looks
like Craig is 
currently doing some work on the DWORD issue and unixODBC
which has 
accidently broken the windows build. Bleeding edge...Isn't
one thing its 
the other. 

Do an update special to the 24/4 (prior to these changes)
and it should 
compile.

Simon

At 02:46 PM 28/04/2007, you wrote:
>Hello all,
>
>
>
>I downloaded the new version of opal and pwlib from
sourceforge.net. But i 
>can't compile pwlib. I got the following error:
>
>
>
>d:Opalopenh323pwlibincludeptclib/podbc.h(188) :
error C2039: 'DWORD' 
>: is not a member of 'PTODBC'
>
>d:Opalopenh323pwlibincludeptclib/podbc.h(422) :
error C2589: 
>'__int64' : illegal token on right side of '::'
>
>......
>
>....ptclibpodbc.cxx(1190) : error C2872: 'USHORT' :
ambiguous symbol
>
>         could be 'C:Program FilesMicrosoft Visual
Studio 
> 8VCPlatformSDKincludewindef.h(49) : unsigned short
USHORT'
>
>         or 'c:program filesmicrosoft visual studio 
> 8vcplatformsdkincludesqltypes.h(123) :
PTODBC::USHORT'
>
>.....
>
>
>
>Could you tell me what is wrong with my pwlib. I have
VS2003 and VS2005 
>installed on my pc. Also I've performed the faq
instactions on 
>www.voxgratia.org but nothing helped me.
>
>
>
>Thanks in advance,
>
>Yury
>
>--------------------------------------------------------
-----------------
>This SF.net email is sponsored by DB2 Express
>Download DB2 Express C - the FREE version of DB2 express
and take
>control of your XML. No limits. Just data. Click to get
it now.
>http://sourcefor
ge.net/powerbar/db2/
>_______________________________________________
>Openh323-devel mailing list
>Openh323-devellists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/openh323
-devel



------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Openh323-devel mailing list
Openh323-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openh323
-devel

Re: compile pwlib
country flaguser name
Russian Federation
2007-04-28 07:33:14
hello,

I have the same error with latest pwlib. Try to disable ODBC
on
windows platform using configure option, and than build
pwlib again.
I successfully compiled pwlib and opal with yesterday cvs
build.

configure --disable-odbc


---
Nikolay Goldschmidt                                 
callstransit.com
supportcallstransit.com                  http://www.callstransit.c
om
phone: +7 9166615591

> I downloaded the new version of opal and pwlib from
sourceforge.net.
> But i can't compile pwlib. I got the following error:
> d:Opalopenh323pwlibincludeptclib/podbc.h(188) :
error C2039:
> 'DWORD' : is not a member of 'PTODBC'
> 
> d:Opalopenh323pwlibincludeptclib/podbc.h(422) :
error C2589:
> '__int64' : illegal token on right side of '::'
> 
> ......
> 
> ....ptclibpodbc.cxx(1190) : error C2872: 'USHORT' :
ambiguous
> symbol
> 
>         could be 'C:Program FilesMicrosoft Visual
Studio
>         8VCPlatformSDKincludewindef.h(49) :
unsigned short
>         USHORT'
> 
>         or 'c:program filesmicrosoft visual studio
>         8vcplatformsdkincludesqltypes.h(123) :
PTODBC::USHORT'
> 
> .....
> Could you tell me what is wrong with my pwlib. I have
VS2003 and
> VS2005 installed on my pc. Also I've performed the faq
instactions
> on www.voxgratia.org but nothing helped me.


------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Openh323-devel mailing list
Openh323-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openh323
-devel

Re: compile pwlib
user name
2007-04-29 19:24:52
Simon Horne wrote:
> 
> Currently there is a compile problem in the pwlib CVS.
Looks like Craig is 
> currently doing some work on the DWORD issue and
unixODBC which has 
> accidently broken the windows build. Bleeding
edge...Isn't one thing its 
> the other. 
> 
> Do an update special to the 24/4 (prior to these
changes) and it should 
> compile.

I've fixed the problems on Windows and verified that the
current code 
compiles on both VS.net 2005 and Linux gcc 4.1 with
linuxODBC installed.

    Craig


------------------------------------------------------------
-----------
  Craig Southeren          Post Increment – VoIP Consulting
and Software
  craigspostincrement.com.au                  
www.postincrement.com.au

  Phone:  +61 243654666      ICQ: #86852844
  Fax:    +61 243656905      MSN: craig_southerenhotmail.com
  Mobile: +61 417231046      Jabber: craigsjabber.org

  "It takes a man to suffer ignorance and smile.
   Be yourself, no matter what they say."   Sting

------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Openh323-devel mailing list
Openh323-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openh323
-devel

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )