Hi,
Slackware 12.0, wxWidgets-2.8.7 compiled with
--enable-optimise \
--enable-shared \
--enable-intl \
--enable-unicode \
--enable-threads \
--enable-xrc \
--with-sdl
-----------------------------------------------
$make type=release_unicode | release
#make install type=release_unicode | release
$CodeLite
(CodeLite:22485): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
...
(CodeLite:22485): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
which: no mingw32-make.EXE in (./C:/MinGW/bin)
which: no mingw32-make in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/qt/bin:/usr/share/texmf/bin:.)
Aborted
-----------------------------------------------
I also get a log.txt file:
-----------------------------------------------
01:33:56 AM: XML parsing error: 'unclosed token' at line 2
01:33:56 AM: can't open file '/usr/share/mimelnk/application/vnd.adobe.xdp+xml.desktop' (error 2: No such file or directory)
01:33:56 AM: can't open file '/usr/share/mimelnk/application/vnd.adobe.xfdf.desktop' (error 2: No such file or directory)
01:33:56 AM: can't open file '/usr/share/mimelnk/application/vnd.fdf.desktop' (error 2: No such file ordirectory)
-----------------------------------------------
Any ideas?
Best regards,
lwd.
Cann't run
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Cann't run
Hi,
First of all, do SVN update (I fixed this bug an hour ago - I created it last night ....)
This is the cause of the error.
To fix it:
manually run the auto revision script (from the trunk directory):
Then, touch the following files:
Compile again, and all is well
Sorry for the mess,
Eran
First of all, do SVN update (I fixed this bug an hour ago - I created it last night ....)
This is no longer the way to build codelite with makefiles, instead use this:lwd wrote:-----------------------------------------------
$make type=release_unicode | release
Code: Select all
./configure [--enable-debug]
./make
./make install
If you notice you will see that the splash screen appears with the text 'Svn Build: ????'lwd wrote:(CodeLite:22485): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text())
This is the cause of the error.
To fix it:
manually run the auto revision script (from the trunk directory):
Code: Select all
./le_makerevision.sh
Code: Select all
touch ./LiteEditor/frame.cpp ./LiteEditor/app.cpp ./Plugin/editor_config.cpp
Sorry for the mess,
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Apr 06, 2008 3:20 am
- Contact:
Re: Cann't run
Yeees it works!
Many kudos for this masterpiece.
Best regards,
lwd.
Many kudos for this masterpiece.
Best regards,
lwd.