jqtouch b4 issue with compiling scss - sass

I downloaded the latest version of jqtouch and nicely enough it has scss theming now. All fine and dandy except im either doing something very wrong or ...
Issue is as follows. I extract the archive contents then go to themes\scss and run a compass watch
here's what comes out
>>> Change detected at 05:47:54 to: apple.scss
error apple.scss (Line 39 of _gradients.scss: Invalid null operation: ""glossy" neq null".)
create ../css/apple.css
error jqtouch.scss (Line 39 of _gradients.scss: Invalid null operation: ""glossy" neq null".)
create ../css/jqtouch.css
error vanilla.scss (Line 39 of _gradients.scss: Invalid null operation: ""flat" neq null".)
create ../css/vanilla.css
Have absolutelly no idea how to fix it. Any clues would be greatly appreciated.
Thanks

had this same problem when using compass with sencha touch scss. If you might run into this please consider uninstalling ruby and everything pertaining to it and reinstalling from scratch (ruby,compass etc)

Related

Joomla Upgrade Error

I am newbie to Joomla.
I upgraded joomla site. But I am getting this error
Warning: strstr() expects parameter 1 to be string, object given in /home/nirankar/public_html/intranet/libraries/joomla/cache/controller/callback.php on line 63
Warning: strstr() expects parameter 1 to be string, object given in /home/nirankar/public_html/intranet/libraries/joomla/cache/controller/callback.php on line 69
Fatal error: Call to undefined method JApplicationAdministrator::isClient() in /home/nirankar/public_html/intranet/administrator/components/com_login/models/login.php on line 148
Please help me to overcome this problem
The libraries/joomla/cache folder doesn't exist in Joomla 3.8. You will need to rename your current libraries folder and copy a fresh one from a Joomla 3.8 zip file. See here for a similar error.
The problem that you're having is very common when the update is done manually by overwriting the Joomla files and then "repairing" the database.

Brunch / Phoenix error copying Thumbs.db

Using Phoenix on Windows 8, when I go to run mix phoenix.server, it starts Brunch but gives the error
Copying of web\static\assets\images\Thumbs.db failed. Error: EPERM: operation not permitted,
open C:\Users\myname\phoenix\appname\priv\static\images\Thumbs.db`.
Then it does a never-ending info: compiling loop, and I get various errors with my javascript.
As I was writing this I tried it again without changing anything, and now I get the error
(File.CopyError) could not copy recursively from "C:/.../test/priv" to
"C:/.../test/_build/dev/lib/test/priv". C:/.../Thumbs.db: permission denied
This sprang up all of a sudden--not sure what I did that could have caused it. Does anyone have any ideas, such as perhaps somehow giving correct permissions, or ignoring Thumbs.db in brunch, or something else? Thanks
Edit: Well I think I correctly got Thumbs.db ignored in brunch with conventions.ignored, since I am able to do a standalone brunch build and it compiles, but I still get the above (File.CopyError). Looking into eradicating all Thumbs.db files, but surely there's a better solution.
Editedit: I deleted all Thumbs.db (or at least tried to with the Disk Cleanup / 'Delete thumbnails'), also disabled thumbnails, but I still get the second error. Perhaps time to get a new os?
Well, starting over with a new phoenix project (with old code pasted in) fixed it. Any thoughts as to what caused it or other ways to solve it are still welcome.

Building RXTX with --disable-locks

I need to build RXTX (http://rxtx.qbang.org/wiki/index.php/Main_Page) for a 64 bit platform with --disable-locks. ( the target platform is a Ubuntu Snappy platform so there is a problem with the permissions and lock files).
The .configure --disable-locks and make seemed to run ok.
I got a new .jar file and librxtxSerial.so as a result.
However when I installed them, I get the following error :
java.lang.UnsatisfiedLinkError: gnu.io.RXTXCommDriver.nativeGetVersion()Ljava/lang/String; thrown while loading gnu.io.RXTXCommDriver
java.lang.NoClassDefFoundError: Could not initialize class gnu.io.RXTXCommDriver thrown while loading gnu.io.RXTXCommDriver
Is there something else I need to do?
Are there other object files I need to copy over.
Thanks in advance.
I solved the problem myself.
The problem was that the configure script was not expecting a java version higher than 1.5 as shown here in t he extract :
case $JAVA_VERSION in
1.2*|1.3*|1.4*|1.5*)
#fix_parameters $JPATH/jre/lib/javax.comm.properties
CLASSPATH=".:\$(TOP):\$(TOP)/src:"find $JPATH/ -name RXTXcomm.jar |head -n1
RXTX_PATH="\$(JPATH)/jre/lib/\$(OS_ARCH)"
JHOME=$JPATH/"jre/lib/ext"
So the paths were not being set up correctly for me.
I changed it to
case $JAVA_VERSION in
1.2*|1.3*|1.4*|1.5*|1.7*)
Then it worked ok.

Hipster stack (Yeoman + Maven + Spring) Error

When I tried to generate with yo jhipster on Windows 7 32 bits machine, I got the below error:
bower json3#~3.2.5 progress received 3.7MB of 4.9MB
downloaded, 75% libjpeg-62.dll: downloading [===================]
100% 0.0s
? pre-build test failed, compiling from source...
d:\Self_jhipster\node_modules\grunt-contrib-imagemin\node_modules\jpegtran-bin\
lib\check.js:19
throw new Error('building is not supported on ' + process.platform);
^ Error: building is not supported on win32
at d:\Self_jhipster\node_modules\grunt-contrib-imagemin\node_modules\jpegtran-bin\lib\check.js:19:10
How to solve this error?
I'm the author of http://jhipster.github.io/ which is the generator your are referring to.
I have found your problem, it is indeed a bug in jpegtran-bin. I have updated all the dependencies in Grunt.js, and it should now work fine on Windows.
This will be commited in the next release (0.2.1), which should be out in a few hours.
You can also submit a bug at https://github.com/jhipster/generator-jhipster/issues
After google with more correct keywords, the solution from https://github.com/gruntjs/grunt-contrib-imagemin/issues/109 works for me.
In application's package.json, add "jpegtran-bin": "0.2.0" before
the reference for imagemin,
Remove node_module folder locally.
Run npm install again.

Build failed due to error in CLEErrorDomain.h

I'm getting an odd error in line 18 of the CLErrorDomain.h under CoreLocation.framework.
The line is
extern NSString *const kCLErrorDomain;
and there is an error for "Expected identifier or "("
I haven't messed with this file at all, and it's locked anyways so it would be difficult to change. Why is this error coming up, and what can I do to get rid of it?
I've tried restarting xCode, cleaning my project and taking CoreLocation out of my project and putting it back in.
Thanks
Alright, the issue ended up not being in the CLErrorDomain.h
While looking at the error log, I noticed it was erroring out when it tried to compile the main.m... at the very top of the main.m file there was a stray "^" mark before any of the code and that was what was causing the error.

Resources