Categories

Blogroll

[e-users] easy_17.sh successful on Fedora 8, fails on RHWS 4

Thanks to all for the assistance with easy_17.sh. I was able to
successfully build e using it on my fedora 8 box. I’m now trying to run
it on my Red Hat Workstation 4 box and when compiling imlib2, I receive
the following error:

./configure: line 22512: syntax error near unexpected token `libpng12,’
./configure: line 22512: ` PKG_CHECK_EXISTS(libpng12,’

Looking at the configure code I see the following:

if test “$png_loader” != no ; then
PKG_CHECK_EXISTS(libpng12,
PKG_CHECK_MODULES(PNG, libpng12, [ png_ok="yes" ], [ png_ok="no"]),

PKG_CHECK_EXISTS(libpng10,
[ PKG_CHECK_MODULES(PNG, libpng10, [ png_ok="yes" ], [
png_ok="no"]) ],
[ PKG_CHECK_MODULES(PNG, libpng, [ png_ok="yes" ], [
png_ok="no"]) ]
)

)
fi

Pretty complex scripting there, but at first glance, I don’t see the
syntactical error.

I can’t find where PKG_CHECK_EXISTS is defined though.

Any suggestions would be appreciated.


Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
– Benjamin Franklin

————————————————————————-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Wednesday ~ January 01, 2008 by admin Posted in linux | No Comments

[Wine] Running windows subversion client on Wine

Hello, everyone.

I’m giving Enterprise Architect a try under Wine but I’m dealing with
a weird problem when I try to use SVN to update EA’s packages.

EA does not work with the Linux native SVN client, so I installed a
win32 SVN client under wine. When I try to run this client, I get the
following error:
svn: Network socket initialization failed

Running just the client from the command line gives me this:
/tmp/svn-win32-1.4.6/bin$ export WINEDEBUG=’-all,+winsock’
/tmp/svn-win32-1.4.6/bin$ wine svn.exe update ~/development/e-dj/
trace:winsock:DllMain 0×7eda0000 0×8 (nil)
trace:winsock:DllMain 0×7eda0000 0×1 0×1
trace:winsock:WSAStartup verReq=2
trace:winsock:WSAStartup succeeded
trace:winsock:WSAStartup verReq=202
trace:winsock:WSAStartup succeeded
svn: Network socket initialization failed
trace:winsock:DllMain 0×7eda0000 0×0 0×1

The excerpt o code within SVN that’s returning this error is at session.c:
/* Can we initialize network? */
if (ne_sock_init() != 0)
return svn_error_create(SVN_ERR_RA_DAV_SOCK_INIT, NULL,
_(”Network socket initialization failed”));

I’m running Ubuntu 7.10 64-bits, Wine-0.9.46 from Ubuntu’s repository
and Subversion 1.4.6.

Any ideas?

Cheers,
Rafael.

_______________________________________________
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users

Wednesday ~ January 01, 2008 by admin Posted in linux | No Comments

Re: [Wine] a bug?

On Jan 23, 2008 12:17 AM, Tian Gong Li wrote:
> I tried wine version 0.9.51 and 0.9.53. I always got this problem when
> executing a windows application
>
> assertion failed “(*(const char*)_DBUS_FUNCTION_NAME) != ‘_’” file
> “dbus-connection.c” line 2877 function _dbus_connection_read_write_dispatch
>
> I read some info online, someone says in latest version this is solved. but
> I think .53 is the latest and I still got this error.

The fix is not in wine, but rather in libdbus.
Fedora Core 5 in particular, but possibly other distros,
shipped with multiple or broken copies of libdbus.

What version of Linux are you using?
Can you try a more recent Linux?
- Dan

_______________________________________________
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users

Wednesday ~ January 01, 2008 by admin Posted in linux | No Comments

« older posts