Re: [Wengophone-devel] gtk status?

2006-12-22 Thread Dave Neary

Hi,

Alvaro A. Ramirez wrote:
 I know some time ago, a gtk frontend got started for wengo. What is the
 current status of this gtk client? I'd like to get involved... could
 someone please enlighten me?

There's some code in svn:
http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/wengophone-ng/trunk/wengophone/src/presentation/gtk

To my knowledge, it's incomplete and inactive. The last patch was 9
months ago.

Would you like to have a go at getting it working better?

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] gtk status?

2006-12-22 Thread Alvaro A. Ramirez
Hi Dave,

Thanks for that. I'll have a look at the repository. I'd definitely like
to get involved and get it to a better state.

Alvaro

On Fri, 2006-12-22 at 09:23 +0100, Dave Neary wrote:
 Hi,
 
 Alvaro A. Ramirez wrote:
  I know some time ago, a gtk frontend got started for wengo. What is the
  current status of this gtk client? I'd like to get involved... could
  someone please enlighten me?
 
 There's some code in svn:
 http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/wengophone-ng/trunk/wengophone/src/presentation/gtk
 
 To my knowledge, it's incomplete and inactive. The last patch was 9
 months ago.
 
 Would you like to have a go at getting it working better?
 
 Cheers,
 Dave.
 

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Problem with detection of Boost in CMake (2.1 branch)

2006-12-22 Thread Dave Neary

Hi,

Dave Neary wrote:
 After some digging it turns out that it works OK with the FindBoost in
 our tree before revision 8809 - there's a bug-fix to add -gcc-mt which
 appears to apply all the time - the check is never done without the
 -gcc-mt for libraries.
 
 I'm not sure yet how to fix this properly, but reverting FindBoost got
 me compiling again.

I have characterised this - don't know what to do to fix it, though.

Here's what happens:

test for BOOST_DATE_TIME

if (not found)
 set BOOST_LIB_SUFFIX=-gcc-mt
 test for BOOST_DATE_TIME

test for BOOST_FILESYSTEM_LIBRARY

etc

The problem is the test for BOOST_DATE_TIME, which sets a suffix if it's
not found without one, and then doesn't unset it (so all of the
following tests don't look for the lib without the suffix).

The best way to fix this, IMHO, is to remove the test for
BOOST_DATE_TIME, which isn't a dependency of the wengophone. The
alternative way is to unset BOOST_LIB_SUFFIX before each successive test
- could someone who understands CMake a bit better make a patch?

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Compile issues and OpenWengo

2006-12-22 Thread Dave Neary

Hi,

Update on the compilation situation:

Dave Neary wrote:
 Platform |   |   |   |
 ---. | Win32 |  Mac  | Linux |
 Branch  \|   |   |   |
 -+---+---+---+
 trunk| cmake |   |   |
 -+---+---+---+
 2.0  | scons |   | scons |
 -+---+---+---+
 2.1  | cmake |   |   |
 -+---+---+---+

scons is recommended for the 2.0 branch. cmake is recommended for both
the trunk and the 2.1 branch for all platforms.

 Targets:
 Building the Wengophone
 Building an NSIS installer (is this possible  tested with cmake?)

With cmake, there are now only 3 targets - make/make all: builds the
Wengophone. make lupdate: Updates translations from .ts files. make
install: On Windows, generate the NSIS installer, on Mac, generate a
.app, on Linux, install files to the system (default prefix: /usr)

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] SVN access

2006-12-22 Thread Andreas Schneider
Hi,

I have no svn access for wengophone-2.1 branch and for owbuild. I have
fixes here e.g. fix for the FindBoost.cmake problems :)

-- andreas



-- 
http://www.cynapses.org/ - cybernetic synapses




signature.asc
Description: OpenPGP digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] SVN access

2006-12-22 Thread Andreas Schneider
Dave Neary wrote:
 Hi Andreas,
 
 Andreas Schneider wrote:
 I have no svn access for wengophone-2.1 branch and for owbuild. I have
 fixes here e.g. fix for the FindBoost.cmake problems :)
 
 While you're waiting (it might be after next week with the holidays) is
 there any chance you could attach the patch to the trac ticket #12T4 I
 just created for the problem I described on the list, please?

http://www.cynapses.org/tmp/wengophone/FindBoost.diff

-- andreas

 
 Cheers,
 Dave.
 
 

-- 
http://www.cynapses.org/ - cybernetic synapses




signature.asc
Description: OpenPGP digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel