So, does it mean that there's no way to run any of the examples at the moment in Visual Studio? It looks like there are still some dependencies among libraries that have to be resolved.
I'm trying to run the 'direct' example and getting the following errors when compiling the project: 1>Compilando... 1>declare_queues.cpp 1>c:\qpid-0.4\qpidc-0.4\src\qpid\sys\posix\integertypes.h(24) : fatal error C1083: No se puede abrir el archivo incluir: 'stdint.h': No such file or directory 1>direct_producer.cpp 1>c:\qpid-0.4\qpidc-0.4\src\qpid\sys\posix\integertypes.h(24) : fatal error C1083: No se puede abrir el archivo incluir: 'stdint.h': No such file or directory 1>listener.cpp 1>c:\qpid-0.4\qpidc-0.4\src\qpid\sys\posix\integertypes.h(24) : fatal error C1083: No se puede abrir el archivo incluir: 'stdint.h': No such file or directory is there a simple solution to this? Stdint.h is a basic C library to deal with integer types. Can we somehow get rid of these dependencies? thank you! 2009/1/21 Steve Huston <[email protected]> > > well, I've tried to do so but I'm still getting the same errors. > > > > fatal error C1083: ... 'stdint.h': No such file or directory > > > > > > any ideas? did this ever happen to you? > > thanks for your answers! > > Right - there are a number of changes that need to be made above the > project generation. Customer demands are a higher priority, but I'll > get to these as quickly as I can. > > -Steve > > > 2009/1/21 Danushka Menikkumbura <[email protected]> > > > > > > > > I'm trying to make qpid work using Microsoft Visual Studio > > 9.0. I've > > >> managed > > >> to start the broker after several hours. At the moment > > it's running and > > >> listening to port 5672. > > >> > > >> Once I've achieved this, I've been trying to run any of > > the examples that > > >> come with qpid, but so far didn't manage to do it. It looks like > > >> everything > > >> has been thought to be built on a Linux system. I'm not > > being able to run > > >> neither the examples under the /Examples directory nor the > > tests under > > >> /src/tests directory. > > >> > > >> Can anybody help me out with this? Perhaps I'm not using > > Visual Studio > > >> properly. Is anyone running the examples with this framework? > > >> > > >> > > >> By the way, I'm using the version of qpid that can be found here: > > >> > > >> http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz > > >> > > >> > > >> Thanks in advance for your help. > > >> > > >> Marc > > >> > > >> > > > I think you have to create a VS solution for examples, yourself. > > > > > > Danushka > > > > > > -- > > > Danushka Menikkumbura > > > Technical Lead, WSO2 Inc. > > > > > > blog : http://danushka-menikkumbura.blogspot.com/ > > > > > > http://wso2.com/ - "The Open Source SOA Company" > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > Apache Qpid - AMQP Messaging Implementation > > > Project: http://qpid.apache.org > > > Use/Interact: mailto:[email protected] > > > > > > > > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > >
