compilation and installation issues

35 views
Skip to first unread message

jsunth...@gmail.com

unread,
Jan 17, 2018, 4:22:18 PM1/17/18
to Gnocl
Hi,

I've tried the last two releases, one from just a couple days ago(!).  

- There is nothing defined for "install" in the Makefile
- A bunch of files were looking for gnocl.h in ../ but it's kept in ../includes
- The package names were wrong for Debian in install-devlibs.tcl, I've included the Debian package names below, if you are interested.

Please don't hear any of this as a complaint, I very much appreciate your efforts.

I'm not sure how to proceed at this point, though.


# install-devlibs.tcl
#! /bin/sh
#\
exec tclsh "$0" "$@"

set devLibs {
libglade2-dev
libnotify-dev
libcanberra-dev
libgtkimageview-dev
libgtksourceview2.0-dev
libgtkspell-dev
libgnomecanvas2-dev
libmagickcore-dev
libwebkitgtk-dev
libpoppler-dev
astyle
doxygen
libglib2.0-dev
}

if 0 {
lappend devLibs {
glib2-devel
glibc-i18ndata
}
}

# options = install | remove | update
set opt install

foreach lib $devLibs {
puts "installing $lib"
#eval exec "sudo zypper -n $opt $lib"
eval exec "apt-get install $lib"
}

William Giddings

unread,
Jan 17, 2018, 5:25:55 PM1/17/18
to gn...@googlegroups.com
Hi
I'm not close to my workstation at the moment. I'll get a fix for you tomorrow.
Will

--
You received this message because you are subscribed to the Google Groups "Gnocl" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gnocl+unsubscribe@googlegroups.com.
To post to this group, send email to gn...@googlegroups.com.
Visit this group at https://groups.google.com/group/gnocl.
For more options, visit https://groups.google.com/d/optout.

Jeremy Suntheimer

unread,
Jan 17, 2018, 5:27:14 PM1/17/18
to gn...@googlegroups.com
No hurry.  Thanks!

You received this message because you are subscribed to a topic in the Google Groups "Gnocl" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gnocl/y-Ziqgdi6gA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gnocl+unsubscribe@googlegroups.com.

William Giddings

unread,
Jan 19, 2018, 5:02:15 AM1/19/18
to gn...@googlegroups.com
Hi Jeremy,

Thanks for the feedback. Yes, I see. I always use "sudo make reinstall" after each build. Sorry about that! Please find the attachment containing corrected makefile.

Also, thanks for the comments about installing libraries from Debian. I'll take a look at how the installers can check which Distro is being used and use the appropriate package manager.

Will


Makefile

jsunth...@gmail.com

unread,
Jan 20, 2018, 4:47:24 AM1/20/18
to Gnocl
Thank you so much!  I'm off to play with gnocl!

To unsubscribe from this group and stop receiving emails from it, send an email to gnocl+un...@googlegroups.com.

jsunth...@gmail.com

unread,
Jan 20, 2018, 5:04:09 AM1/20/18
to Gnocl
Hahahaha!  I didn't realize I only needed the the gnocl.so and pkgIndex.tcl to use Gnocl.  Mea culpa :)

William Giddings

unread,
Jan 20, 2018, 2:15:57 PM1/20/18
to gn...@googlegroups.com
Hi!
Onwards and upwards! That's the great thing about tickle, it's as simple as it gets. 
Let me know how it goes....
Will

To unsubscribe from this group and stop receiving emails from it, send an email to gnocl+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages