Export to GitHub

codeslayer - issue #37

CodeSlayer opens only UTF-8 files


Posted on Oct 10, 2011 by Grumpy Hippo

If you open any file that isn't UTF-8 encoded, the file doesn't shows up.

Comment #1

Posted on Oct 11, 2011 by Massive Panda

Can you send me an example file that will not open? You can post it here or send it to jeff.johnston.mn@gmail.com.

Comment #2

Posted on Oct 13, 2011 by Grumpy Hippo

Actually... some files that I was trying to open were in an "undefined" encoding, so CodeSlayer couldn't know what type of encoding it had. I'm sending an exemple file, mainly because any other text editor that I've used had that file opened.

Thanks. Grate job on the editor, BTW. Att, Daniel

Attachments

Comment #3

Posted on Oct 14, 2011 by Massive Panda

No problem! I will figure out what the problem is with the example you sent.

Comment #4

Posted on Oct 15, 2011 by Massive Panda

The problem was that GTK+ only works with text that is in UTF-8. The "fix" is to convert the text to UTF-8.

So, I spent the night looking at different implementations to solve the problem. I thought that Leafpad had the best implementation and borrowed the code from that. I checked the changes into the trunk and will have it go out in the next release.

I also wanted to ask if there something that you wished CodeSlayer had or could be improved? I like to ask people that I know are using CodeSlayer...

Comment #5

Posted on Oct 17, 2011 by Grumpy Hippo

Great! I'm happy to help! But I wanna help even more :)

So, I've cloned the git repository and I'm trying to compile the version that is in it... but I keep getting that error, I've already tried to include some reference to the headers file that points to the functions needed, without success... can you give me a hand with that? Thanks!

This is the tail of the "make" command:

/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o codeslayer codeslayer-codeslayer-main.o -pthread -lgtksourceview-3.0 -lgtk-3 -lgdk-3 -latk-1.0 -lcairo-gobject -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 libcodeslayer.la libtool: link: gcc -g -O2 -o .libs/codeslayer codeslayer-codeslayer-main.o -pthread -lgtksourceview-3.0 /usr/lib/libgtk-3.so /usr/lib/libgdk-3.so /usr/lib/i386-linux-gnu/libatk-1.0.so /usr/lib/i386-linux-gnu/libcairo-gobject.so /usr/lib/i386-linux-gnu/libgio-2.0.so /usr/lib/i386-linux-gnu/libpangoft2-1.0.so /usr/lib/i386-linux-gnu/libpangocairo-1.0.so -lgdk_pixbuf-2.0 /usr/lib/i386-linux-gnu/libcairo.so /usr/lib/i386-linux-gnu/libpango-1.0.so /usr/lib/i386-linux-gnu/libfreetype.so -lfontconfig /usr/lib/i386-linux-gnu/libgobject-2.0.so /usr/lib/i386-linux-gnu/libgmodule-2.0.so /usr/lib/i386-linux-gnu/libgthread-2.0.so -lrt /usr/lib/i386-linux-gnu/libglib-2.0.so ./.libs/libcodeslayer.so -pthread ./.libs/libcodeslayer.so: undefined reference to gtk_source_language_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_draw_spaces' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_begin_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_show_right_margin' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_matching_brackets' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_right_margin_position' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_syntax' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new_with_language' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_get_type' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_end_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_tab_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_scheme' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_style_scheme' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_get_type' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_highlight_current_line' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_auto_indent' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_indent_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_indent_on_tab' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_insert_spaces_instead_of_tabs' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new' ./.libs/libcodeslayer.so: undefined reference togtk_source_style_scheme_manager_get_scheme_ids' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_show_line_numbers' ./.libs/libcodeslayer.so: undefined reference togtk_source_language_manager_guess_language'

Comment #6

Posted on Oct 17, 2011 by Massive Panda

Do you have gtksourceview3 installed? When I moved to git a few weeks ago I also moved the project to GTK+3. You will also need to install the gtk-doc library.

I just moved my work machine to Arch Linux and I was able to clone, compile and install...so I know it works at least.

Feel free to email me at jeff.johnston.mn@gmail.com for more help.

Comment #7

Posted on Feb 12, 2012 by Grumpy Hippo

Did anyone have some more information on the undefined reference issue above? I had no trouble compiling on Arch, but a new Mint 12 yields the same errors on both 1.5.1 and git versions. Any pointers on which packages are needed to compile would be helpful.

I've installed: gtk-doc-tools install libgtk-3-0 install libgtk-3-bin install libgtk-3-common install libgtk-3-dev install libgtk-3-doc install libgtk2.0-0 install libgtk2.0-bin install libgtk2.0-cil install libgtk2.0-common install libgtk2.0-dev install libgtksourceview-3.0-0 install libgtksourceview-3.0-common install libgtksourceview-3.0-dev install libgtksourceview-3.0-doc install libgtksourceview2.0-0 install libgtksourceview2.0-common install libgtksourceview2.0-dev install

Comment #8

Posted on Feb 13, 2012 by Massive Panda

What is the error you are seeing?

The only dependencies are Gtk+3 and GtkSourceView3.

Comment #9

Posted on Feb 15, 2012 by Grumpy Hippo

The error is very similar to what #5 posted. It seems like it is not picking up the gtksourceview library. I'm not sure it helps, but I attached the output from the configure script.

_64-linux-gnu/libfreetype.so -lfontconfig /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt /usr/lib/x86_64-linux-gnu/libglib-2.0.so ./.libs/libcodeslayer.so -pthread ./.libs/libcodeslayer.so: undefined reference to gtk_source_language_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_draw_spaces' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_begin_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_show_right_margin' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_matching_brackets' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_right_margin_position' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_syntax' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new_with_language' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_get_type' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_end_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_tab_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_scheme' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_style_scheme' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_get_type' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_highlight_current_line' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_auto_indent' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_indent_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_indent_on_tab' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_insert_spaces_instead_of_tabs' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new' ./.libs/libcodeslayer.so: undefined reference togtk_source_style_scheme_manager_get_scheme_ids' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_show_line_numbers' ./.libs/libcodeslayer.so: undefined reference togtk_source_language_manager_guess_language' collect2: ld returned 1 exit status

Attachments

Comment #10

Posted on Feb 16, 2012 by Massive Panda

I am not sure why it cannot find the gtksourceview library. The one thing that sticks out for me the most is that your install directory is different than mine (Arch 64).

You might try running the ldconfig command.

Attachments

Comment #11

Posted on Mar 4, 2012 by Massive Panda

(No comment was entered for this change.)

Comment #12

Posted on Apr 13, 2012 by Helpful Camel

I also have this issue since version 2.0.1: /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wl,-Bsymbolic-functions -o codeslayer codeslayer-codeslayer-main.o -pthread -lgtksourceview-3.0 -lgtk-3 -lgdk-3 -latk-1.0 -lcairo-gobject -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 libcodeslayer.la libtool: link: gcc -g -O2 -Wl,-Bsymbolic-functions -o .libs/codeslayer codeslayer-codeslayer-main.o -pthread -lgtksourceview-3.0 /usr/lib/libgtk-3.so /usr/lib/libgdk-3.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt /usr/lib/x86_64-linux-gnu/libglib-2.0.so ./.libs/libcodeslayer.so -pthread ./.libs/libcodeslayer.so: undefined reference to gtk_source_language_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_draw_spaces' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_begin_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_show_right_margin' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_default' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_matching_brackets' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_right_margin_position' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_highlight_syntax' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new_with_language' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_get_type' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_end_not_undoable_action' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_tab_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_style_scheme_manager_get_scheme' ./.libs/libcodeslayer.so: undefined reference togtk_source_buffer_set_style_scheme' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_get_type' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_highlight_current_line' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_auto_indent' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_indent_width' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_indent_on_tab' ./.libs/libcodeslayer.so: undefined reference togtk_source_view_set_insert_spaces_instead_of_tabs' ./.libs/libcodeslayer.so: undefined reference to gtk_source_buffer_new' ./.libs/libcodeslayer.so: undefined reference togtk_source_style_scheme_manager_get_scheme_ids' ./.libs/libcodeslayer.so: undefined reference to gtk_source_view_set_show_line_numbers' ./.libs/libcodeslayer.so: undefined reference togtk_source_language_manager_guess_language' collect2: ld returned 1 exit status make[2]: * [codeslayer] Error 1 make[2]: Leaving directory /home/korn/packages/codeslayer/codeslayer-2.0.1/codeslayer' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/korn/packages/codeslayer/codeslayer-2.0.1' dh_auto_build: make -j1 returned exit code 2 make: * [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1348: dpkg-buildpackage -rfakeroot -D -us -uc -b failed

Comment #13

Posted on Sep 29, 2012 by Helpful Camel

The correct statement is this: gcc -g -O2 -Wl,-Bsymbolic-functions -o .libs/codeslayer codeslayer-codeslayer-main.o -pthread ./.libs/libcodeslayer.so -lgtksourceview-3.0 -lgtk-3 -lgdk-3 -latk-1.0 /usr/lib/x86_64-linux-gnu/libcairo-gobject.so -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread

The "./.libs/libcodeslayer.so" should not be at the end but before the libraries linked with -l .

Now how do I fix the build script to do it correctly? Is the error in the libtool ?

Comment #14

Posted on Sep 29, 2012 by Helpful Camel

The attached patch fixes it.

Attachments

Comment #15

Posted on Sep 29, 2012 by Massive Panda

Thank you!! I have applied the patch.

I also wanted to ask if there something that you wished CodeSlayer had or could be improved? I like to ask people that I know are using CodeSlayer...jeff.johnston.mn@gmail.com

Comment #16

Posted on Sep 30, 2012 by Helpful Camel

To be honest I do not use codeslayer because I do not code that much ;)

I only packaged the new version for GetDeb.net and did a short test. This does not mean more than testing that it runs.

But if you like I can ask for feedback about codeslayer on the Google+ of GetDeb: http://google.com/+getdeb

Comment #17

Posted on Sep 30, 2012 by Massive Panda

Thats ok :). Thank you for finding this bug!

Status: Fixed

Labels:
Type-Defect Priority-Medium