Hi Katsumi,

your first attempt was the right one. SOURCE_DIR is the ParaViewWeb
source directory that you get from git. It's the higher directory that
contains a CMakeList.txt file.

Now the question is, what do you mean by CMake doesn't work.

Seb

On Mon, May 30, 2011 at 5:53 AM,  <katsumi.sek...@unisys.co.jp> wrote:
> Dear Sebastien,
>
> hello, as you mentioned,  I missed activemq-cpp project build. Sorry...
> I successed activemq-cpp build and ParaView build. But in the next phase,
> I met a trouble.
>
> By the manual (website and readme.txt), I have to build the "build-pw" 
> directory
> by "ccmake ../SOURCE_DIR". But I couldn't find "SOURCE_DIR".
> So I tried "ParaViewWeb" directory gotten by git command. But cmake doesn't 
> work...
> How should I indicate directory as the "SOURCE_DIR" ?
>
> Best regards,
>
> Katsumi SEKIDO
>
>> -----Original Message-----
>> From: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com]
>> Sent: Thursday, May 26, 2011 8:54 PM
>> To: Sekido, Katsumi
>> Cc: paraview@paraview.org
>> Subject: Re: paraviewweb on windows
>>
>> Hi Katsumi,
>>
>> did you looked at that web page ?
>> http://activemq.apache.org/building-activemq-cpp.html
>>
>> The first link refer to the project that you are missing. I
>> guess, in your case, you'll have to build that project too.
>>
>> Seb
>>
>> On Thu, May 26, 2011 at 4:20 AM,  <katsumi.sek...@unisys.co.jp> wrote:
>> > Dear Sebastien,
>> >
>> > hello, now I'm trying build ParaViewWeb server on Linux(CentOS5.6).
>> > But at the make process of activemq-cpp, error has occured.
>> > The message is "/usr/bin/ld: cannot find -luuid".
>> > So I search some uuid-rpms and attached them, but the
>> situation doesn't change.
>> > So please let me know how can I resolve this error.
>> >
>> > Best regards,
>> >
>> > Katsumi SEKIDO
>> >
>> >> -----Original Message-----
>> >> From: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com]
>> >> Sent: Wednesday, May 11, 2011 3:05 PM
>> >> To: Sekido, Katsumi
>> >> Cc: paraview@paraview.org
>> >> Subject: Re: paraviewweb on windows
>> >>
>> >> Hi Katsumi,
>> >>
>> >> If you can get a Linux machine, it will be way simpler.
>> >> On the other hand, for git you can use the http url which use the
>> >> standard http protocol to communicate. So you shouldn't
>> get any issue
>> >> with your proxy.
>> >>
>> >> > git clone http://paraview.org/ParaViewWeb.git
>> >>
>> >> Seb
>> >>
>> >> On Wed, May 11, 2011 at 12:03 AM,
>> >> <katsumi.sek...@unisys.co.jp> wrote:
>> >> > Dear Sebastien,
>> >> >
>> >> > hello, thank you for reply. I understand the situation. We
>> >> will try to
>> >> > build on Linux or (if possible) Windows.
>> >> >
>> >> > But anyway threre is one problem. I installed Cygwin and
>> try to get
>> >> > source file and makefile and other resources, but our
>> company proxy
>> >> > server does not open git-protocol port, so I couldn't get
>> >> them. And it might impossible to open this port.
>> >> >
>> >> > So... if possible, could you send me these resources as
>> attachments?
>> >> > And if it is difficult, it is very helpful to let me know
>> >> any download sites...
>> >> >
>> >> > Best regards,
>> >> >
>> >> > Katsumi SEKIDO
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com]
>> >> >> Sent: Tuesday, May 10, 2011 9:15 PM
>> >> >> To: Sekido, Katsumi
>> >> >> Cc: paraview@paraview.org
>> >> >> Subject: Re: paraviewweb on windows
>> >> >>
>> >> >> Hi Katsumi,
>> >> >>
>> >> >> as I said previously, ParaViewWeb should work on Windows
>> >> but it's a
>> >> >> non-tested platform. Which means we can't really help you
>> >> with that.
>> >> >> So if you don't have any skills in building such system on
>> >> Windows,
>> >> >> you should definitely try to get a Linux or a Mac.
>> >> >> That's exactly what happen with Luca who finally managed
>> >> to setup a
>> >> >> server on Linux.
>> >> >>
>> >> >> Seb
>> >> >>
>> >> >> On Tue, May 10, 2011 at 5:48 AM,
>> >> <katsumi.sek...@unisys.co.jp> wrote:
>> >> >> > Dear Sebastien,
>> >> >> >
>> >> >> > hello, now I'm trying to build ParaViewWeb server on Windows.
>> >> >> > Your colleague could built it smoothly... but now I
>> am in a mess.
>> >> >> >
>> >> >> > I am ashamed my poor skill. And I need your support.
>> >> >> >
>> >> >> > I read website
>> >> >> "http://www.vtk.org/Wiki/ParaViewWeb_Building"; and FAQ,
>> >> >> > but the description is only for UNIX. So I wonder if I
>> >> >> shoud install
>> >> >> > Cygwin or install Windows utilities individually. (
>> For example
>> >> >> > "nmake" )
>> >> >> >
>> >> >> > So it is very helpful for me to know more detailed building
>> >> >> procedure for Windows.
>> >> >> > And as you wrote, now getting activemq-cpp 3.1.0. is very
>> >> >> difficult...
>> >> >> > Please let me know how to get/build activemq-cpp 3.1.0.
>> >> >> >
>> >> >> > Best regards,
>> >> >> >
>> >> >> > Katsumi SEKIDO
>> >> >> >
>> >> >> >> -----Original Message-----
>> >> >> >> From: Sebastien Jourdain
>> >> >> >> [mailto:sebastien.jourd...@kitware.com]
>> >> >> >> Sent: Thursday, April 28, 2011 8:50 PM
>> >> >> >> To: Sekido, Katsumi
>> >> >> >> Subject: Re: paraviewweb on windows
>> >> >> >>
>> >> >> >> Hi Katsumi,
>> >> >> >>
>> >> >> >> ParaViewWeb should work on windows. But it has never
>> >> been really
>> >> >> >> tested on Windows. Although one of my colleague did
>> >> >> managed to build
>> >> >> >> it.
>> >> >> >> The tricky part will be to get/build activemq-cpp
>> >> 3.1.0. The rest
>> >> >> >> should be pretty smooth.
>> >> >> >>
>> >> >> >> Seb
>> >> >> >>
>> >> >> >>
>> >> >> >> On Thu, Apr 28, 2011 at 1:44 AM,
>> >> >> <katsumi.sek...@unisys.co.jp> wrote:
>> >> >> >> > Dear Sebastien,
>> >> >> >> >
>> >> >> >> > Hello, I read the mail thread "[Paraview] [paraviewweb]
>> >> >> >> trouble with paraviewweb on windows".
>> >> >> >> > But unfortunately we have to build a paraviewweb server on
>> >> >> >> Microsoft Windows.
>> >> >> >> > I guess... Mac works as a server well, so it is possible to
>> >> >> >> build a server on Windows.
>> >> >> >> > Do you have any plan to make it possible to build a server
>> >> >> >> on Windows?
>> >> >> >> > And if you have no plan, please tell me how can I build a
>> >> >> >> server on Windows?
>> >> >> >> >
>> >> >> >> > Best regards,
>> >> >> >> >
>> >> >> >> > Katsumi SEKIDO
>> >> >> >> >
>> >> >> >>
>> >> >>
>> >>
>>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to