Will there ever be a 1.5.x build for 12.10

Asked by Markus Nowatzki

Hi Guys,

somehow I don't get 1.5.4 built on my 12.10 Kubuntu. All necessary packages are installed. It configures okey, but then hangs at

creating C++ source file /home/markus/Desktop/poedit-1.5.4/src/compiled_xrc.cpp...

Here the output of ./configure

markus@markus-desktop:~/Desktop/poedit-1.5.4$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking for install location... /usr/local
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.7 (--unicode)... yes (version 2.8.12)
checking for wxWidgets static library... no
checking if wxWidgets includes XRC... yes
checking for wxrc... /usr/bin/wxrc
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking for mkdtemp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTKSPELL... yes
checking if wxWidgets toolkit uses GTK+ 2... yes
checking for Berkeley DB >= 4.7 (C++)... header db_cxx.h, library -ldb_cxx
checking for a sed that does not truncate output... /bin/sed
checking whether the C++ compiler accepts the -Wall flag... yes
checking whether the C++ compiler accepts the -Wextra flag... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating locales/Makefile
config.status: creating docs/Makefile
config.status: creating macosx/Info.plist
config.status: executing depfiles commands

Configured poedit-1.5.4 for x86_64-unknown-linux-gnu

    Debugging information: no
    Translation memory: yes
    Spellchecking: yes

Here is what make is givin me:

markus@markus-desktop:~/Desktop/poedit-1.5.4$ make
Making all in src
make[1]: Betrete Verzeichnis '/home/markus/Desktop/poedit-1.5.4/src'
  CXX attentionbar.o
  CXX errorbar.o
  CXX catalog.o
  CXX edapp.o
  CXX edframe.o
edframe.cpp:1341:6: Warnung: unbenutzter Parameter »from_save« [-Wunused-parameter]
  CXX fileviewer.o
  CXX parser.o
  CXX isocodes.o
  CXX prefsdlg.o
  CXX propertiesdlg.o
  CXX progressinfo.o
  CXX digger.o
  CXX gexecute.o
  CXX summarydlg.o
  CXX findframe.o
  CXX commentdlg.o
  CXX transmem.o
  CXX transmemupd.o
  CXX transmemupd_wizard.o
  CXX manager.o
manager.cpp: In Elementfunktion »void ManagerFrame::UpdateListPrj(int)«:
manager.cpp:143:44: Warnung: Typkonvertierung in Zeiger von Ganzzahl anderer Breite [-Wint-to-pointer-cast]
manager.cpp: In Elementfunktion »void ManagerFrame::OnNewProject(wxCommandEvent&)«:
manager.cpp:373:54: Warnung: Typkonvertierung in Zeiger von Ganzzahl anderer Breite [-Wint-to-pointer-cast]
  CXX chooselang.o
  CXX export_html.o
  CXX icons.o
  CXX pl_evaluate.o
  CXX editlbox.o
  CXX edlistctrl.o
  CXX cat_sorting.o
  CXX utility.o
/usr/bin/wxrc -v -c -o compiled_xrc.cpp ./resources/menus.xrc ./resources/prefs.xrc ./resources/progress.xrc ./resources/properties.xrc ./resources/summary.xrc ./resources/toolbar.xrc ./resources/find.xrc ./resources/comment.xrc ./resources/manager.xrc ./resources/tm_update.xrc
processing ./resources/menus.xrc...
processing ./resources/prefs.xrc...
processing ./resources/progress.xrc...
processing ./resources/properties.xrc...
processing ./resources/summary.xrc...
processing ./resources/toolbar.xrc...
processing ./resources/find.xrc...
processing ./resources/comment.xrc...
processing ./resources/manager.xrc...
processing ./resources/tm_update.xrc...
adding ./resources/tm_update.gif...
creating C++ source file /home/markus/Desktop/poedit-1.5.4/src/compiled_xrc.cpp...

There it hangs. wxrc runs with taking up 33% of CPU but it does not seem to do anything.

A tail -f /home/markus/Desktop/poedit-1.5.4/src/compiled_xrc.cpp does not do anything either.

Help here is much apreciated.

Greetings Markus

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu poedit Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

It is in Raring, it is out in April so you could upgrade to Raring.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

There is a PPA with that version already available: https://launchpad.net/~createsc/+archive/3beol maybe you can use that one.

Revision history for this message
Markus Nowatzki (m-nowatzki) said :
#3

I hope this does not break any packages, since there is not only poedit, but other stuff as well. However, I have not noticed anything until now.

Chinese Input still works ;-)