[dev] Re: Problem with building glib on Windows

2011-05-16 Thread Tor Lillqvist
 cd ./wntmsci12/misc/build/glib-2.28.1/  nmake -f makefile.msc 

  /usr/bin/cp glib/glibconfig.h.win32 glib/glibconfig.h

 But 'glib/glibconfig.h.win32' and'glib/glibconfig.h' really exist.

Yeah, but /usr/bin/cp is hardly understandable to nmake.

--tml


-- 
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: Problem with building glib on Windows

2011-05-16 Thread Dmitry A. Ashkadov

16.05.2011 19:59, Tor Lillqvist пишет:

 cd ./wntmsci12/misc/build/glib-2.28.1/  nmake -f makefile.msc
  /usr/bin/cp glib/glibconfig.h.win32 glib/glibconfig.h
But 'glib/glibconfig.h.win32' and'glib/glibconfig.h' really exist.

Yeah, but /usr/bin/cp is hardly understandable to nmake.

--tml


In 'makefile.msc':

   $(GNUCOPY) glib/glibconfig.h.win32 glib/glibconfig.h

Maybe this problem is solved already? Or something is configured wrong?

--
С Уважением,
Дмитрий

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: Problem with building glib on Windows

2011-05-16 Thread Regina Henschel

Hi Dmitry,

I have problems too, see my mails from today morning.

For the problem with glib I have applied the patch from
http://openoffice.org/bugzilla/show_bug.cgi?id=117793

Kind regards
Regina

Dmitry A. Ashkadov schrieb:

  Hello!

I cannot build OpenOffice (cygwin, on Windows) because the module 'glib'
doesn't build!

mkdir.exe ./wntmsci12/misc/build/glib-2.28.1/
mkdir: cannot create directory
`./wntmsci12/misc/build/glib-2.28.1/': File exists
cd ./wntmsci12/misc/build/glib-2.28.1/  nmake -f makefile.msc 
C:/cygwin/bin/touch.exe

C:/cygwin/home/user_name/projects/openoffice/DEV300/glib/./wntmsci12/misc/build/so_built_so_glib

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

 /usr/bin/cp glib/glibconfig.h.win32 glib/glibconfig.h
Системе не удается найти указанный путь. (System cannot find
specified path)
NMAKE : fatal error U1077: '' : return code '0x1'
Stop.
dmake:  Error code 2, while making
'./wntmsci12/misc/build/so_built_so_glib'

But 'glib/glibconfig.h.win32' and 'glib/glibconfig.h' really exist.
Thanks!

--
С Уважением,
Дмитрий



--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: Problem with building glib on Windows

2011-05-16 Thread Regina Henschel

Hi Dmitry,

please excuse me, it was the wrong issue, should be
http://openoffice.org/bugzilla/show_bug.cgi?id=117792

Kind regards
Regina

Regina Henschel schrieb:

Hi Dmitry,

I have problems too, see my mails from today morning.

For the problem with glib I have applied the patch from
http://openoffice.org/bugzilla/show_bug.cgi?id=117793

Kind regards
Regina

Dmitry A. Ashkadov schrieb:

Hello!

I cannot build OpenOffice (cygwin, on Windows) because the module 'glib'
doesn't build!

mkdir.exe ./wntmsci12/misc/build/glib-2.28.1/
mkdir: cannot create directory
`./wntmsci12/misc/build/glib-2.28.1/': File exists
cd ./wntmsci12/misc/build/glib-2.28.1/  nmake -f makefile.msc 
C:/cygwin/bin/touch.exe
C:/cygwin/home/user_name/projects/openoffice/DEV300/glib/./wntmsci12/misc/build/so_built_so_glib


Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.

/usr/bin/cp glib/glibconfig.h.win32 glib/glibconfig.h
Системе не удается найти указанный путь. (System cannot find
specified path)
NMAKE : fatal error U1077: '' : return code '0x1'
Stop.
dmake: Error code 2, while making
'./wntmsci12/misc/build/so_built_so_glib'

But 'glib/glibconfig.h.win32' and 'glib/glibconfig.h' really exist.
Thanks!

--
С Уважением,
Дмитрий





--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help