Giter Site home page Giter Site logo

xgcom's People

Contributors

helight avatar setarcos avatar

Watchers

 avatar

xgcom's Issues

用于archlinux 的 PKGBUILD 打包文件

# Contributor: GunsNRose<[email protected]>
pkgname=xgcom
pkgver=11
pkgrel=1
pkgdesc="A gui tools to help guys develop series port, like minicom"
arch=('i686')
groups=('network')
url="http://code.google.com/p/xgcom"
license=('GPL2')
depends=('make' 'autoconf' 'automake' 'glib2' 'vte' 'gtk2')
makedepends=('subversion')
noextract=()
md5sums=() #generate with 'makepkg -g'

_svntrunk=http://xgcom.googlecode.com/svn/trunk
_svnmod=xgcom


build() {
  cd "$srcdir"

  if [ -d $_svnmod/.svn ]; then
    (cd $_svnmod && svn up -r $pkgver)
  else
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
  fi

  msg "SVN checkout done or server timeout"
  msg "Starting make..."

  rm -rf "$srcdir/$_svnmod-build"
  cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
  cd "$srcdir/$_svnmod-build"

  #
  # BUILD
  #
  ./autogen.sh
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="$pkgdir/" install

  #make INSTALL_ROOT=$pkgdir install || return 1
}

Original issue reported on code.google.com by [email protected] on 1 Sep 2009 at 3:39

64位Archlinux运行出错

 % xgcom                                                                                                                                                    ~ archlinux
zsh: correct 'xgcom' to 'gco' [nyae]? n
[1]    3847 segmentation fault (core dumped)  xgcom



Original issue reported on code.google.com by [email protected] on 17 Mar 2013 at 7:00

ubuntu 64

在ubuntu 10.10 64下编译后无法执行。

使用./autogen.sh后,执行时make提示
Makefile.am:7: blank line following trailing backslash
修改Makefile.am后可以正常编译后执行xgcom提示

(process:16956): Gdk-WARNING **: locale not supported by C library

(process:16956): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
段错误


Original issue reported on code.google.com by gump.yang on 8 Nov 2010 at 4:14

Attachments:

XGCom 0.04.1 crashed under amd64

What steps will reproduce the problem?
1. Download xgcom.0.04.1.tgz
2. Extract and ./configure && make
3. Run src/xgcom

What is the expected output?
Appearing of XGCom main window. 

What do you see instead?
I saw Bug Buddy window. Program crashed.

What version of the product are you using? On what operating system?
I use 0.04.1 on Gentoo amd64 (kernel 2.6.32, glibc 2.12.1-r2, gcc Gentoo 
4.4.3-r2 p1.2, gtk+ 2.20.1-r1, glib 2.24.1, vte 0.24.2).

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Nov 2010 at 4:08

Attachments:

strlen 不能正确计算中间有\0的字符串----bug

strlen 
不能正确计算中间有\0的字符串,就是串口收到一个中间带'\0
'的字符串,显示的时候后面的就都没有了。

--- Serie.c(版本 19)
+++ Serie.c(工作副本)
@@ -241,7 +241,7 @@
 perror("read error:\n");
 return -1;
 }
-len = strlen(frame);
+len = ret;
 debug_p("read_uart frame:%s len: %d\n", frame, len);
 if (uart_stat == 0) return -1;
 if (is_hex_show)

Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 9:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.